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 2014/09/10 17:49:29 UTC

[2/2] git commit: FALCON-691 Build issues - Hadoop-2 profile. Contributed by Srikanth Sundarrajan

FALCON-691 Build issues - Hadoop-2 profile. Contributed by Srikanth Sundarrajan


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

Branch: refs/heads/0.5
Commit: 5a9b96a74014718a3683c71875f2a020519eb587
Parents: a217d9c
Author: srikanth.sundarrajan <sr...@apache.org>
Authored: Wed Sep 10 12:05:20 2014 +0530
Committer: srikanth.sundarrajan <sr...@apache.org>
Committed: Wed Sep 10 12:05:20 2014 +0530

----------------------------------------------------------------------
 CHANGES.txt           | 2 ++
 common/pom.xml        | 4 ++--
 hadoop-webapp/pom.xml | 4 ++--
 pom.xml               | 6 +++---
 webapp/pom.xml        | 4 ++--
 5 files changed, 11 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/5a9b96a7/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 4a73dd1..ed5a06a 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -142,6 +142,8 @@ Release Version: 0.5-incubating
     FALCON-123 Improve build speeds in falcon. (Srikanth Sundarrajan via Shwetha GS)
 
   BUG FIXES
+    FALCON-691 Build issues - Hadoop-2 profile (Srikanth Sundarrajan)
+
     FALCON-582 Latest changes to LICENSE files results in build failure (Srikanth Sundarrajan)
 
     FALCON-447 Remove the jar file form the source distribution (Venkatesh Seetharam)

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/5a9b96a7/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 543bb65..697e3b8 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -173,8 +173,8 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.hive.hcatalog</groupId>
-            <artifactId>hive-webhcat-java-client</artifactId>
+            <groupId>org.apache.hcatalog</groupId>
+            <artifactId>webhcat-java-client</artifactId>
         </dependency>
 
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/5a9b96a7/hadoop-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-webapp/pom.xml b/hadoop-webapp/pom.xml
index e2dc828..a7e90f3 100644
--- a/hadoop-webapp/pom.xml
+++ b/hadoop-webapp/pom.xml
@@ -171,8 +171,8 @@
 
         <!-- Oozie dependencies -->
         <dependency>
-            <groupId>org.apache.hive.hcatalog</groupId>
-            <artifactId>hive-webhcat-java-client</artifactId>
+            <groupId>org.apache.hcatalog</groupId>
+            <artifactId>webhcat-java-client</artifactId>
         </dependency>
 
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/5a9b96a7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d4a129f..8cc0e98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
         <oozie.buildversion>${oozie.version}-falcon</oozie.buildversion>
         <oozie.forcebuild>false</oozie.forcebuild>
         <activemq.version>5.4.3</activemq.version>
-        <hive.version>0.13.0</hive.version>
+        <hive.version>0.11.0</hive.version>
         <hadoop-distcp.version>0.11</hadoop-distcp.version>
         <jetty.version>6.1.26</jetty.version>
         <jersey.version>1.9</jersey.version>
@@ -940,8 +940,8 @@
 
             <!--  this is needed for embedded oozie -->
             <dependency>
-                <groupId>org.apache.hive.hcatalog</groupId>
-                <artifactId>hive-webhcat-java-client</artifactId>
+                <groupId>org.apache.hcatalog</groupId>
+                <artifactId>webhcat-java-client</artifactId>
                 <version>${hive.version}</version>
                 <exclusions>
                     <exclusion>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/5a9b96a7/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 4644316..f259a6c 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -212,8 +212,8 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.hive.hcatalog</groupId>
-            <artifactId>hive-webhcat-java-client</artifactId>
+            <groupId>org.apache.hcatalog</groupId>
+            <artifactId>webhcat-java-client</artifactId>
         </dependency>
 
         <dependency>