[
https://issues.apache.org/jira/browse/FALCON-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sowmya Ramesh updated FALCON-1154:
----------------------------------
Description:
After https://issues.apache.org/jira/browse/FALCON-1144 Replication is failing
with "java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils”.
commons-lang3 was added to *.shared.libs in startup.properties so that it gets
copied to working/libs which will be set for oozie lib path.
Post Processing action has below property set - I think it was added for
active-mq dependency.
Below property should be added for replication action xml because of
common-lang3 dependency.
Oozie share lib won't have commons-lang3 as Oozie doesn't need commons-lang3
jars.
{noformat}
<property>
<name>oozie.launcher.oozie.libpath</name>
<value>${wf:conf("falcon.libpath")}</value>
</property>
{noformat}
was:
After https://issues.apache.org/jira/browse/FALCON-1144 Replication is failing
with "java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils”.
commons-lang3 was added to *.shared.libs in startup.properties so that it gets
copied to working/libs which will be set for oozie lib path.
Post Processing action has below property set - I think it was added for
active-mq dependency.
Below property should be added for replication action xml because of
common-lang3 dependency.
{noformat}
<property>
<name>oozie.launcher.oozie.libpath</name>
<value>${wf:conf("falcon.libpath")}</value>
</property>
{noformat}
> Replication is broken
> ---------------------
>
> Key: FALCON-1154
> URL: https://issues.apache.org/jira/browse/FALCON-1154
> Project: Falcon
> Issue Type: Bug
> Components: replication
> Affects Versions: 0.6.1
> Reporter: Sowmya Ramesh
> Assignee: Sowmya Ramesh
> Priority: Blocker
> Fix For: 0.6.1
>
>
> After https://issues.apache.org/jira/browse/FALCON-1144 Replication is
> failing with "java.lang.NoClassDefFoundError:
> org/apache/commons/lang3/StringUtils”.
> commons-lang3 was added to *.shared.libs in startup.properties so that it
> gets copied to working/libs which will be set for oozie lib path.
> Post Processing action has below property set - I think it was added for
> active-mq dependency.
> Below property should be added for replication action xml because of
> common-lang3 dependency.
> Oozie share lib won't have commons-lang3 as Oozie doesn't need commons-lang3
> jars.
> {noformat}
> <property>
> <name>oozie.launcher.oozie.libpath</name>
> <value>${wf:conf("falcon.libpath")}</value>
> </property>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)