t; To: "Will Benton"
> Cc: dev@spark.apache.org
> Sent: Tuesday, September 23, 2014 11:01:57 PM
> Subject: Re: Question about SparkSQL and Hive-on-Spark
>
> Hi, Will
>
> We are planning to start implementing these functions.
>
> We hope that we could make a gen
I don’t think so. For example, we’ve already added extended syntax like CACHE
TABLE.
On Wed, Sep 24, 2014 at 3:27 PM, Yi Tian wrote:
> Hi Reynold!
>
> Will sparkSQL strictly obey the HQL syntax ?
>
> For example, the cube function.
>
> In other words, the hiveContext of sparkSQL should only im
Hi Reynold!
Will sparkSQL strictly obey the HQL syntax ?
For example, the cube function.
In other words, the hiveContext of sparkSQL should only implement the subset of
HQL features?
Best Regards,
Yi Tian
tianyi.asiai...@gmail.com
On Sep 23, 2014, at 15:49, Reynold Xin wrote:
>
> On T
: "Yi Tian"
>> To: dev@spark.apache.org
>> Sent: Tuesday, September 23, 2014 2:47:17 AM
>> Subject: Question about SparkSQL and Hive-on-Spark
>>
>> Hi all,
>>
>> I have some questions about the SparkSQL and Hive-on-Spark
>>
>> Wil
aking a look this week.
>
>
> best,
> wb
>
>
> - Original Message -
>> From: "Yi Tian"
>> To: dev@spark.apache.org
>> Sent: Tuesday, September 23, 2014 2:47:17 AM
>> Subject: Question about SparkSQL and Hive-on-Spark
>>
>> H
gt; From: "Yi Tian"
> To: dev@spark.apache.org
> Sent: Tuesday, September 23, 2014 2:47:17 AM
> Subject: Question about SparkSQL and Hive-on-Spark
>
> Hi all,
>
> I have some questions about the SparkSQL and Hive-on-Spark
>
> Will SparkSQL support all the
On Tue, Sep 23, 2014 at 12:47 AM, Yi Tian wrote:
> Hi all,
>
> I have some questions about the SparkSQL and Hive-on-Spark
>
> Will SparkSQL support all the hive feature in the future? or just making
> hive as a datasource of Spark?
>
Most likely not *ALL* Hive features, but almost all common fea
Hi all,
I have some questions about the SparkSQL and Hive-on-Spark
Will SparkSQL support all the hive feature in the future? or just making hive
as a datasource of Spark?
From Spark 1.1.0 , we have thrift-server support running hql on spark. Will
this feature be replaced by Hive on Spark?
The