Writing Hive Query Output to local system

2015-01-16 Thread Sanjay Subramanian
hey guys I recall this did not happen in the days of 0.9.x version But I use 0.13.x now and when I run a hive query  hive -e select * from tablename ./myfile.txt The first line in myfile.txt is as follows 2015-01-16 10:48:13,091 WARN  [main] conf.HiveConf (HiveConf.java:initialize(1491)) -

Re: Writing Hive Query Output to local system

2015-01-16 Thread grimaldi.vince...@gmail.com
In your hive-site.xml remove the property block corresponding to the parametereç hive.metastore.local That's hit. Is a deprecated parameter and is not necessary anymore. Regards, [image: photo] *Vincenzo Grimaldi* Senior Business Intelligence Consultant p:00 39 380 52 22 218 | m:00 353

Re: Writing Hive Query Output to local system

2015-01-16 Thread Sanjay Subramanian
...@gmail.com To: user@hive.apache.org; Sanjay Subramanian sanjaysubraman...@yahoo.com Sent: Friday, January 16, 2015 11:27 AM Subject: Re: Writing Hive Query Output to local system In your hive-site.xml remove the property block corresponding to the parametereç hive.metastore.local That's hit