回复: Re: Hive-Hadoop compatibility

2012-05-09 Thread ylyy-1985
can work, but not perfect. If you want to use hive thrift server, I suggest using hadoop 0.20, and this will save you a lot of time. 2012-05-10 Best Regards Andes 发件人:ljh flf 发送时间:2012-05-10 08:47 主题:Re: Hive-Hadoop compatibility 收件人:"user" 抄送: Hive 0.8.1 can work with hadoop 1.0.0 On T

Re: Hive-Hadoop compatibility

2012-05-09 Thread ljh flf
Hive 0.8.1 can work with hadoop 1.0.0 On Thu, May 10, 2012 at 8:25 AM, Hezhiqiang (Ransom) wrote: > Hive 0.8.1 can work with hadoop 0.23 and 0.21 > Hadoop 0.23.0 I donn't kown. > > > Best regards > Ransom. > > -Original Message- > From: Avrilia Floratou [mailto:flora...@cs.wisc.edu] > Sen

RE: Hive-Hadoop compatibility

2012-05-09 Thread Hezhiqiang (Ransom)
Hive 0.8.1 can work with hadoop 0.23 and 0.21 Hadoop 0.23.0 I donn't kown. Best regards Ransom. -Original Message- From: Avrilia Floratou [mailto:flora...@cs.wisc.edu] Sent: Thursday, May 10, 2012 6:50 AM To: user@hive.apache.org Subject: Hive-Hadoop compatibility Hi all, Does anyone

Hive-Hadoop compatibility

2012-05-09 Thread Avrilia Floratou
Hi all, Does anyone know if Hive 0.7 or 0.8 can work with Hadoop 0.21.0 or 0.22.0? Thanks, Avrilia

Re: Need urgent suggestion on the below issue

2012-05-09 Thread Jonathan Seidman
Varun – So yes, Hive stores the full URI to the NameNode in the metadata for every table and partition. From my experience you're best off modifying the metadata to point to the new NN, as opposed to trying to manipulate DNS. Fortunately, this is fairly straightforward since there's mainly one colu

Re: Need urgent suggestion on the below issue

2012-05-09 Thread Edward Capriolo
A hive table stores the full HDFS URI to the table such as hdfs://hostname:9120/user/hive/warehouse You likely have restored you name node to a different hostname and now hive is not able to locate it. You might be able to create a DNS cname to resolve this. Hind sight, is 20/20 but I would hav

Need urgent suggestion on the below issue

2012-05-09 Thread varun kumar
Hi All, I have changed the namenode from one server to another when there was a crash of hardware. After configuring the Namenode. When i am executing hive query below error is shown.. bin/hive -e “insert overwrite table pokes select a.* from invites a where a.ds=’2008-08-15′;” Hive history fil

Re: FAILED: Execution Error, return code -101 from org.apache.hadoop.hive.ql.exec.MapRedTask

2012-05-09 Thread Nitin Pawar
this thread might give you an idea http://osdir.com/ml/hive-user-hadoop-apache/2010-06/msg00018.html On Wed, May 9, 2012 at 7:28 PM, Mark Grover wrote: > Re-sending this since I didn't get a response. Any pointers would be much > appreciated! > > Thank you! > Mark > > - Original Message -

Re: does hive 0.9 supported hbase 0.90?

2012-05-09 Thread Ashutosh Chauhan
Hi Ransom, Jira which bumped the Hbase version: https://issues.apache.org/jira/browse/HIVE-2748 Ashutosh On Wed, May 9, 2012 at 1:43 AM, Hezhiqiang (Ransom) < ransom.hezhiqi...@huawei.com> wrote: > Thank you Ashutosh > > Where is the JIRA address , I doesn’t found it in JIRA and 0.90 relea

Re: FAILED: Execution Error, return code -101 from org.apache.hadoop.hive.ql.exec.MapRedTask

2012-05-09 Thread Mark Grover
Re-sending this since I didn't get a response. Any pointers would be much appreciated! Thank you! Mark - Original Message - From: "Mark Grover" To: user@hive.apache.org Sent: Monday, May 7, 2012 5:03:02 PM Subject: FAILED: Execution Error, return code -101 from org.apache.hadoop.hive.q

RE: does hive 0.9 supported hbase 0.90?

2012-05-09 Thread Hezhiqiang (Ransom)
Thank you Ashutosh Where is the JIRA address , I doesn’t found it in JIRA and 0.90 release notes. Best regards Ransom. From: Ashutosh Chauhan [mailto:hashut...@apache.org] Sent: Wednesday, May 09, 2012 4:29 PM To: user@hive.apache.org Cc: Wenzaohua Subject: Re: does hive 0.9 supported hbase 0.90?

Re: does hive 0.9 supported hbase 0.90?

2012-05-09 Thread Ashutosh Chauhan
Hi Ransom, Hive 0.9 requires HBase 0.92 to work correctly. Thanks, Ashutosh On Wed, May 9, 2012 at 12:47 AM, Hezhiqiang (Ransom) < ransom.hezhiqi...@huawei.com> wrote: > In 0.8.1 version ,it’s ok > > But in 0.9 > > When I run selelct * from tbl, it was faild. > > ** ** > > Exceptio

does hive 0.9 supported hbase 0.90?

2012-05-09 Thread Hezhiqiang (Ransom)
In 0.8.1 version ,it’s ok But in 0.9 When I run selelct * from tbl, it was faild. Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.hbase.mapred.TableMapReduceUtil.initCredentials(Lorg/apache/hadoop/mapred/JobConf;)V at org.apache.hadoop.hive.hbase.HiveHBaseTableI