FALCON-800 Falcon lineage is not working. Contributed by Sowmya Ramesh
Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/80314b0d Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/80314b0d Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/80314b0d Branch: refs/heads/master Commit: 80314b0d60cabb9276b5e972b66178e55fcaecc1 Parents: 813b4ff Author: Venkatesh Seetharam <venkat...@apache.org> Authored: Mon Oct 13 10:46:28 2014 -0700 Committer: Venkatesh Seetharam <venkat...@apache.org> Committed: Mon Oct 13 10:46:28 2014 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ hadoop-dependencies/pom.xml | 6 ++++++ hadoop-webapp/pom.xml | 6 ++++++ pom.xml | 1 + 4 files changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/80314b0d/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index b66eb49..46c58fc 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -115,6 +115,8 @@ Trunk (Unreleased) OPTIMIZATIONS BUG FIXES + FALCON-800 Falcon lineage is not working (Sowmya Ramesh via Venkatesh Seetharam) + FALCON-792 Integration test EntityManagerPaginationJerseyIT fails occasionally (Balu Vellanki via Venkatesh Seetharam) http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/80314b0d/hadoop-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-dependencies/pom.xml b/hadoop-dependencies/pom.xml index 7b0aa1d..387593b 100644 --- a/hadoop-dependencies/pom.xml +++ b/hadoop-dependencies/pom.xml @@ -108,6 +108,12 @@ <artifactId>hadoop-distcp</artifactId> <scope>compile</scope> </dependency> + + <dependency> + <groupId>org.codehaus.jettison</groupId> + <artifactId>jettison</artifactId> + <scope>compile</scope> + </dependency> </dependencies> <build> <plugins> http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/80314b0d/hadoop-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-webapp/pom.xml b/hadoop-webapp/pom.xml index 236c269..1e5ea27 100644 --- a/hadoop-webapp/pom.xml +++ b/hadoop-webapp/pom.xml @@ -115,6 +115,12 @@ <artifactId>jersey-core</artifactId> <scope>compile</scope> </dependency> + + <dependency> + <groupId>org.codehaus.jettison</groupId> + <artifactId>jettison</artifactId> + <scope>compile</scope> + </dependency> </dependencies> </profile> </profiles> http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/80314b0d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ed046a6..5bf772e 100644 --- a/pom.xml +++ b/pom.xml @@ -615,6 +615,7 @@ <dependency> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> + <scope>provided</scope> <version>1.3</version> </dependency>