Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
0.5, 0.6
-
None
-
None
Description
With latest trunk, feed replication workflows are failing with ClassNotFoundException for falcon lib classes (LateDataHandler and FalconPostProcessing).
Noticed that in mapred.job.classpath.files conf property of replication jobs, none of falcon workflow lib jars are getting added. Hence the exception.
Also noticed that when feed is scheduled, the lib folder is not getting created on HDFS at default appPath location.
e.g. when replication appPath is:
${nameNode}/projects/falcon/hcolo2/staging/falcon/workflows/feed/hcat-in-repl3/1399545050032/REPLICATION/hcat-cluster1
the lib folder is getting created at:
/projects/falcon/hcolo2/staging/falcon/workflows/feed/hcat-in-repl3/1399545050032/REPLICATION
It looks to be a regression due to FALCON-390.
Attachments
Attachments
Issue Links
- blocks
-
FALCON-412 Release falcon 0.5 umbrella
- Resolved