Re: hive-1.1.0 - alter table rename issue

2015-06-21 Thread Vishnu Viswanath
from the JIRA comments it looks like there is a miss match between your hive and HMS. Did you upgrade hive recently? On Mon, Jun 22, 2015 at 10:23 AM, Mahesh Sankaran wrote: > Any thoughts regarding this problem?? > > Mahesh > > On Sat, Jun 20, 2015 at 10:55 AM, Mahesh Sankaran < > sankarmahes..

Re: hive load data from remote system

2014-03-03 Thread Vishnu Viswanath
ml > > Im not sure if this makes it simpler than using FTP, but it is an > alternative which may be considered. > > Best regards, > > Jone > > > On 04 Mar 2014, at 06:03, Vishnu Viswanath > wrote: > > > Hi All, > > > > I have a scenario where

hive load data from remote system

2014-03-03 Thread Vishnu Viswanath
Hi All, I have a scenario where i have to load data into a hive table from a csv file. But the csv file is in a remote system. I am planning to use ftp to transfer the file to the system where hive is running and load the data into the table. Is there any better way of doing this? Regards