Created 01-28-2019 03:23 PM
Hi,
after installation I am not able to start Oozie server. Clients are sucesfully installed and mysql Database Oozie is created (still without tables) and when I try to start Oozie server in Error log I can see following:
/usr/hdp/current/oozie-server/bin/oozie-setup.sh sharelib create -fs hdfs://namenode1.local:8020 -locallib /usr/hdp/current/oozie-server/share returned 1.
Traceback (most recent call last): File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/OOZIE/package/scripts/oozie_server.py", line 154, in <module> OozieServer().execute() File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 352, in execute method(env) File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/OOZIE/package/scripts/oozie_server.py", line 83, in start oozie_service(action='start', upgrade_type=upgrade_type) File "/usr/lib/ambari-agent/lib/ambari_commons/os_family_impl.py", line 89, in thunk return fn(*args, **kwargs) File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/OOZIE/package/scripts/oozie_service.py", line 158, in oozie_service path = params.execute_path File "/usr/lib/ambari-agent/lib/resource_management/core/base.py", line 166, in __init__ self.env.run() File "/usr/lib/ambari-agent/lib/resource_management/core/environment.py", line 160, in run self.run_action(resource, action) File "/usr/lib/ambari-agent/lib/resource_management/core/environment.py", line 124, in run_action provider_action() File "/usr/lib/ambari-agent/lib/resource_management/core/providers/system.py", line 263, in action_run returns=self.resource.returns) File "/usr/lib/ambari-agent/lib/resource_management/core/shell.py", line 72, in inner result = function(command, **kwargs) File "/usr/lib/ambari-agent/lib/resource_management/core/shell.py", line 102, in checked_call tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy, returns=returns) File "/usr/lib/ambari-agent/lib/resource_management/core/shell.py", line 150, in _call_wrapper result = _call(command, **kwargs_copy) File "/usr/lib/ambari-agent/lib/resource_management/core/shell.py", line 314, in _call raise ExecutionFailed(err_msg, code, out, err) resource_management.core.exceptions.ExecutionFailed: Execution of '/usr/hdp/current/oozie-server/bin/oozie-setup.sh sharelib create -fs hdfs://namenode1.local:8020 -locallib /usr/hdp/current/oozie-server/share' returned 1. setting OOZIE_CONFIG=${OOZIE_CONFIG:-/usr/hdp/current/oozie-server/conf} setting CATALINA_BASE=${CATALINA_BASE:-/usr/hdp/current/oozie-server/oozie-server} setting CATALINA_TMPDIR=${CATALINA_TMPDIR:-/var/tmp/oozie} setting OOZIE_CATALINA_HOME=/usr/lib/bigtop-tomcat setting JAVA_HOME=/usr/jdk64/jdk1.8.0_112 setting JRE_HOME=${JAVA_HOME} setting CATALINA_OPTS="$CATALINA_OPTS -Xmx2048m" setting OOZIE_LOG=/var/log/oozie setting CATALINA_PID=/var/run/oozie/oozie.pid setting OOZIE_DATA=/hadoop/oozie/data setting OOZIE_HTTP_PORT=11000 setting OOZIE_ADMIN_PORT=11001 setting JAVA_LIBRARY_PATH=/usr/hdp/3.1.0.0-78/hadoop/lib/native/Linux-amd64-64 setting OOZIE_CLIENT_OPTS="${OOZIE_CLIENT_OPTS} -Doozie.connection.retry.count=5 " setting OOZIE_CONFIG=${OOZIE_CONFIG:-/usr/hdp/current/oozie-server/conf} setting CATALINA_BASE=${CATALINA_BASE:-/usr/hdp/current/oozie-server/oozie-server} setting CATALINA_TMPDIR=${CATALINA_TMPDIR:-/var/tmp/oozie} setting OOZIE_CATALINA_HOME=/usr/lib/bigtop-tomcat setting JAVA_HOME=/usr/jdk64/jdk1.8.0_112 setting JRE_HOME=${JAVA_HOME} setting CATALINA_OPTS="$CATALINA_OPTS -Xmx2048m" setting OOZIE_LOG=/var/log/oozie setting CATALINA_PID=/var/run/oozie/oozie.pid setting OOZIE_DATA=/hadoop/oozie/data setting OOZIE_HTTP_PORT=11000 setting OOZIE_ADMIN_PORT=11001 setting JAVA_LIBRARY_PATH=/usr/hdp/3.1.0.0-78/hadoop/lib/native/Linux-amd64-64 setting OOZIE_CLIENT_OPTS="${OOZIE_CLIENT_OPTS} -Doozie.connection.retry.count=5 " Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/oozie/cli/CLIParser at org.apache.oozie.tools.OozieSharelibCLI.run(OozieSharelibCLI.java:92) at org.apache.oozie.tools.OozieSharelibCLI.main(OozieSharelibCLI.java:67) Caused by: java.lang.ClassNotFoundException: org.apache.oozie.cli.CLIParser at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 2 more
Please help if you have idea how can I resolve this.
I was not able to start Oozie server at all. Falcon is not installed and used.
In out file I can also see this:
2019-01-28 14:50:30,129 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET -d '"'"''"'"' -H '"'"'Content-Length: 0'"'"' '"'"'http://namenode1.local:50070/webhdfs/v1/user/oozie/share?op=GETFILESTATUS&user.name=hdfs'"'"' 1>/tmp/tmpiY4cA0 2>/tmp/tmpN5Ujns''] {'logoutput': None, 'quiet': False}
2019-01-28 14:50:30,258 - call returned (0, '')
2019-01-28 14:50:30,258 - get_user_call_output returned (0, u'{"RemoteException":
{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException",
"message":"File does not exist: /user/oozie/share"}}404', u'')
2019-01-28 14:50:30,260 - Execute['/usr/hdp/current/oozie-server/bin/oozie-setup.sh sharelib
create -fs hdfs://namenode1.local:8020 -locallib /usr/hdp/current/oozie-server/share']
{'path': [u'/usr/hdp/current/oozie-server/bin:/usr/hdp/3.1.0.0-78/hadoop/bin'], 'user': 'oozie'}
Command failed after 1 tries