Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.6.0, 3.0.0-alpha1
-
None
-
None
-
$ mvn -version
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T11:37:52-06:00)
Maven home: /opt/apache-maven-3.2.1
Java version: 1.7.0, vendor: IBM Corporation
Java home: /usr/lib/jvm/ibm-java-ppc64le-71/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-229.ael7b.ppc64le", arch: "ppc64le", family: "unix"$ mvn -version Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T11:37:52-06:00) Maven home: /opt/apache-maven-3.2.1 Java version: 1.7.0, vendor: IBM Corporation Java home: /usr/lib/jvm/ibm-java-ppc64le-71/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-229.ael7b.ppc64le", arch: "ppc64le", family: "unix"
-
Reviewed
Description
TestSecureRMRegistryOperations failed with JBM IBM JAVA
mvn test -X -Dtest=org.apache.hadoop.registry.secure.TestSecureRMRegistryOperations
Module Total Failure Error Skipped
-------------------------------------------------
hadoop-yarn-registry 12 0 12 0
-------------------------------------------------
Total 12 0 12 0
With
javax.security.auth.login.LoginException: Bad JAAS configuration: unrecognized option: isInitiator
and
Bad JAAS configuration: unrecognized option: storeKey
Attachments
Attachments
Issue Links
- contains
-
HADOOP-11783 Build failed with JVM IBM JAVA on TestSecureLogins
- Patch Available