You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by "Jeff Zhao(Zhifeng)" <je...@huawei.com> on 2011/05/20 06:32:16 UTC

//hive 0.70.0 client start is err . but hive 0.50.0 client start sucessful.

I install hadoop and hive ,hadoop version is 0.20.2 ,hive version is 0.70.0 ,

Step I : bin/hive --service hiveserver &
I find hive server start atrer  I run jps  .the result is :
6314 HMaster
12746 RunJar
13189 Jps
9152 JobTracker
8886 NameNode
12203 NetworkServerControl
6251 HQuorumPeer
9052 SecondaryNameNode

Step 2  bin/hive ,some exception is thown.

Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.hive.cli.CliSessionState.setIsVerbose(Z)V
        at org.apache.hadoop.hive.cli.OptionsProcessor.process_stage2(OptionsProcessor.java:115)
        at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:394)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.hadoop.util.RunJar.main(RunJar.java:156)