libhdfs test uses UnixUserGroupInformation ------------------------------------------
Key: HDFS-940 URL: https://issues.apache.org/jira/browse/HDFS-940 Project: Hadoop HDFS Issue Type: Bug Components: contrib/libhdfs Reporter: Eli Collins The libhdfs test fails with the following, needs to be updated since UnixUserGroupInformation was removed. [exec] failed to construct hadoop user unix group info object [exec] Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.security.UserGroupInformation: method <init>()V not found [exec] at org.apache.hadoop.security.UnixUserGroupInformation.<init>(UnixUserGroupInformation.java:69) [exec] Call to org/apache/hadoop/security/UnixUserGroupInformation failed! [exec] Oops! Failed to connect to hdfs as user nobody! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.