Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9E8DD200C55 for ; Wed, 29 Mar 2017 13:57:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9D3AB160B7C; Wed, 29 Mar 2017 11:57:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E783B160BB0 for ; Wed, 29 Mar 2017 13:57:11 +0200 (CEST) Received: (qmail 55139 invoked by uid 500); 29 Mar 2017 11:57:09 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 53064 invoked by uid 99); 29 Mar 2017 11:57:07 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2017 11:57:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F3D29E0061; Wed, 29 Mar 2017 11:57:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aonishuk@apache.org To: commits@ambari.apache.org Date: Wed, 29 Mar 2017 11:58:06 -0000 Message-Id: <4a984f6bd51d45fe8a181b1e7160f176@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [62/64] [abbrv] ambari git commit: Revert "AMBARI-20400 Yarn should not copy Tez and Slider tar ball if Tez and Sliders are not installed on the cluster (dili)" archived-at: Wed, 29 Mar 2017 11:57:14 -0000 Revert "AMBARI-20400 Yarn should not copy Tez and Slider tar ball if Tez and Sliders are not installed on the cluster (dili)" This reverts commit 3ab4c8d2ae0a7f28bc73d8438f79d2f18f96cc01. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3e559d7e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3e559d7e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3e559d7e Branch: refs/heads/branch-3.0-perf Commit: 3e559d7e531c4b022a3bd6ab8861403ed52a8285 Parents: 64b132b Author: Di Li Authored: Tue Mar 28 15:13:40 2017 -0400 Committer: Andrew Onishuk Committed: Wed Mar 29 14:55:56 2017 +0300 ---------------------------------------------------------------------- .../libraries/functions/copy_tarball.py | 24 +------------------ .../python/stacks/2.0.6/configs/default.json | 25 -------------------- 2 files changed, 1 insertion(+), 48 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3e559d7e/ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py ---------------------------------------------------------------------- diff --git a/ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py b/ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py index 63b6926..31a9be4 100644 --- a/ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py +++ b/ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py @@ -64,18 +64,6 @@ TARBALL_MAP = { "/{0}/apps/{1}/spark2/spark2-{0}-yarn-archive.tar.gz".format(STACK_NAME_PATTERN, STACK_VERSION_PATTERN)) } -SERVICE_MAP = { - "slider": "SLIDER", - "tez": "TEZ_CLIENT", - "pig": "PIG", - "sqoop": "SQOOP_CLIENT", - "hive": "HIVE_CLIENT", - "mapreduce": "HADOOP_CLIENT", - "hadoop_streaming": "MAPREDUCE2_CLIENT", - "tez_hive2": "HIVE_CLIENT", - "spark": "SPARK_CLIENT", - "spark2": "SPARK2_CLIENT" -} def get_sysprep_skip_copy_tarballs_hdfs(): import params @@ -211,7 +199,7 @@ def _get_single_version_from_stack_select(): def copy_to_hdfs(name, user_group, owner, file_mode=0444, custom_source_file=None, custom_dest_file=None, force_execute=False, - use_upgrading_version_during_upgrade=True, replace_existing_files=False, skip=False, skip_component_check=False): + use_upgrading_version_during_upgrade=True, replace_existing_files=False, skip=False): """ :param name: Tarball name, e.g., tez, hive, pig, sqoop. :param user_group: Group to own the directory. @@ -222,8 +210,6 @@ def copy_to_hdfs(name, user_group, owner, file_mode=0444, custom_source_file=Non :param force_execute: If true, will execute the HDFS commands immediately, otherwise, will defer to the calling function. :param use_upgrading_version_during_upgrade: If true, will use the version going to during upgrade. Otherwise, use the CURRENT (source) version. :param skip: If true, tarballs will not be copied as the cluster deployment uses prepped VMs. - :param skip_component_check: If true, will skip checking if a given component is installed on the node for a file under its dir to be copied. - This is in case the file is not mapped to a component but rather to a specific location (JDK jar, Ambari jar, etc). :return: Will return True if successful, otherwise, False. """ import params @@ -240,14 +226,6 @@ def copy_to_hdfs(name, user_group, owner, file_mode=0444, custom_source_file=Non Logger.warning("Skipping copying {0} to {1} for {2} as it is a sys prepped host.".format(str(source_file), str(dest_file), str(name))) return True - if not skip_component_check: - #Use components installed on the node to check if a file can be copied into HDFS - local_components = default("/localComponents", []) - component = SERVICE_MAP.get(name) - if component not in local_components: - Logger.info("{0} is not installed on the host. Skip copying {1}".format(component, source_file)) - return False - Logger.info("Source file: {0} , Dest file in HDFS: {1}".format(source_file, dest_file)) if not os.path.exists(source_file): http://git-wip-us.apache.org/repos/asf/ambari/blob/3e559d7e/ambari-server/src/test/python/stacks/2.0.6/configs/default.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/stacks/2.0.6/configs/default.json b/ambari-server/src/test/python/stacks/2.0.6/configs/default.json index ceb0ca0..fa7419f 100644 --- a/ambari-server/src/test/python/stacks/2.0.6/configs/default.json +++ b/ambari-server/src/test/python/stacks/2.0.6/configs/default.json @@ -1,26 +1,4 @@ { - "localComponents": [ - "NAMENODE", - "SECONDARY_NAMENODE", - "ZOOKEEPER_SERVER", - "DATANODE", - "HDFS_CLIENT", - "ZOOKEEPER_CLIENT", - "RESOURCEMANAGER", - "HISTORYSERVER", - "NODEMANAGER", - "YARN_CLIENT", - "MAPREDUCE2_CLIENT", - "SLIDER", - "PIG", - "SQOOP_CLIENT", - "HIVE_CLIENT", - "TEZ_CLIENT", - "HADOOP_CLIENT", - "HIVE_CLIENT", - "SPARK_CLIENT", - "SPARK2_CLIENT" - ], "roleCommand": "SERVICE_CHECK", "clusterName": "c1", "hostname": "c6401.ambari.apache.org", @@ -566,9 +544,6 @@ "tez.staging-dir": "/tmp/${user.name}/staging", "tez.am.am-rm.heartbeat.interval-ms.max": "250" }, - "slider-env": { - "content": "export JAVA_HOME={{java64_home}}\nexport HADOOP_CONF_DIR={{hadoop_conf_dir}}" - }, "yarn-env": { "yarn_pid_dir_prefix": "/var/run/hadoop-yarn", "apptimelineserver_heapsize": "1024",