E0901 Namenode localhost 8020 not allowed not in Oozies whitelist

0 votes
I am trying to run the example of Oozie, but it is giving me this error. can someone suggest how can I dismiss this?
Jun 24, 2019 in Big Data Hadoop by ria
1,784 views

2 answers to this question.

0 votes

Hi,

Most probably you need to add some properties in core-site.xml file to solve your whitelist error:

  <property> 
  <name>hadoop.proxyuser.oozie.hosts</name> 
  <value>*</value> 
  </property> 

  <property> 
  <name>hadoop.proxyuser.oozie.groups</name> 
  <value>*</value> 
  </property>
answered Jun 24, 2019 by Gitika
• 65,910 points
0 votes

You can add this below property in oozie-site.xml:

<property>
<name>oozie.service.HadoopAccessorService.jobTracker.whitelist</name>
<value>myaddress:8020</value>
</property>

Hope it helps.

answered Aug 6, 2019 by Shiva

Related Questions In Big Data Hadoop

+1 vote
1 answer

http://localhost:50070 not working in HADOOP

There are 2 case possible: 1. If you ...READ MORE

answered Apr 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
38,565 views
0 votes
1 answer

In my hadoop namenode is not starting

Hi@Aman, There may be many reasons behind this. ...READ MORE

answered Jul 22, 2020 in Big Data Hadoop by MD
• 95,440 points
941 views
0 votes
11 answers

What is the default Namenode port of HDFS. Is it 8020 or 9000 or 50070?

8020/9000 hadoop namenode metadata port number. or ...READ MORE

answered Dec 31, 2018 in Big Data Hadoop by SM
59,363 views
0 votes
1 answer

Not able to start Job History Server in Hadoop 2.8.1

You have to start JobHistoryServer process specifically ...READ MORE

answered Mar 30, 2018 in Big Data Hadoop by Ashish
• 2,650 points
2,315 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,555 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,199 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,260 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