Hive 1.1.0 not compatible with Hadoop 2.3.0

2015-03-18 Thread r7raul1...@163.com
I follow this jira https://issues.apache.org/jira/browse/HIVE-9957 ,then build a new hive-shims-0.23-1.1.0.jar and put it into $HIVE_HOME/lib. When I run sql , still get error : Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.DFSClient.getKeyProvider()Lorg/apache

Re: Re: SHOW COMPACTIONS fail with remote metastore

2015-03-18 Thread r7raul1...@163.com
My hive version is hive 0.14.0 , type SHOW COMPACTIONS in cli return exception. But I type sql in the cli ,the sql run successful on mr. r7raul1...@163.com From: Alan Gates Date: 2015-03-19 00:17 To: user Subject: Re: SHOW COMPACTIONS fail with remote metastore When you say "but run sql the

WebHCat TempletonJobController return codes

2015-03-18 Thread Kristopher Kane
Is there a list of possible return codes as logged by the TempletonJobController's map task? I'm getting an RC of 6 for a pig+hcat job that works from the CLI: o.a.h.hcatalog.templeton.tool.launchMapper: templeton: Writing exit value 6 to... -Kris

Re: Reading 2 table data in MapReduce for Performing Join

2015-03-18 Thread Suraj Nayak
Hi All, https://issues.apache.org/jira/browse/HIVE-4997 patch helped! On Tue, Mar 17, 2015 at 1:05 AM, Suraj Nayak wrote: > Hi, > > I tried reading data via HCatalog for 1 Hive table in MapReduce using > something similar to > https://cwiki.apache.org/confluence/display/Hive/HCatalog+InputOutpu

Re: SHOW COMPACTIONS fail with remote metastore

2015-03-18 Thread Alan Gates
When you say "but run sql the job is ok." what do you mean? Which version of Hive are you on? Were there active compactions when you did this? Alan. r7raul1...@163.com March 17, 2015 at 23:56 15/03/18 22:54:46 [main]: WARN metastore.RetryingMetaStoreClient: Met

run hiveserver2 with no authentication mode.

2015-03-18 Thread James Teng
Hi all, i am pretty new to hive and would like to consult one issue that whether the hiveserver2 can run with no authentication mode. i have tried to configure the hive-site.xml file as below(this is the only one hiveserver2 related in my config file): hive.server2.authentication none