FALCON-691 Build issues - Hadoop-2 profile. Contributed by Srikanth Sundarrajan
diff --git a/CHANGES.txt b/CHANGES.txt
index 4a73dd1..ed5a06a 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -142,6 +142,8 @@
     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)
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>
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>
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>
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>