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/574fd643 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/574fd643 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/574fd643 Branch: refs/heads/branch-dev-patch-upgrade Commit: 574fd6435f1df87f632ea86287f26e8f1f7f1121 Parents: 7394cef Author: Di Li <[email protected]> Authored: Thu Nov 3 15:57:56 2016 -0400 Committer: Di Li <[email protected]> Committed: Thu Nov 3 15:57:56 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/574fd643/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/")
