You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by sr...@apache.org on 2015/01/11 13:32:20 UTC

falcon git commit: FALCON-984 Falcon build is broken. Contributed by Peeyush Bishnoi

Repository: falcon
Updated Branches:
  refs/heads/master 336408f4c -> ea736915d


FALCON-984 Falcon build is broken. Contributed by Peeyush Bishnoi


Project: http://git-wip-us.apache.org/repos/asf/falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/ea736915
Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/ea736915
Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/ea736915

Branch: refs/heads/master
Commit: ea736915de2256e6d6454251df029ba24351a705
Parents: 336408f
Author: Srikanth Sundarrajan <sr...@apache.org>
Authored: Sun Jan 11 18:02:09 2015 +0530
Committer: Srikanth Sundarrajan <sr...@apache.org>
Committed: Sun Jan 11 18:02:09 2015 +0530

----------------------------------------------------------------------
 CHANGES.txt                          | 3 +++
 test-tools/hcatalog-sharelib/pom.xml | 2 +-
 test-tools/hive-sharelib/pom.xml     | 2 +-
 test-tools/oozie-sharelib/pom.xml    | 2 +-
 test-tools/pig-sharelib/pom.xml      | 2 +-
 5 files changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/falcon/blob/ea736915/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 8f6c571..b01c540 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -75,6 +75,9 @@ Trunk (Unreleased)
    (Suhas vasu)
 
   BUG FIXES
+   FALCON-984 Falcon build is broken. (Peeyush Bishnoi via Srikanth
+   Sundarrajan)
+
    FALCON-945 Fix broken lineage feature in Web-UI. (Adam Kawa via Srikanth
    Sundarrajan)
 

http://git-wip-us.apache.org/repos/asf/falcon/blob/ea736915/test-tools/hcatalog-sharelib/pom.xml
----------------------------------------------------------------------
diff --git a/test-tools/hcatalog-sharelib/pom.xml b/test-tools/hcatalog-sharelib/pom.xml
index 513b32d..40343b1 100644
--- a/test-tools/hcatalog-sharelib/pom.xml
+++ b/test-tools/hcatalog-sharelib/pom.xml
@@ -49,7 +49,7 @@ limitations under the License.
                 <executions>
                     <execution>
                         <id>add-jar</id>
-                        <phase>install</phase>
+                        <phase>verify</phase>
                         <goals>
                             <goal>copy-dependencies</goal>
                         </goals>

http://git-wip-us.apache.org/repos/asf/falcon/blob/ea736915/test-tools/hive-sharelib/pom.xml
----------------------------------------------------------------------
diff --git a/test-tools/hive-sharelib/pom.xml b/test-tools/hive-sharelib/pom.xml
index be4f03d..d9c606b 100644
--- a/test-tools/hive-sharelib/pom.xml
+++ b/test-tools/hive-sharelib/pom.xml
@@ -49,7 +49,7 @@ limitations under the License.
                 <executions>
                     <execution>
                         <id>add-jar</id>
-                        <phase>install</phase>
+                        <phase>verify</phase>
                         <goals>
                             <goal>copy-dependencies</goal>
                         </goals>

http://git-wip-us.apache.org/repos/asf/falcon/blob/ea736915/test-tools/oozie-sharelib/pom.xml
----------------------------------------------------------------------
diff --git a/test-tools/oozie-sharelib/pom.xml b/test-tools/oozie-sharelib/pom.xml
index f8b25da..6160a7a 100644
--- a/test-tools/oozie-sharelib/pom.xml
+++ b/test-tools/oozie-sharelib/pom.xml
@@ -48,7 +48,7 @@ limitations under the License.
                 <executions>
                     <execution>
                         <id>add-jar</id>
-                        <phase>install</phase>
+                        <phase>verify</phase>
                         <goals>
                             <goal>copy-dependencies</goal>
                         </goals>

http://git-wip-us.apache.org/repos/asf/falcon/blob/ea736915/test-tools/pig-sharelib/pom.xml
----------------------------------------------------------------------
diff --git a/test-tools/pig-sharelib/pom.xml b/test-tools/pig-sharelib/pom.xml
index 1e50510..a2a0c53 100644
--- a/test-tools/pig-sharelib/pom.xml
+++ b/test-tools/pig-sharelib/pom.xml
@@ -48,7 +48,7 @@ limitations under the License.
                 <executions>
                     <execution>
                         <id>add-jar</id>
-                        <phase>install</phase>
+                        <phase>verify</phase>
                         <goals>
                             <goal>copy-dependencies</goal>
                         </goals>