unsubscribe

2015-01-28 Thread Abhi Basu
-- Abhi Basu

SparkSQL

2015-01-08 Thread Abhi Basu
I am working with CDH5.2 (Spark 1.0.0) and wondering which version of Spark comes with SparkSQL by default. Also, will SparkSQL come enabled to access the Hive Metastore? Is there an easier way to enable Hive support without have to build the code with various switches? Thanks, Abhi -- Abhi

Re: Building Desktop application for ALS-MlLib/ Training ALS

2014-12-15 Thread Abhi Basu
- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org -- Abhi Basu

Re: sbt assembly with hive

2014-12-12 Thread Abhi Basu
= HiveContext(sc) hivectx.hiveql(select * from my_table) Exception: (You must build Spark with Hive. Export 'SPARK_HIVE=true' and run sbt/sbt assembly, Py4JError(u'Trying to call a package.',)) -- Abhi Basu