Re: Spark REPL question

2014-04-17 Thread Zhan Zhang
Thanks a lot. By spins up, do you mean using the same directory, specified by following? /** Local directory to save .class files too */ val outputDir = { val tmp = System.getProperty(java.io.tmpdir) val rootDir = new SparkConf().get(spark.repl.classdir, tmp)

Re: Double lhbase dependency in spark 0.9.1

2014-04-17 Thread Tathagata Das
Aaah, this should have been ported to Spark 0.9.1! TD On Thu, Apr 17, 2014 at 12:08 PM, Sean Owen so...@cloudera.com wrote: I remember that too, and it has been fixed already in master, but maybe it was not included in 0.9.1: