Oozie exception error handling

0 votes
How Hive Oozie error handling can be done? Anyone has any suggestion how we can have Hive Action within Oozie workflow and find the error are not logging within details.
Jun 18, 2019 in Big Data Hadoop by Manish
1,190 views

1 answer to this question.

0 votes

Hi,

We can set Hive Action configuration using the property oozie.hive.log.level and the default value will be Zero for this. 

You can change it to DEBUG and include in your Hive Action configuration of your workflow.xml.

<configuration>
      <property>
                <name>oozie.log.hive.level</name>
                <value>DEBUG</value>
      </property>
</configuration>

I hope it will work.

answered Jun 18, 2019 by Gitika
• 65,910 points

Related Questions In Big Data Hadoop

0 votes
1 answer

Hadoop Oozie: E0902: Exception occured: [User: oozie is not allowed to impersonate oozie]

Seems like your version of Hadoop does ...READ MORE

answered Nov 12, 2018 in Big Data Hadoop by Omkar
• 69,210 points
911 views
0 votes
2 answers

Error While Running Oozie Project

You need to add your current user ...READ MORE

answered Aug 6, 2019 in Big Data Hadoop by Dhimanshu
544 views
0 votes
1 answer

ERROR: Stop Oozie first.

Hey, Actually the problem was that tomcat aborted abnormally and ...READ MORE

answered Jun 25, 2019 in Big Data Hadoop by Gitika
• 65,910 points
654 views
+1 vote
2 answers

Hadoop: Error: Exception in thread “main” java.lang.UnsupportedClassVersionError: a

The reason for this error is because ...READ MORE

answered Aug 6, 2019 in Big Data Hadoop by Venkita
• 240 points
1,520 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,618 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,215 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,944 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,296 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP