Explorar el Código

AMBARI-7970. if templeton.sqoop.archive is set templeton.sqoop.home must be set as well (vbrodetsky via dlysnichenko)

Lisnichenko Dmitro hace 10 años
padre
commit
217f43d0de

+ 8 - 0
ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/webhcat-site.xml

@@ -95,6 +95,14 @@ limitations under the License.
     <description>The path to the Sqoop executable.</description>
   </property>
 
+  <property>
+    <name>templeton.sqoop.home</name>
+    <value>sqoop-1.4.5.${hdp.version}.tar.gz/sqoop</value>
+    <description>The path to the Sqoop home within the tar. Has no effect if
+      templeton.sqoop.archive is not set.
+    </description>
+  </property>
+
   <property>
     <name>templeton.streaming.jar</name>
     <value>hdfs:///hdp/apps/${hdp.version}/mr/hadoop-streaming-2.6.0.${hdp.version}.jar</value>