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 466E02009E2 for ; Wed, 1 Jun 2016 19:28:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 45506160A5A; Wed, 1 Jun 2016 17:28:57 +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 C90D7160A4D for ; Wed, 1 Jun 2016 19:28:54 +0200 (CEST) Received: (qmail 98273 invoked by uid 500); 1 Jun 2016 17:28:53 -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 96724 invoked by uid 99); 1 Jun 2016 17:28:51 -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, 01 Jun 2016 17:28:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C7863E967C; Wed, 1 Jun 2016 17:28:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: dmitriusan@apache.org To: commits@ambari.apache.org Date: Wed, 01 Jun 2016 17:29:11 -0000 Message-Id: <0a978afbd57a4799988b9d925c6d09a1@git.apache.org> In-Reply-To: <4fa30a2bbf704b8b8fd6ff9832b0982f@git.apache.org> References: <4fa30a2bbf704b8b8fd6ff9832b0982f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/51] [partial] ambari git commit: AMBARI-16272. Ambari Upgrade shouldn't automatically add stack configs. Fix default upgrade policy and script defaults (dlysnichenko) archived-at: Wed, 01 Jun 2016 17:28:57 -0000 http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDP/2.5/services/RANGER_KMS/configuration/ranger-kms-audit.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/RANGER_KMS/configuration/ranger-kms-audit.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/RANGER_KMS/configuration/ranger-kms-audit.xml index b5de2c9..166b97f 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/RANGER_KMS/configuration/ranger-kms-audit.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/RANGER_KMS/configuration/ranger-kms-audit.xml @@ -22,44 +22,44 @@ xasecure.audit.destination.db true - - + + xasecure.audit.destination.db.jdbc.url true - - + + xasecure.audit.destination.db.user true - - + + xasecure.audit.destination.db.password true - - + + xasecure.audit.destination.db.jdbc.driver true - - + + xasecure.audit.credential.provider.file true - - + + xasecure.audit.destination.db.batch.filespool.dir true - - + + xasecure.audit.destination.solr.urls @@ -74,8 +74,8 @@ ranger.audit.solr.urls - - + + xasecure.audit.destination.solr.zookeepers @@ -87,7 +87,7 @@ ranger.audit.solr.zookeepers - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/ranger-storm-policymgr-ssl.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/ranger-storm-policymgr-ssl.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/ranger-storm-policymgr-ssl.xml index 961bd5d..042eadb 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/ranger-storm-policymgr-ssl.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/ranger-storm-policymgr-ssl.xml @@ -23,14 +23,14 @@ xasecure.policymgr.clientssl.keystore /usr/hdp/current/storm-client/conf/ranger-plugin-keystore.jks Java Keystore files - - + + xasecure.policymgr.clientssl.truststore /usr/hdp/current/storm-client/conf/ranger-plugin-truststore.jks java truststore file - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/ranger-storm-security.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/ranger-storm-security.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/ranger-storm-security.xml index 60bb521..9c4535a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/ranger-storm-security.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/ranger-storm-security.xml @@ -23,7 +23,7 @@ ranger.plugin.storm.policy.rest.ssl.config.file /usr/hdp/current/storm-client/conf/ranger-policymgr-ssl.xml Path to the file containing SSL details to contact Ranger Admin - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/storm-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/storm-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/storm-site.xml index 86b7796..b9089dc 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/storm-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/storm-site.xml @@ -25,8 +25,8 @@ for the java.library.path value. java.library.path tells the JVM where to look for native libraries. It is necessary to set this config correctly since Storm uses the ZeroMQ and JZMQ native libs. - - + + nimbus.childopts @@ -35,8 +35,8 @@ false - - + + worker.childopts @@ -45,8 +45,8 @@ multiLine - - + + supervisor.childopts @@ -55,7 +55,7 @@ false - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/capacity-scheduler.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/capacity-scheduler.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/capacity-scheduler.xml index b85ee72..1fde461 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/capacity-scheduler.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/capacity-scheduler.xml @@ -29,7 +29,7 @@ DONT_ADD_ON_UPGRADE - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/ranger-yarn-audit.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/ranger-yarn-audit.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/ranger-yarn-audit.xml index 42973d1..ddec304 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/ranger-yarn-audit.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/ranger-yarn-audit.xml @@ -22,43 +22,43 @@ xasecure.audit.destination.db true - - + + xasecure.audit.destination.db.jdbc.url true - - + + xasecure.audit.destination.db.user true - - + + xasecure.audit.destination.db.password true - - + + xasecure.audit.destination.db.jdbc.driver true - - + + xasecure.audit.credential.provider.file true - - + + xasecure.audit.destination.db.batch.filespool.dir true - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/yarn-site.xml index 05c1e7c..1616683 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/yarn-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/configuration/yarn-site.xml @@ -21,26 +21,26 @@ yarn.nodemanager.aux-services mapreduce_shuffle,spark_shuffle,spark2_shuffle Auxilliary services of NodeManager. A valid service name should only contain a-zA-Z0-9_ and cannot start with numbers - - + + yarn.nodemanager.aux-services.spark2_shuffle.class org.apache.spark.network.yarn.YarnShuffleService The auxiliary service class to use for Spark 2 - - + + yarn.nodemanager.aux-services.spark_shuffle.classpath /usr/hdp/${hdp.version}/spark/aux/* - - + + yarn.nodemanager.aux-services.spark2_shuffle.classpath /usr/hdp/${hdp.version}/spark2/aux/* - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDP/2.5/services/ZEPPELIN/configuration/zeppelin-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ZEPPELIN/configuration/zeppelin-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/ZEPPELIN/configuration/zeppelin-env.xml index a80afb3..2ccf517 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ZEPPELIN/configuration/zeppelin-env.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/ZEPPELIN/configuration/zeppelin-env.xml @@ -109,7 +109,7 @@ export SPARK_YARN_USER_ENV="PYTHONPATH=${PYTHONPATH}" # export ZEPPELIN_SPARK_MAXRESULT - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/configuration/cluster-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/configuration/cluster-env.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/configuration/cluster-env.xml index 93abcca..ad30ce2 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/configuration/cluster-env.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/configuration/cluster-env.xml @@ -32,8 +32,8 @@ false true - - + + hadoop.user.password @@ -46,22 +46,22 @@ false true - - + + security_enabled false Hadoop Security - - + + kerberos_domain EXAMPLE.COM Kerberos realm. - - + + ignore_groupsusers_create @@ -74,8 +74,8 @@ boolean false - - + + smokeuser @@ -88,15 +88,15 @@ false false - - + + smokeuser_keytab /etc/security/keytabs/smokeuser.headless.keytab Path to smoke test user keytab file - - + + user_group @@ -109,7 +109,7 @@ false false - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-env.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-env.xml index 85300d6..3ca3611 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-env.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-env.xml @@ -21,8 +21,8 @@ ams_user true - - + + metrics_collector_log_dir @@ -32,8 +32,8 @@ directory - - + + metrics_collector_pid_dir @@ -43,8 +43,8 @@ directory - - + + metrics_monitor_pid_dir @@ -54,8 +54,8 @@ directory - - + + metrics_monitor_log_dir @@ -65,8 +65,8 @@ directory - - + + content @@ -75,7 +75,7 @@ content - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-hbase-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-hbase-env.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-hbase-env.xml index b2f0db9..7a71970 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-hbase-env.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-hbase-env.xml @@ -24,21 +24,21 @@ hbase_log_dir c:\hadoop\logs\ams-hbase Log Directories for HBase. - - + + hbase_pid_dir c:\hadoop\run\ams-hbase Pid Directory for HBase. - - + + hbase_user true - - + + @@ -49,7 +49,7 @@ content - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-hbase-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-hbase-site.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-hbase-site.xml index cd01c5d..de170cf 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-hbase-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-hbase-site.xml @@ -31,8 +31,8 @@ default HBase writes into /tmp. Change this configuration else all data will be lost on machine restart. - - + + hbase.tmp.dir @@ -43,7 +43,7 @@ than '/tmp' (The '/tmp' directory is often cleared on machine restart). - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-log4j.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-log4j.xml index 18c5072..78104b4 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-log4j.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-log4j.xml @@ -55,7 +55,7 @@ content - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-site.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-site.xml index 14d8632..b4cdc5b 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/AMBARI_METRICS/configuration/ams-site.xml @@ -29,7 +29,7 @@ Directory to store aggregator checkpoints. Change to a permanent location so that checkpoint ar not lost. - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FALCON/configuration/falcon-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FALCON/configuration/falcon-env.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FALCON/configuration/falcon-env.xml index e6e3274..6297290 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FALCON/configuration/falcon-env.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FALCON/configuration/falcon-env.xml @@ -23,8 +23,8 @@ falcon_user true - - + + falcon_log_dir @@ -35,8 +35,8 @@ true false - - + + falcon_pid_dir @@ -47,24 +47,24 @@ true false - - + + falcon_local_dir c:\hadoop\falcon Falcon data directory Directory where Falcon data, such as activemq data, is stored. - - + + falcon.embeddedmq.data c:\hadoop\falcon\embeddedmq\data Directory in which embeddedmq data is stored. - - + + @@ -75,7 +75,7 @@ content - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FLUME/configuration/flume-conf.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FLUME/configuration/flume-conf.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FLUME/configuration/flume-conf.xml index 33e6a07..ec67cbc 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FLUME/configuration/flume-conf.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FLUME/configuration/flume-conf.xml @@ -33,7 +33,7 @@ true false - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FLUME/configuration/flume-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FLUME/configuration/flume-env.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FLUME/configuration/flume-env.xml index 7efd22a..adf0748 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FLUME/configuration/flume-env.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/FLUME/configuration/flume-env.xml @@ -55,7 +55,7 @@ content - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HBASE/configuration/hbase-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HBASE/configuration/hbase-env.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HBASE/configuration/hbase-env.xml index 0794a6c..fabc0f6 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HBASE/configuration/hbase-env.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HBASE/configuration/hbase-env.xml @@ -29,8 +29,8 @@ false true - - + + hbase_pid_dir @@ -41,14 +41,14 @@ false true - - + + hbase_user true - - + + @@ -121,7 +121,7 @@ set HBASE_USE_GC_LOGFILE=true content - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HBASE/configuration/hbase-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HBASE/configuration/hbase-site.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HBASE/configuration/hbase-site.xml index 64d5532..c74f0ed 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HBASE/configuration/hbase-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HBASE/configuration/hbase-site.xml @@ -23,8 +23,8 @@ dfs.domain.socket.path true - - + + hbase.tmp.dir @@ -35,7 +35,7 @@ than '/tmp' (The '/tmp' directory is often cleared on machine restart). - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/core-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/core-site.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/core-site.xml index 17541d8..abc6365 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/core-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/core-site.xml @@ -21,7 +21,7 @@ hadoop.tmp.dir c:\hadoop\temp\hadoop - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/hadoop-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/hadoop-env.xml index 6a52b64..a7d9fcb 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/hadoop-env.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/hadoop-env.xml @@ -32,8 +32,8 @@ false true - - + + hadoop_pid_dir_prefix @@ -44,20 +44,20 @@ false true - - + + proxyuser_group true - - + + hdfs_user true - - + + @@ -160,7 +160,7 @@ set HADOOP_IDENT_STRING=%USERNAME% content - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/hdfs-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/hdfs-site.xml index aafdbca..4558810 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/hdfs-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HDFS/configuration/hdfs-site.xml @@ -30,8 +30,8 @@ false - - + + dfs.datanode.data.dir @@ -44,8 +44,8 @@ Directories that do not exist are ignored. true - - + + dfs.hosts.exclude @@ -54,8 +54,8 @@ not permitted to connect to the namenode. The full pathname of the file must be specified. If the value is empty, no hosts are excluded. - - + + dfs.hosts @@ -64,8 +64,8 @@ permitted to connect to the namenode. The full pathname of the file must be specified. If the value is empty, all hosts are permitted. - - + + dfs.namenode.checkpoint.dir @@ -79,32 +79,32 @@ false - - + + dfs.client.read.shortcircuit true - - + + dfs.client.read.shortcircuit.streams.cache.size true - - + + dfs.domain.socket.path true - - + + dfs.journalnode.edits.dir c:\hadoop\hdfs\journalnode The path where the JournalNode daemon will store its local state. - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hcat-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hcat-env.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hcat-env.xml index 735d804..dbbadb6 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hcat-env.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hcat-env.xml @@ -29,7 +29,7 @@ content - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hive-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hive-env.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hive-env.xml index 53ddba7..a57423e 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hive-env.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hive-env.xml @@ -34,8 +34,8 @@ hive_database - - + + hive_database @@ -47,15 +47,15 @@ false - - + + hive_ambari_database MSSQL Database type. - - + + hive_log_dir @@ -66,8 +66,8 @@ false true - - + + hive_pid_dir @@ -78,14 +78,14 @@ false true - - + + hive_user true - - + + @@ -97,8 +97,8 @@ false true - - + + hcat_pid_dir @@ -109,20 +109,20 @@ false true - - + + hcat_user true - - + + webhcat_user true - - + + @@ -133,7 +133,7 @@ content - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hive-site.xml index 312eef1..555a323 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/hive-site.xml @@ -10,8 +10,8 @@ false - - + + javax.jdo.option.ConnectionDriverName @@ -21,26 +21,26 @@ false - - + + datanucleus.autoCreateSchema false - - + + hive.querylog.location c:\hadoop\logs\hive - - + + hive.log.dir c:\hadoop\logs\hive - - + + @@ -48,23 +48,23 @@ /etc/security/keytabs/hive.service.keytab The path to the Kerberos Keytab file containing the metastore thrift server's service principal. - - + + hive.metastore.kerberos.principal hive/_HOST@EXAMPLE.COM The service principal for the metastore thrift server. The special string _HOST will be replaced automatically with the correct host name. - - + + hive.enforce.sortmergebucketmapjoin true If the user asked for sort-merge bucketed map-side join, and it cannot be performed, should the query fail or not - - + + hive.optimize.reducededuplication.min.reducer @@ -73,44 +73,44 @@ That means if reducer-num of the child RS is fixed (order by or forced bucketing) and small, it can make very slow, single MR. The optimization will be disabled if number of reducers is less than specified value. - - + + hive.vectorized.execution.enabled true This flag controls the vectorized mode of query execution as documented in HIVE-4160 (as of Hive 0.13.0) - - + + hive.execution.engine mr Whether to use MR or Tez - - + + hive.exec.post.hooks org.apache.hadoop.hive.ql.hooks.ATSHook Comma-separated list of post-execution hooks to be invoked for each statement. - - + + hive.exec.pre.hooks org.apache.hadoop.hive.ql.hooks.ATSHook Comma-separated list of pre-execution hooks to be invoked for each statement. - - + + hive.exec.failure.hooks org.apache.hadoop.hive.ql.hooks.ATSHook Comma-separated list of on-failure hooks to be invoked for each statement. - - + + hive.vectorized.groupby.maxentries @@ -118,29 +118,29 @@ Max number of entries in the vector group by aggregation hashtables. Exceeding this will trigger a flush irrelevant of memory pressure condition. - - + + hive.vectorized.groupby.checkinterval 1024 Number of entries added to the group by aggregation hash before a reocmputation of average entry size is performed. - - + + hive.vectorized.groupby.flush.percent 0.1 Percent of entries in the group by aggregation hash flushed when the memory treshold is exceeded. - - + + hive.stats.autogather true A flag to gather statistics automatically during the INSERT OVERWRITE command. - - + + hive.tez.container.size @@ -164,22 +164,22 @@ yarn.scheduler.maximum-allocation-mb - - + + hive.tez.input.format org.apache.hadoop.hive.ql.io.HiveInputFormat The default input format for Tez. Tez groups splits in the Application Master. - - + + hive.tez.java.opts -server -Xmx545m -Djava.net.preferIPv4Stack=true -XX:NewRatio=8 -XX:+UseNUMA -XX:+UseParallelGC -XX:+PrintGCDetails -verbose:gc -XX:+PrintGCTimeStamps Java command line options for Tez. The -Xmx parameter value is generally 80% of hive.tez.container.size. - - + + hive.compute.query.using.stats @@ -189,8 +189,8 @@ stored in metastore. For basic stats collection turn on the config hive.stats.autogather to true. For more advanced stats collection need to run analyze table queries. - - + + hive.orc.splits.include.file.footer @@ -199,64 +199,64 @@ If turned on splits generated by orc will include metadata about the stripes in the file. This data is read remotely (from the client or HS2 machine) and sent to all the tasks. - - + + hive.limit.optimize.enable true Whether to enable the optimization of trying a smaller subset of data for simple LIMIT first. - - + + hive.limit.pushdown.memory.usage 0.04 The max memory to be used for hash in RS operator for top K selection. - - + + hive.server2.tez.default.queues default A comma-separated list of queues configured for the cluster. - - + + hive.server2.tez.sessions.per.default.queue 1 The number of sessions for each queue named in the hive.server2.tez.default.queues. - - + + hive.server2.tez.initialize.default.sessions false Enables a user to use HiveServer2 without enabling Tez for HiveServer2. Users may potentially may want to run queries with Tez without a pool of sessions. - - + + hive.txn.manager org.apache.hadoop.hive.ql.lockmgr.DummyTxnManager Select the class to do transaction management. The default DummyTxnManager does no transactions and retains the legacy behavior. - - + + hive.txn.timeout 300 Time after which transactions are declared aborted if the client has not sent a heartbeat, in seconds. - - + + hive.txn.max.open.batch 1000 Maximum number of transactions that can be fetched in one call to open_txns(). Increasing this will decrease the number of delta files created when streaming data into Hive. But it will also increase the number of open transactions at any given time, possibly impacting read performance. - - + + hive.compactor.initiator.on @@ -283,8 +283,8 @@ hive_txn_acid - - + + hive.compactor.worker.threads @@ -303,50 +303,50 @@ hive_txn_acid - - + + hive.compactor.worker.timeout 86400L Time, in seconds, before a given compaction in working state is declared a failure and returned to the initiated state. - - + + hive.compactor.check.interval 300L Time in seconds between checks to see if any partitions need compacted. This should be kept high because each check for compaction requires many calls against the NameNode. - - + + hive.compactor.delta.num.threshold 10 Number of delta files that must exist in a directory before the compactor will attempt a minor compaction. - - + + hive.compactor.delta.pct.threshold 0.1f Percentage (by size) of base that deltas can be before major compaction is initiated. - - + + hive.compactor.abortedtxn.threshold 1000 Number of aborted transactions involving a particular table or partition before major compaction is initiated. - - + + datanucleus.cache.level2.type none Determines caching mechanism DataNucleus L2 cache will use. It is strongly recommended to use default value of 'none' as other values may cause consistency errors in Hive. - - + + hive.server2.authentication.spnego.principal @@ -354,8 +354,8 @@ This keytab would be used by HiveServer2 when Kerberos security is enabled and HTTP transport mode is used. - - + + hive.server2.authentication.spnego.keytab @@ -363,7 +363,7 @@ The SPNEGO service principal would be used by HiveServer2 when Kerberos security is enabled and HTTP transport mode is used. - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/webhcat-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/webhcat-env.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/webhcat-env.xml index 3f93008..78ce7f5 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/webhcat-env.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/webhcat-env.xml @@ -29,7 +29,7 @@ content - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/webhcat-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/webhcat-site.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/webhcat-site.xml index f52c248..5570c2f 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/webhcat-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/configuration/webhcat-site.xml @@ -1,4 +1,4 @@ - + @@ -147,7 +147,7 @@ set JAVA_LIBRARY_PATH=%HADOOP_COMMON_HOME%\bin content - - + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8e7103a8/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/OOZIE/configuration/oozie-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/OOZIE/configuration/oozie-site.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/OOZIE/configuration/oozie-site.xml index 36d544d..cdf901a 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/OOZIE/configuration/oozie-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/OOZIE/configuration/oozie-site.xml @@ -31,8 +31,8 @@ false - - + + oozie.service.JPAService.jdbc.url @@ -44,8 +44,8 @@ false - - + + oozie.service.HadoopAccessorService.hadoop.configurations @@ -58,8 +58,8 @@ the Oozie configuration directory; though the path can be absolute (i.e. to point to Hadoop client conf/ directories in the local filesystem. - - + + @@ -100,8 +100,8 @@ org.apache.oozie.service.JobsConcurrencyService List of Oozie services - - + + oozie.services.ext @@ -111,7 +111,7 @@ To add/replace services defined in 'oozie.services' with custom implementations. Class names must be separated by commas. - - + +