RE: Spark with Hive cluster dependencies

2015-01-07 Thread Somnath Pandeya
Subject: Re: Spark with Hive cluster dependencies Have you looked at Spark SQL<http://spark.apache.org/docs/latest/sql-programming-guide.html#hive-tables>? It supports HiveQL, can read from the hive metastore, and does not require hadoop. On Wed, Jan 7, 2015 at 8:27 AM, jamborta mailto

Re: Spark with Hive cluster dependencies

2015-01-07 Thread Michael Armbrust
Have you looked at Spark SQL ? It supports HiveQL, can read from the hive metastore, and does not require hadoop. On Wed, Jan 7, 2015 at 8:27 AM, jamborta wrote: > Hi all, > > We have been building a system where we heav