http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HIVE/configuration/hive-site.xml index 60ecfe7..b3ed5f5 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HIVE/configuration/hive-site.xml @@ -18,9 +18,16 @@ limitations under the License. --> <configuration> + + <property> + <name>ambari.hive.db.schema.name</name> + <value>hive</value> + <description>Database name used as the Hive Metastore</description> + </property> + <property> <name>javax.jdo.option.ConnectionURL</name> - <value></value> + <value>jdbc</value> <description>JDBC connect string for a JDBC metastore</description> </property> @@ -32,13 +39,13 @@ limitations under the License. <property> <name>javax.jdo.option.ConnectionUserName</name> - <value></value> + <value>hive</value> <description>username to use against metastore database</description> </property> <property> <name>javax.jdo.option.ConnectionPassword</name> - <value></value> + <value> </value> <description>password to use against metastore database</description> </property> @@ -77,7 +84,7 @@ limitations under the License. <property> <name>hive.metastore.uris</name> - <value></value> + <value>thrift://localhost:9083</value> <description>URI for client to contact metastore server</description> </property> @@ -107,12 +114,24 @@ limitations under the License. <property> <name>hive.security.authorization.manager</name> - <value>org.apache.hadoop.hive.ql.security.authorization.DefaultHiveAuthorizationProvider</value> + <value>org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider</value> <description>the hive client authorization manager class name. The user defined authorization class should implement interface org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider. </description> </property> <property> + <name>hive.security.metastore.authorization.manager</name> + <value>org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider</value> + <description>The authorization manager class name to be used in the metastore for authorization. The user-defined authorization class should implement interface org.apache.hadoop.hive.ql.security.authorization.HiveMetastoreAuthorizationProvider. </description> + </property> + + <property> + <name>hive.security.authenticator.manager</name> + <value>org.apache.hadoop.hive.ql.security.ProxyUserAuthenticator</value> + <description>Hive client authenticator manager class name. The user-defined authenticator class should implement interface org.apache.hadoop.hive.ql.security.HiveAuthenticationProvider. </description> + </property> + + <property> <name>hive.server2.enable.doAs</name> <value>true</value> </property>
http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HIVE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HIVE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HIVE/metainfo.xml index 818a461..f13193f 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HIVE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HIVE/metainfo.xml @@ -18,7 +18,7 @@ <metainfo> <user>root</user> <comment>Data warehouse system for ad-hoc queries & analysis of large datasets and table & storage management service</comment> - <version>0.12.0.2.0.6.0</version> + <version>0.12.0.2.0.6.1</version> <components> <component> @@ -38,6 +38,8 @@ <category>CLIENT</category> </component> </components> - - + <configuration-dependencies> + <config-type>global</config-type> + <config-type>hive-site</config-type> + </configuration-dependencies> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/MAPREDUCE2/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/MAPREDUCE2/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/MAPREDUCE2/metainfo.xml index 885cd32..ddaa979 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/MAPREDUCE2/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/MAPREDUCE2/metainfo.xml @@ -18,7 +18,7 @@ <metainfo> <user>mapred</user> <comment>Apache Hadoop NextGen MapReduce (client libraries)</comment> - <version>2.1.0.2.0.6.0</version> + <version>2.2.0.2.0.6.0</version> <components> <component> <name>HISTORYSERVER</name> @@ -29,4 +29,9 @@ <category>CLIENT</category> </component> </components> + <configuration-dependencies> + <config-type>core-site</config-type> + <config-type>global</config-type> + <config-type>mapred-site</config-type> + </configuration-dependencies> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/MAPREDUCE2/metrics.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/MAPREDUCE2/metrics.json b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/MAPREDUCE2/metrics.json new file mode 100644 index 0000000..b611ed6 --- /dev/null +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/MAPREDUCE2/metrics.json @@ -0,0 +1,383 @@ +{ + "HISTORYSERVER": { + "Component": [ + { + "type": "ganglia", + "metrics": { + "metrics/memory/mem_total": { + "metric": "mem_total", + "pointInTime": true, + "temporal": true + }, + "metrics/jvm/memHeapCommittedM": { + "metric": "jvm.JvmMetrics.MemHeapCommittedM", + "pointInTime": false, + "temporal": true + }, + "metrics/jvm/threadsRunnable": { + "metric": "jvm.JvmMetrics.ThreadsRunnable", + "pointInTime": false, + "temporal": true + }, + "metrics/jvm/threadsNew": { + "metric": "jvm.JvmMetrics.ThreadsNew", + "pointInTime": false, + "temporal": true + }, + "metrics/rpc/rpcAuthorizationFailures": { + "metric": "rpc.metrics.RpcAuthorizationFailures", + "pointInTime": false, + "temporal": true + }, + "metrics/ugi/loginSuccess_avg_time": { + "metric": "ugi.ugi.LoginSuccessAvgTime", + "pointInTime": false, + "temporal": true + }, + "metrics/rpc/RpcQueueTime_avg_time": { + "metric": "rpc.rpc.RpcQueueTimeAvgTime", + "pointInTime": false, + "temporal": true + }, + "metrics/rpc/SentBytes": { + "metric": "rpc.rpc.SentBytes", + "pointInTime": false, + "temporal": true + }, + "metrics/jvm/memNonHeapUsedM": { + "metric": "jvm.JvmMetrics.MemNonHeapUsedM", + "pointInTime": false, + "temporal": true + }, + "metrics/jvm/logWarn": { + "metric": "jvm.JvmMetrics.LogWarn", + "pointInTime": false, + "temporal": true + }, + "metrics/jvm/threadsTimedWaiting": { + "metric": "jvm.JvmMetrics.ThreadsTimedWaiting", + "pointInTime": false, + "temporal": true + }, + "metrics/process/proc_run": { + "metric": "proc_run", + "pointInTime": true, + "temporal": true + }, + "metrics/jvm/gcCount": { + "metric": "jvm.JvmMetrics.GcCount", + "pointInTime": false, + "temporal": true + }, + "metrics/rpc/ReceivedBytes": { + "metric": "rpc.rpc.ReceivedBytes", + "pointInTime": false, + "temporal": true + }, + "metrics/memory/swap_total": { + "metric": "swap_total", + "pointInTime": true, + "temporal": true + }, + "metrics/cpu/cpu_nice": { + "metric": "cpu_nice", + "pointInTime": true, + "temporal": true + }, + "metrics/jvm/threadsBlocked": { + "metric": "jvm.JvmMetrics.ThreadsBlocked", + "pointInTime": false, + "temporal": true + }, + "metrics/rpc/RpcQueueTime_num_ops": { + "metric": "rpc.rpc.RpcQueueTimeNumOps", + "pointInTime": false, + "temporal": true + }, + "metrics/process/proc_total": { + "metric": "proc_total", + "pointInTime": true, + "temporal": true + }, + "metrics/disk/part_max_used": { + "metric": "part_max_used", + "pointInTime": true, + "temporal": true + }, + "metrics/rpc/NumOpenConnections": { + "metric": "rpc.rpc.NumOpenConnections", + "pointInTime": false, + "temporal": true + }, + "metrics/jvm/memHeapUsedM": { + "metric": "jvm.JvmMetrics.MemHeapUsedM", + "pointInTime": false, + "temporal": true + }, + "metrics/jvm/threadsWaiting": { + "metric": "jvm.JvmMetrics.ThreadsWaiting", + "pointInTime": false, + "temporal": true + }, + "metrics/disk/disk_free": { + "metric": "disk_free", + "pointInTime": true, + "temporal": true + }, + "metrics/memory/mem_buffers": { + "metric": "mem_buffers", + "pointInTime": true, + "temporal": true + }, + "metrics/ugi/loginSuccess_num_ops": { + "metric": "ugi.ugi.LoginSuccessNumOps", + "pointInTime": false, + "temporal": true + }, + "metrics/jvm/gcTimeMillis": { + "metric": "jvm.JvmMetrics.GcTimeMillis", + "pointInTime": false, + "temporal": true + }, + "metrics/cpu/cpu_idle": { + "metric": "cpu_idle", + "pointInTime": true, + "temporal": true + }, + "metrics/jvm/threadsTerminated": { + "metric": "jvm.JvmMetrics.ThreadsTerminated", + "pointInTime": false, + "temporal": true + }, + "metrics/network/bytes_out": { + "metric": "bytes_out", + "pointInTime": true, + "temporal": true + }, + "metrics/cpu/cpu_aidle": { + "metric": "cpu_aidle", + "pointInTime": true, + "temporal": true + }, + "metrics/memory/mem_free": { + "metric": "mem_free", + "pointInTime": true, + "temporal": true + }, + "metrics/cpu/cpu_user": { + "metric": "cpu_user", + "pointInTime": true, + "temporal": true + }, + "metrics/memory/swap_free": { + "metric": "swap_free", + "pointInTime": true, + "temporal": true + }, + "metrics/cpu/cpu_system": { + "metric": "cpu_system", + "pointInTime": true, + "temporal": true + }, + "metrics/network/bytes_in": { + "metric": "bytes_in", + "pointInTime": true, + "temporal": true + }, + "metrics/boottime": { + "metric": "boottime", + "pointInTime": true, + "temporal": true + }, + "metrics/network/pkts_out": { + "metric": "pkts_out", + "pointInTime": true, + "temporal": true + }, + "metrics/jvm/memNonHeapCommittedM": { + "metric": "jvm.JvmMetrics.MemNonHeapCommittedM", + "pointInTime": false, + "temporal": true + }, + "metrics/rpc/callQueueLen": { + "metric": "rpc.rpc.CallQueueLength", + "pointInTime": false, + "temporal": true + }, + "metrics/memory/mem_cached": { + "metric": "mem_cached", + "pointInTime": true, + "temporal": true + }, + "metrics/disk/disk_total": { + "metric": "disk_total", + "pointInTime": true, + "temporal": true + }, + "metrics/jvm/logInfo": { + "metric": "jvm.JvmMetrics.LogInfo", + "pointInTime": false, + "temporal": true + }, + "metrics/ugi/loginFailure_num_ops": { + "metric": "ugi.ugi.LoginFailureNumOps", + "pointInTime": false, + "temporal": true + }, + "metrics/rpc/RpcProcessingTime_num_ops": { + "metric": "rpc.rpc.RpcProcessingTimeNumOps", + "pointInTime": false, + "temporal": true + }, + "metrics/memory/mem_shared": { + "metric": "mem_shared", + "pointInTime": true, + "temporal": true + }, + "metrics/cpu/cpu_wio": { + "metric": "cpu_wio", + "pointInTime": true, + "temporal": true + }, + "metrics/jvm/logError": { + "metric": "jvm.JvmMetrics.LogError", + "pointInTime": false, + "temporal": true + }, + "metrics/ugi/loginFailure_avg_time": { + "metric": "ugi.ugi.LoginFailureAvgTime", + "pointInTime": false, + "temporal": true + }, + "metrics/cpu/cpu_num": { + "metric": "cpu_num", + "pointInTime": true, + "temporal": true + }, + "metrics/cpu/cpu_speed": { + "metric": "cpu_speed", + "pointInTime": true, + "temporal": true + }, + "metrics/rpc/rpcAuthorizationSuccesses": { + "metric": "rpc.rpc.RpcAuthorizationSuccesses", + "pointInTime": false, + "temporal": true + }, + "metrics/jvm/logFatal": { + "metric": "jvm.JvmMetrics.LogFatal", + "pointInTime": false, + "temporal": true + }, + "metrics/rpc/RpcProcessingTime_avg_time": { + "metric": "rpc.rpc.RpcProcessingTimeAvgTime", + "pointInTime": false, + "temporal": true + }, + "metrics/rpc/rpcAuthenticationSuccesses": { + "metric": "rpc.metrics.RpcAuthenticationSuccesses", + "pointInTime": false, + "temporal": true + }, + "metrics/rpc/rpcAuthenticationFailures": { + "metric": "rpc.metrics.RpcAuthenticationFailures", + "pointInTime": false, + "temporal": true + }, + "metrics/network/pkts_in": { + "metric": "pkts_in", + "pointInTime": true, + "temporal": true + } + } + } + ], + "HostComponent": [ + { + "type": "jmx", + "metrics": { + "metrics/jvm/memNonHeapUsedM": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.MemNonHeapUsedM", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/logWarn": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.LogWarn", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/memHeapCommittedM": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.MemHeapCommittedM", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/threadsTimedWaiting": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.ThreadsTimedWaiting", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/gcCount": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.GcCount", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/threadsRunnable": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.ThreadsRunnable", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/threadsBlocked": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.ThreadsBlocked", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/threadsNew": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.ThreadsNew", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/memNonHeapCommittedM": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.MemNonHeapCommittedM", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/logError": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.LogError", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/memHeapUsedM": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.MemHeapUsedM", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/logFatal": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.LogFatal", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/threadsWaiting": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.ThreadsWaiting", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/gcTimeMillis": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.GcTimeMillis", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/logInfo": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.LogInfo", + "pointInTime": true, + "temporal": false + }, + "metrics/jvm/threadsTerminated": { + "metric": "Hadoop:service=JobHistoryServer,name=JvmMetrics.ThreadsTerminated", + "pointInTime": true, + "temporal": false + } + } + } + ] + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/NAGIOS/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/NAGIOS/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/NAGIOS/configuration/global.xml new file mode 100644 index 0000000..9c420bd --- /dev/null +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/NAGIOS/configuration/global.xml @@ -0,0 +1,51 @@ +<?xml version="1.0"?> +<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> +<!-- +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +--> + +<configuration> + + <property> + <name>nagios_contact</name> + <value></value> + <description>Email address.</description> + </property> + <property> + <name>nagios_group</name> + <value>nagios</value> + <description></description> + </property> + <property> + <name>nagios_user</name> + <value>nagios</value> + <description>Nagios process user.</description> + </property> + <property> + <name>nagios_web_login</name> + <value>nagiosadmin</value> + <description>Web user name.</description> + </property> + <property> + <name>nagios_web_password</name> + <value></value> + <description></description> + </property> + +</configuration> http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/NAGIOS/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/NAGIOS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/NAGIOS/metainfo.xml index 76471cf..42bee82 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/NAGIOS/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/NAGIOS/metainfo.xml @@ -27,4 +27,8 @@ </component> </components> + <configuration-dependencies> + <config-type>global</config-type> + </configuration-dependencies> + </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/OOZIE/configuration/oozie-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/OOZIE/configuration/oozie-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/OOZIE/configuration/oozie-site.xml index afd1e7f..bf4533f 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/OOZIE/configuration/oozie-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/OOZIE/configuration/oozie-site.xml @@ -218,9 +218,9 @@ <property> <name>oozie.service.JPAService.jdbc.username</name> - <value>sa</value> + <value>oozie</value> <description> - DB user name. + Database user name to use to connect to the database </description> </property> http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/OOZIE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/OOZIE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/OOZIE/metainfo.xml index bb01f62..515e669 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/OOZIE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/OOZIE/metainfo.xml @@ -31,5 +31,8 @@ <category>CLIENT</category> </component> </components> - + <configuration-dependencies> + <config-type>global</config-type> + <config-type>oozie-site</config-type> + </configuration-dependencies> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/configuration/global.xml new file mode 100644 index 0000000..fed9c6f --- /dev/null +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/configuration/global.xml @@ -0,0 +1,51 @@ +<?xml version="1.0"?> +<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> +<!-- +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +--> + +<configuration> + + <property> + <name>hcat_conf_dir</name> + <value></value> + <description></description> + </property> + <property> + <name>hcat_log_dir</name> + <value>/var/log/webhcat</value> + <description></description> + </property> + <property> + <name>hcat_pid_dir</name> + <value>/var/run/webhcat</value> + <description></description> + </property> + <property> + <name>hcat_user</name> + <value>hcat</value> + <description></description> + </property> + <property> + <name>webhcat_user</name> + <value>hcat</value> + <description></description> + </property> + +</configuration> http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/configuration/webhcat-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/configuration/webhcat-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/configuration/webhcat-site.xml index 95a139f..39b901e 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/configuration/webhcat-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/configuration/webhcat-site.xml @@ -93,7 +93,7 @@ limitations under the License. <property> <name>templeton.zookeeper.hosts</name> - <value></value> + <value>localhost:2181</value> <description>ZooKeeper servers, as comma separated host:port pairs</description> </property> http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/metainfo.xml index 91267e4..1177cd2 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/WEBHCAT/metainfo.xml @@ -18,7 +18,7 @@ <metainfo> <user>root</user> <comment>This is comment for WEBHCAT service</comment> - <version>0.12.0.2.0.6.0</version> + <version>0.12.0.2.0.6.1</version> <components> <component> @@ -27,5 +27,9 @@ </component> </components> + <configuration-dependencies> + <config-type>global</config-type> + <config-type>webhcat-site</config-type> + </configuration-dependencies> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/capacity-scheduler.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/capacity-scheduler.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/capacity-scheduler.xml index ccfb779..4a19779 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/capacity-scheduler.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/capacity-scheduler.xml @@ -116,5 +116,13 @@ No description </description> </property> + <property> + <name>yarn.scheduler.capacity.node-locality-delay</name> + <value>40</value> + <description> + No description + </description> + </property> + </configuration> http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/yarn-site.xml index 6d40722..a8581bc 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/yarn-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/yarn-site.xml @@ -24,6 +24,12 @@ <!-- ResourceManager --> <property> + <name>yarn.resourcemanager.hostname</name> + <value>localhost</value> + <description>The hostname of the RM.</description> + </property> + + <property> <name>yarn.resourcemanager.resource-tracker.address</name> <value>localhost:8025</value> </property> http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/metainfo.xml index 9d0e871..bc80f4a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/metainfo.xml @@ -18,7 +18,7 @@ <metainfo> <user>mapred</user> <comment>Apache Hadoop NextGen MapReduce (YARN)</comment> - <version>2.1.0.2.0.6.0</version> + <version>2.2.0.2.0.6.0</version> <components> <component> <name>RESOURCEMANAGER</name> @@ -33,4 +33,10 @@ <category>CLIENT</category> </component> </components> + <configuration-dependencies> + <config-type>global</config-type> + <config-type>core-site</config-type> + <config-type>yarn-site</config-type> + <config-type>capacity-scheduler</config-type> + </configuration-dependencies> </metainfo>
