Repository: ambari Updated Branches: refs/heads/branch-2.5 e65e9986d -> 35adad6e6
AMBARI-18746: Sqoop parameter hadoop_home is pointed to incorrect path in params_linux.py (dili) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/35adad6e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/35adad6e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/35adad6e Branch: refs/heads/branch-2.5 Commit: 35adad6e6f387b25d577ce1ca30e57523bbd1b3e Parents: e65e998 Author: Di Li <[email protected]> Authored: Thu Nov 3 15:57:56 2016 -0400 Committer: Di Li <[email protected]> Committed: Thu Nov 3 16:16:26 2016 -0400 ---------------------------------------------------------------------- .../SQOOP/1.4.4.2.0/package/scripts/params_linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/35adad6e/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params_linux.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params_linux.py b/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params_linux.py index df418f0..283f54d 100644 --- a/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params_linux.py +++ b/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params_linux.py @@ -70,7 +70,7 @@ zoo_conf_dir = "/etc/zookeeper" if stack_version_formatted and check_stack_feature(StackFeature.ROLLING_UPGRADE, stack_version_formatted): sqoop_conf_dir = format("{stack_root}/current/sqoop-client/conf") sqoop_lib = format("{stack_root}/current/sqoop-client/lib") - hadoop_home = format("{stack_root}/current/hbase-client") + hadoop_home = format("{stack_root}/current/hadoop-client") hbase_home = format("{stack_root}/current/hbase-client") hive_home = format("{stack_root}/current/hive-client") sqoop_bin_dir = format("{stack_root}/current/sqoop-client/bin/")
