Repository: ambari Updated Branches: refs/heads/branch-1.7.0 9406f962d -> c72c01bb9 refs/heads/trunk 3b9c1edf6 -> 217f43d0d
AMBARI-7970. if templeton.sqoop.archive is set templeton.sqoop.home must be set as well (vbrodetsky via dlysnichenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c72c01bb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c72c01bb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c72c01bb Branch: refs/heads/branch-1.7.0 Commit: c72c01bb9a40ed67b834dda0f75b7ec00281d168 Parents: 9406f96 Author: Lisnichenko Dmitro <[email protected]> Authored: Sat Oct 25 20:45:42 2014 +0300 Committer: Lisnichenko Dmitro <[email protected]> Committed: Sat Oct 25 20:47:38 2014 +0300 ---------------------------------------------------------------------- .../HDP/2.2/services/HIVE/configuration/webhcat-site.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c72c01bb/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/webhcat-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/webhcat-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/webhcat-site.xml index c0371fd..5182d82 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/webhcat-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/webhcat-site.xml @@ -96,6 +96,14 @@ limitations under the License. </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> <description>The hdfs path to the Hadoop streaming jar file.</description>
