Re: Writing Hive Query Output to local system

2015-01-16 Thread Sanjay Subramanian
uot; To: user@hive.apache.org; Sanjay Subramanian Sent: Friday, January 16, 2015 11:27 AM Subject: Re: Writing Hive Query Output to local system In your hive-site.xml remove the block corresponding to the parametereç hive.metastore.local That's hit. Is a deprecated parameter and is not necessa

Re: Writing Hive Query Output to local system

2015-01-16 Thread grimaldi.vince...@gmail.com
In your hive-site.xml remove the 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 851 69 84 5

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)) - DEP