Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Falcon feed throwing an error during feed schedule ERROR: Bad Request;default/E0803 : E0803: IO error, null

avatar
Guru

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)

1 ACCEPTED SOLUTION

avatar
Guru

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

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

Did you configure Falcon for HA according to these instructions?

avatar
Guru

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