Member since
10-24-2017
7
Posts
0
Kudos Received
0
Solutions
01-03-2018
05:53 PM
Hi, All my oozie jobs are failing with java.lang.ClassNotFoundException. Please find complete log attached. java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.OozieLauncherOutputCommitter not found
at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2273)
at org.apache.hadoop.mapreduce.v2.app.MRAppMaster$2.call(MRAppMaster.java:524)
at org.apache.hadoop.mapreduce.v2.app.MRAppMaster$2.call(MRAppMaster.java:501)
at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.callWithJobClassLoader(MRAppMaster.java:1640)
at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.createOutputCommitter(MRAppMaster.java:501)
at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.serviceInit(MRAppMaster.java:287)
at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
at org.apache.hadoop.mapreduce.v2.app.MRAppMaster$5.run(MRAppMaster.java:1598)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:422)
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1866)
at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.initAndStartAppMaster(MRAppMaster.java:1595)
at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.main(MRAppMaster.java:1526)
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.OozieLauncherOutputCommitter not found
at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2241)
at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2265)
... 12 more
Caused by: java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.OozieLauncherOutputCommitter not found
at org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2147)
at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2239) How can I resolve this issue. Thanks in advance
... View more
Labels:
- Labels:
-
Apache Oozie
11-08-2017
05:31 AM
@Jay Kumar SenSharma, below is the command. Im able to see other tables /usr/hdp/current/phoenix-client/bin/sqlline.py zookeeper-test-1:2181/hbase-unsecure
... View more
11-08-2017
05:12 AM
@Jay Kumar SenSharma, I did not enable Ranger and it is non kerberised environment. I'm using sqlline.py in phoenix client bin folder. Also I'm passing zookeeper host as argument to the python file. Do we need any other additional steps
... View more
11-08-2017
04:58 AM
Hi, I have created a hbase table 'test_phoenix' using hbase shell. I tried to login to phoenix using sqlline client and done list tables. But I do not see 'test_phoenix'. What is the reason. I do not see any error logs -Shravan
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache Phoenix
11-01-2017
12:11 PM
Thanks. This works
... View more
11-01-2017
11:56 AM
I want to create a user home directory for all ambari users automatically everytime I create a user. Can we do that ?
... View more
Labels:
- Labels:
-
Apache Ambari
10-24-2017
08:55 AM
I want to turn on and off maintenance mode for Secondary NN using Ambari REST API. How can I do that?
... View more
Labels:
- Labels:
-
Apache Ambari