Hi, I have imported Hive0.14 into Eclipse following instructions in "Hive Developer FAQ". My hadoop version is 2.5.0, so I specified "-Phadoop-2" in the commands.
When I run it through CliDriver, Hive throws an exception "Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.security.UserGroupInformation.getCurrentUser()Lorg/apache/hadoop/security/UserGroupInformation;". Since Hive loads class UserGroupInformation from hadoop-core-0.20.2.jar, it cannot find the method getCurrentUser. How can I get rid of this error? Any help is appreciated. Wantao