Fw: Hive update operation

2016-08-24 Thread Priyanka Raghuvanshi
From: Priyanka Raghuvanshi Sent: 24 August 2016 19:12 To: user@hive.apache.org Subject: Hive update operation Hi, Is it possible to update a table(ORC) using join or column of another table(ORC)? Kind Regards, Priyanka Raghuvanshi

Re: Fw: Hive update operation

2016-08-24 Thread Priyanka Raghuvanshi
TimeStamp,103)=Convert(nvarchar,getdate(),103) AND T1.Speed>0 then 'Moving' ELSE 'Non Moving' END, InfoWindow= CAST (T1.dTimeStamp as NVARCHAR(20)) + ' ' + [Address] +' @ ' + cast(T1.Speed as nvarchar) + ' KMPH ['+ isnull(T1.AccountNo,&

Re: Fw: Hive update operation

2016-08-25 Thread Priyanka Raghuvanshi
m relying on this email's technical content is explicitly disclaimed. The author will in no case be liable for any monetary damages arising from such loss, damage or destruction. On 25 August 2016 at 06:56, Priyanka Raghuvanshi mailto:priyan...@winjit.com>> wrote: Hi Dr Mich,

Sqoop: SQL Server to Hive import

2016-09-14 Thread Priyanka Raghuvanshi
We are importing SQL server data into hive using Sqoop.Usually, it works but in a scenario throws following exception: FAILED: SemanticException Line 2:17 Invalid path ''hdfs://server_name.local:8020/user/root/_STC_CurrentLocation'': No files matching path hdfs://server_name.local:8020/user/r

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

Table not found in the definition of view

2016-12-01 Thread Priyanka Raghuvanshi
Hi All Getting error 'Table not found in the definition of view ' if a view is created using 'WITH' clause to use the result of one query in another. This issue has been resolved for Hive 1.3.0 and 2.0.0 but mine is 0.13 Regards Priyanka Raghuvanshi

Unsubscribe

2018-09-18 Thread Priyanka Raghuvanshi