Repository: ambari
Updated Branches:
  refs/heads/trunk 585165305 -> 5ade3e643


AMBARI-11847: [WinTP2] Skip building hive view on Windows (jluniya)


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

Branch: refs/heads/trunk
Commit: 5ade3e643d67d9b6b141aff9edb69374ef9f749c
Parents: 5851653
Author: Jayush Luniya <[email protected]>
Authored: Wed Jun 10 12:55:11 2015 -0700
Committer: Jayush Luniya <[email protected]>
Committed: Wed Jun 10 12:55:11 2015 -0700

----------------------------------------------------------------------
 contrib/views/pom.xml | 14 +++++++++++++-
 pom.xml               |  1 -
 2 files changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5ade3e64/contrib/views/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/pom.xml b/contrib/views/pom.xml
index c4a1490..63340f4 100644
--- a/contrib/views/pom.xml
+++ b/contrib/views/pom.xml
@@ -38,7 +38,6 @@
     <module>pig</module>
     <module>slider</module>
     <module>capacity-scheduler</module>
-    <module>hive</module>
     <module>tez</module>
     <module>utils</module>
   </modules>
@@ -146,6 +145,19 @@
       </plugin>
     </plugins>
   </build>
+  <profiles>
+    <profile>
+      <id>linux</id>
+      <activation>
+        <os>
+          <family>unix</family>
+        </os>
+      </activation>
+      <modules>
+        <module>hive</module>
+      </modules>
+    </profile>
+  </profiles>
   <dependencyManagement>
     <dependencies>
       <dependency>

http://git-wip-us.apache.org/repos/asf/ambari/blob/5ade3e64/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 93f2169..3972dd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -480,7 +480,6 @@
         <module>ambari-project</module>
         <module>ambari-views</module>
         <module>ambari-admin</module>
-        <module>contrib/ambari-scom/metrics-sink</module>
         <module>ambari-metrics</module>
         <module>ambari-server</module>
         <module>ambari-agent</module>

Reply via email to