Re: Spark/HIVE Insert Into values Error

2014-11-13 Thread Vasu C
Hi Arthur, May I know what is the solution., I have similar requirements. Regards, Vasu C On Sun, Oct 26, 2014 at 12:09 PM, arthur.hk.c...@gmail.com < arthur.hk.c...@gmail.com> wrote: > Hi, > > I have already found the way about how to “insert into HIVE_TABLE values > (…..) > > Regards > Art

Re: Spark/HIVE Insert Into values Error

2014-10-25 Thread arthur.hk.c...@gmail.com
Hi, I have already found the way about how to “insert into HIVE_TABLE values (…..) Regards Arthur On 18 Oct, 2014, at 10:09 pm, Cheng Lian wrote: > Currently Spark SQL uses Hive 0.12.0, which doesn't support the INSERT INTO > ... VALUES ... syntax. > > On 10/18/14 1:33 AM, arthur.hk.c...@gma

Re: Spark/HIVE Insert Into values Error

2014-10-18 Thread Cheng Lian
Currently Spark SQL uses Hive 0.12.0, which doesn't support the INSERT INTO ... VALUES ... syntax. On 10/18/14 1:33 AM, arthur.hk.c...@gmail.com wrote: Hi, When trying to insert records into HIVE, I got error, My Spark is 1.1.0 and Hive 0.12.0 Any idea what would be wrong? Regards Arthur