Can you get the stacktrace from falcon and oozie log? Regards, Shwetha
________________________________________ From: Mahak Mukhi <[email protected]> Sent: Wednesday, February 11, 2015 1:10 AM To: [email protected] Cc: Aaron Gresch Subject: Issue with updated oozie Hi, I recently updated oozie so that I could do replication between hcat servers but now the replication feeds without hcat are failing! I get this exception every time I try and submitAndSchedule a replication feed that has a location tag instead of table. org.apache.falcon.FalconException: E0803 : E0803: IO error, null Caused by: E0803 : E0803: IO error, null My feed xml looks like this: <feed description="replication feed with hcat" name="repl-with-hcat-VERSION" xmlns="uri:falcon:feed:0.1"> <groups>input</groups> <frequency>minutes(1)</frequency> <timezone>UTC</timezone> <late-arrival cut-off="days(90)"/> <clusters> <cluster name="some_cluster" type="source"> <validity start="2015-02-09T17:07Z" end="2030-01-01T00:00Z"/> <retention limit="days(200)" action="delete"/> </cluster> <cluster name="some_other_cluster" type="target"> <validity start="2015-02-09T17:07Z" end="2030-01-01T00:00Z"/> <retention limit="days(200)" action="delete"/> <locations> <location type="data" path="/data/repl-in/repl-feb10/${YEAR}/${MONTH}/${DAY}/${HOUR}/${MINUTE}"/> </locations> </cluster> </clusters> <locations> <location type="data" path="/data/in/repl/${YEAR}/${MONTH}/${DAY}/${HOUR}/${MINUTE}"/> </locations> <ACL owner="some_user" group="users" permission="0x644"/> <schema location="/schema/log/log.format.csv" provider="csv"/> </feed>
