You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2014/11/14 01:26:22 UTC

ambari git commit: AMBARI-8323. WebHCat server needs Pig client to copy tarball to HDFS (alejandro)

Repository: ambari
Updated Branches:
  refs/heads/trunk 43704d451 -> 0ece0a0db


AMBARI-8323. WebHCat server needs Pig client to copy tarball to HDFS (alejandro)


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

Branch: refs/heads/trunk
Commit: 0ece0a0db5f43f4e0872ee08c21b73f2934331b3
Parents: 43704d4
Author: Alejandro Fernandez <af...@hortonworks.com>
Authored: Thu Nov 13 15:34:00 2014 -0800
Committer: Alejandro Fernandez <af...@hortonworks.com>
Committed: Thu Nov 13 16:26:12 2014 -0800

----------------------------------------------------------------------
 .../resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml     | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0ece0a0d/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
index cf2768e..1b30a95 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
@@ -128,6 +128,13 @@
                 <enabled>true</enabled>
               </auto-deploy>
             </dependency>
+            <dependency>
+              <name>PIG/PIG</name>
+              <scope>host</scope>
+              <auto-deploy>
+                <enabled>true</enabled>
+              </auto-deploy>
+            </dependency>
           </dependencies>
           <commandScript>
             <script>scripts/webhcat_server.py</script>