Tag Archives: scala
Functions as Arguments Java vs Scala, Game Set Match Scala Wins!
This is how you would create a function that takes a function as argument in Java The Function<A,B> myFunc = num -> “Value = ” + num;Here :A = the type of the first argument, in this example an intergerB … Continue reading
Apache SPARK and Cassandra and SQL
This is a short intro to start using Apache SPARK with Cassandra, running SQL on the Cassandra tables. Note that I am not running a SPARK cluster, I am running “local”, to me this is really convenient, not having to … Continue reading
Posted in Uncategorized
Tagged apache, cassandra, cassandrasqlcontext, dependencies, exception, nosuchmethodexception, sbt, scala, spark, sql
2 Comments