Re: unsafe/compile error

2015-06-22 Thread Andrea Jemmett
Thank you, that worked! *Andrea Jemmett* 2015-06-21 21:10 GMT+02:00 Reynold Xin r...@databricks.com: Put them in quotes, e.g. sbt/sbt mllib/testOnly *NaiveBayesSuite On Sun, Jun 21, 2015 at 11:15 AM, acidghost andreajemm...@gmail.com wrote: Something like mllib/testOnly NaiveBayesSuite

Re: Hive 0.12 support in 1.4.0 ?

2015-06-22 Thread Yin Huai
Hi Tom, In Spark 1.4, we have de-coupled the support of Hive's metastore and other parts (parser, Hive udfs, and Hive SerDes). The execution engine of Spark SQL in 1.4 will always use Hive 0.13.1. For the metastore connection part, you can connect to either Hive 0.12 or 0.13.1's metastore. We

Force Spark save parquet files with replication factor other than 3 (default one)

2015-06-22 Thread Ulanov, Alexander
Hi, My Hadoop is configured to have replication ratio = 2. I've added $HADOOP_HOME/config to the PATH as suggested in http://apache-spark-user-list.1001560.n3.nabble.com/hdfs-replication-on-saving-RDD-td289.html. Spark (1.4) does rdd.saveAsTextFile with replication=2. However