Start HiveServer2 with Kerberos meet FATAL error

2016-10-17 Thread Micro dong
I'm trying to configure HiveServer2(hive-1.2.1) With Kerberos。Here is my Hive's configuration file。 ** *hive.server2.authentication* *KERBEROS* * * * * *hive.server2.authentication.kerberos.principal* *hive2/_h...@hadoop.com * * * * * *hive.server2.authentication.kerberos.

Re: Update operation on hive table using Join

2016-10-17 Thread Eugene Koifman
This is not supported. The same can be achieved using Merge statement which is WIP: https://issues.apache.org/jira/browse/HIVE-10924. Eugene From: Priyanka Raghuvanshi mailto:priyan...@winjit.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>> Date

Update operation on hive table using Join

2016-10-17 Thread Priyanka Raghuvanshi
Hi, Is there any way to update a Hive table with join. Following is the query : SQL query UPDATE _STCC_CurrentLocationMaPData set [Address]=replace(CL.cOut_Event_Description,,), [Latitude]=CL.fOut_latitude , [Longitude]=CL.fOut_longitude , [Speed] =CL.fOut_Speed, [dTimeStamp] =MV.dT