Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-1154

Replication is broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 0.6.1
    • 0.6.1
    • replication
    • None

    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.

                  <property>
                      <name>oozie.launcher.oozie.libpath</name>
                      <value>${wf:conf("falcon.libpath")}</value>
                  </property>
      

      Attachments

        1. FALCON-1154.v1.patch
          3 kB
          Sowmya Ramesh
        2. FALCON-1154.v0.patch
          2 kB
          Sowmya Ramesh

        Activity

          People

            sowmyaramesh Sowmya Ramesh
            sowmyaramesh Sowmya Ramesh
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: