Repository: hive
Updated Branches:
  refs/heads/llap 89ed5d537 -> 8e920f245


HIVE-10914 : LLAP: fix hadoop-1 build for good by removing llap-server from 
hadoop-1 build (Sergey Shelukhin)


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

Branch: refs/heads/llap
Commit: 8e920f2459ffd658e6a56d8d9b51b5326fb8e631
Parents: 89ed5d5
Author: Sergey Shelukhin <[email protected]>
Authored: Wed Jun 3 16:31:52 2015 -0700
Committer: Sergey Shelukhin <[email protected]>
Committed: Wed Jun 3 16:31:52 2015 -0700

----------------------------------------------------------------------
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/8e920f24/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b835ec9..49b0474 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,6 @@
     <module>serde</module>
     <module>service</module>
     <module>llap-client</module>
-    <module>llap-server</module>
     <module>shims</module>
     <module>spark-client</module>
     <module>testutils</module>
@@ -1076,6 +1075,9 @@
     </profile>
     <profile>
       <id>hadoop-2</id>
+      <modules>
+        <module>llap-server</module>
+      </modules>
       <dependencyManagement>
         <dependencies>
           <dependency>

Reply via email to