Created 04-24-2017 01:24 PM
I am trying schedule falcon feed and getting following error.
Note: It is giving an error after I tried to run falcon cluster on NN HA. and it was running fine if I do not make Namenode HA in falcon cluster.
falcon entity -type feed -name replicationFeed2 -schedule
ERROR: Bad Request;default/E0803 : E0803: IO error, null
CausedBy: E0803: IO error, null
Following is falcon logs error.
2017-04-24 06:09:45,351 ERROR - [1068218748@qtp-461591680-39 - aaa42726-6436-4d13-ad2f-7576deb01baf:s0998dnz:POST//entities/schedule/feed/replicationFeed2] ~ Entity schedule failed for feed: replicationFeed2 (AbstractSchedulableEntityManager:104)
org.apache.falcon.FalconException: E0803 : E0803: IO error, null
at org.apache.falcon.workflow.engine.OozieWorkflowEngine.dryRunInternal(OozieWorkflowEngine.java:252)
at org.apache.falcon.workflow.engine.OozieWorkflowEngine.schedule(OozieWorkflowEngine.java:181)
Created 05-04-2017 07:09 AM
There was a missing configuration in source cluster in oozie service.
oozie.service.HadoopAccessorService.hadoop.configurations=*={{hadoop_conf_dir}},m1.hdp22:8050=/hdptmp/testconfig,m2.hdp22:8050=/hdptmp/testconfig,m1.hdp22:8020=/hdptmp/testconfig,m2.hdp22:8020=/hdptmp/testconfig
Created 04-26-2017 01:15 AM
Did you configure Falcon for HA according to these instructions?
Created 05-04-2017 07:09 AM
There was a missing configuration in source cluster in oozie service.
oozie.service.HadoopAccessorService.hadoop.configurations=*={{hadoop_conf_dir}},m1.hdp22:8050=/hdptmp/testconfig,m2.hdp22:8050=/hdptmp/testconfig,m1.hdp22:8020=/hdptmp/testconfig,m2.hdp22:8020=/hdptmp/testconfig