hadoop - Issue while running Oozie -


I'm trying to run an example of Oozi that comes with Claudera sandbox (cloudera-quickstart-vm-4.4. 0-1 - vmware).

I removed oozie-examples.tar.gz which was /usr/share/doc/oozie-3.3.2+92

as shown in the Apache Ozi link, I tried to run Ozi, but no success

  [cloudera @ localhost oozie-3.3.2 + 92] $ oozie job- http: // localhost: 11000 / oozie -config example / Application / map-less / job Properties -Root Error: E0901: E0901: Namnode [Localhost: 8020] is not allowed, not in the Oziz Whitelist   

oozie-site.xml looks like this:

Less /etc/oozie/conf.dist/oozie-site.xml

  & lt; Property & gt; & Lt; Name & gt; oozie.service.HadoopAccessorService.jobTracker.whitelist & lt; / Name & gt; & Lt; Price & gt; & Lt; / Pricing & gt; & Lt; Description & gt; Whitelisted Job Tracker for Ozii Service & Lt; / Description & gt; & Lt; / Property & gt; & Lt; Property & gt; & Lt; Name & gt; oozie.service.HadoopAccessorService.nameNode.whitelist & lt; / Name & gt; & Lt; Price & gt; & Lt; / Pricing & gt; & Lt; Description & gt; Whitelisted Job Tracker for Ozii Service & Lt; / Description & gt; & Lt; / Property & gt;   

job.properties looks like this:

  nameNode = hdfs: // localhost: 8020 jobtrack = localhost: 8021 qeman = default exampleuse = example oozie Wf .application.path = $ {nameNode} / user / $ {user.name} / $ {examplesRoot} / apps / map-less outputDir = map-reduce   

What do I do Am I wrong? Do any changes need to be made to set up files?

I have many unsuccessful attempts. Your help will be greatly appreciated.

Thanks, Rio

PS I am new to Oozie

To resolve your whitelist error, you must add these properties to the cloning in the main site.xml

     

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -