Re: Spark SQL and Hive tables

2014-09-30 Thread Chen Song
, an ATT 4G LTE smartphone Original message From: Michael Armbrust Date:07/25/2014 3:24 PM (GMT-08:00) To: user@spark.apache.org Subject: Re: Spark SQL and Hive tables [S]ince Hive has a large number of dependencies, it is not included in the default Spark assembly. In order

RE: Spark SQL and Hive tables

2014-07-25 Thread Sameer Tilak
be extracted from existing sources, // such as Apache Hive. val trainingDataTable = sql( SELECT e.action u.age, u.latitude, u.logitude FROM Users u JOIN Events e ON u.userId = e.userId) Date: Fri, 25 Jul 2014 17:27:17 -0400 Subject: Re: Spark SQL and Hive tables

RE: Spark SQL and Hive tables

2014-07-25 Thread Sameer Tilak
Thanks, Jerry. Date: Fri, 25 Jul 2014 17:48:27 -0400 Subject: Re: Spark SQL and Hive tables From: chiling...@gmail.com To: user@spark.apache.org Hi Sameer, The blog post you referred to is about Spark SQL. I don't think the intent of the article is meant to guide you how to read data from Hive