You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by ve...@apache.org on 2014/05/07 23:54:30 UTC

git commit: FALCON-417 Upgrade Hive and HCatalog to 0.13.0. Contributed by Sowmya Ramesh

Repository: incubator-falcon
Updated Branches:
  refs/heads/branch-0.5 ac7869bfd -> bc01742d0


FALCON-417 Upgrade Hive and HCatalog to 0.13.0. 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/bc01742d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/bc01742d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/bc01742d

Branch: refs/heads/branch-0.5
Commit: bc01742d07504bb98a4f74485358a9d29feeb112
Parents: ac7869b
Author: Venkatesh Seetharam <ve...@apache.org>
Authored: Wed May 7 14:54:18 2014 -0700
Committer: Venkatesh Seetharam <ve...@apache.org>
Committed: Wed May 7 14:54:18 2014 -0700

----------------------------------------------------------------------
 CHANGES.txt             |  2 ++
 addons/designer/pom.xml |  9 ++++-----
 common/pom.xml          |  4 ++--
 hadoop-webapp/pom.xml   |  4 ++--
 pom.xml                 | 13 ++++++++-----
 webapp/pom.xml          |  4 ++--
 6 files changed, 20 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/bc01742d/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index e890653..52eb542 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -28,6 +28,8 @@ Release Version: 0.5-incubating
     Venkatesh Seetharam)
    
   IMPROVEMENTS
+    FALCON-417 Upgrade Hive to 0.13.0 (Sowmya Ramesh via Venkatesh Seetharam)
+
     FALCON-324 Document lineage feature (Sowmya Ramesh via Venkatesh Seetharam)
 
     FALCON-312 Falcon LogCleanupServiceTest seems to clean up root "/"

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/bc01742d/addons/designer/pom.xml
----------------------------------------------------------------------
diff --git a/addons/designer/pom.xml b/addons/designer/pom.xml
index 2fe62cd..645dbd9 100644
--- a/addons/designer/pom.xml
+++ b/addons/designer/pom.xml
@@ -97,8 +97,7 @@
         <include.prism>true</include.prism>
 
         <slf4j.version>1.6.1</slf4j.version>
-        <hive.version>0.11.0</hive.version>
-        <hcatalog.version>0.11.0</hcatalog.version>
+        <hive.version>0.13.0</hive.version>
         <jetty.version>6.1.26</jetty.version>
         <internal.maven.repo>file:///tmp/falcontemprepo</internal.maven.repo>
         <skipCheck>false</skipCheck>
@@ -369,9 +368,9 @@
             </dependency>
 
             <dependency>
-                <groupId>org.apache.hcatalog</groupId>
-                <artifactId>webhcat-java-client</artifactId>
-                <version>${hcatalog.version}</version>
+                <groupId>org.apache.hive.hcatalog</groupId>
+                <artifactId>hive-webhcat-java-client</artifactId>
+                <version>${hive.version}</version>
             </dependency>
 
             <dependency>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/bc01742d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b2d13a1..1e4f887 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,8 +107,7 @@
         <oozie.buildversion>${oozie.version}-falcon</oozie.buildversion>
         <oozie.forcebuild>false</oozie.forcebuild>
         <activemq.version>5.4.3</activemq.version>
-        <hive.version>0.11.0</hive.version>
-        <hcatalog.version>0.11.0</hcatalog.version>
+        <hive.version>0.13.0</hive.version>
         <hadoop-distcp.version>0.11</hadoop-distcp.version>
         <jetty.version>6.1.26</jetty.version>
         <jersey.version>1.9</jersey.version>
@@ -941,11 +940,15 @@
 
             <!--  this is needed for embedded oozie -->
             <dependency>
-                <groupId>org.apache.hcatalog</groupId>
-                <artifactId>webhcat-java-client</artifactId>
-                <version>${hcatalog.version}</version>
+                <groupId>org.apache.hive.hcatalog</groupId>
+                <artifactId>hive-webhcat-java-client</artifactId>
+                <version>${hive.version}</version>
                 <exclusions>
                     <exclusion>
+                        <groupId>org.apache.hadoop</groupId>
+                        <artifactId>hadoop-hdfs</artifactId>
+                    </exclusion>
+                    <exclusion>
                         <!-- This implies you cannot use orc files -->
                         <groupId>com.google.protobuf</groupId>
                         <artifactId>protobuf-java</artifactId>

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