Browse Source

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

Alejandro Fernandez 10 years ago
parent
commit
0ece0a0db5

+ 7 - 0
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>