I've built Oozie but am having some issues getting it to start. I'm sure
I'm doing something wrong so just looking for some help. I tried both 4.0.0
and 4.0.1 and had the issue with both.
When trying to start the server using
./bin/oozied.sh run I am getting the following error:
Apr 1, 2014 12:26:11 PM org.apache.catalina.core.StandardContext filterStart
SEVERE: Exception starting filter authenticationfilter
java.lang.NoClassDefFoundError:
org/apache/hadoop/security/authentication/server/AuthenticationFilter
...
Caused by: java.lang.ClassNotFoundException:
org.apache.hadoop.security.authentication.server.AuthenticationFilter
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526)
... 35 more
Apr 1, 2014 1:06:05 PM org.apache.catalina.core.StandardContext filterStart
SEVERE: Exception starting filter authenticationfilter
java.lang.NoClassDefFoundError:
org/apache/hadoop/security/authentication/server/AuthenticationFilter
...
Anyone have a suggestion?
Also, I noticed that to get 4.0.1 I had to increase the memory allocated to
Maven whereas for 4.0.0 I did not.
Tried with a set of hadoop 0.20.0 jars and with a set of the 1.1.1
hadooplibs jars which are packaged with the distro.
-David