-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running oozie integration test #79
Comments
Adding below fixes this issue
|
But still difficulties in setting up a test that passes. More missing from pom like
|
and... java.lang.NoSuchMethodError: org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.setMiniClusterMode(Z)V I'll try again tomorrow. I'll clone the project and see how that goes. Thanks! |
Was hoping to just be able to bring the dependency like in the readme example and maybe junit.
|
Doesn't seem to resolve anymore against hortonworks... |
Running https://github.com/sakserv/hadoop-mini-clusters/blob/master/hadoop-mini-clusters-oozie/src/test/java/com/github/sakserv/minicluster/impl/OozieLocalServerIntegrationTest.java
getting
java.lang.NoSuchMethodError: org.apache.hadoop.security.authentication.util.KerberosUtil.hasKerberosTicket(Ljavax/security/auth/Subject;)Z
My pom dependencies ends up looking like
The text was updated successfully, but these errors were encountered: