Member since
03-02-2016
16
Posts
12
Kudos Received
0
Solutions
09-29-2016
01:43 PM
I'm looking to create a file named _SUCCESS in a HDFS location containing some attributes. I reckon I could do this using a script processor but is there another way?
... View more
Labels:
- Labels:
-
Apache NiFi
-
Apache Spark
09-29-2016
01:32 PM
Hi, I
have a simple workflow whereby a flowfile is passed into an ExecuteScript
processor. This runs the following python in the Script Body: ff =
session.create() session.transfer(ff,
REL_SUCCESS) This
transfers the flowfile to the success path, however, the flowfile is never
removed from the input queue and thus continues to execute again and again. How
do I remove it from the input queue once the script has run? p.s.
Is there any documentation for this? Best I have found is the (unofficial?) http://funnifi.blogspot.co.uk/2016/02/executescript-processor-hello-world.html Cheers, Breandán
... View more
Labels:
- Labels:
-
Apache NiFi
08-02-2016
03:23 PM
Did anyone manage to get any further with this?
... View more
03-03-2016
09:19 AM
1 Kudo
https://community.hortonworks.com/questions/20963/jobtracker-jobproperties-setting-not-being-respect.html 🙂
... View more
03-02-2016
05:20 PM
1 Kudo
I'm having the same issue. The jobTracker port in my workflow/job.properties is set to 8050 (to match the yarn setting) and I can see in the oozie UI (click on job > action > action configuration) that 8050 is being used: ...
<job-tracker>mydomain:8050</job-tracker>
... But when I drill down into the hadoop job history logs I see the error: Call From mydomain to 0.0.0.0:8032 failed on connection exception: java.net.ConnectException: Connection refused Where is it pulling 8032 from? Why does it not use the port configured in the job.properties? "The workflow only started to work once I changed both of these to 8032" I'd rather not do this, is there a way to get it to respect the port in the job.properties?
... View more