Explorar o código

AMBARI-5430. Changing of mapreduce.map.java.opts, mapreduce.reduce.java.opts values are ignored after deploy (jaimin)

Jaimin Jetly %!s(int64=11) %!d(string=hai) anos
pai
achega
79165d6850

+ 0 - 79
ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/mapred-site.xml

@@ -1,79 +0,0 @@
-<?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>mapreduce.reduce.shuffle.parallelcopies</name>
-    <value>30</value>
-    <description></description>
-  </property>
-
-  <property>
-    <name>mapreduce.reduce.shuffle.input.buffer.percent</name>
-    <value>0.6</value>
-    <description></description>
-  </property>
-
-  <property>
-    <name>mapreduce.reduce.input.buffer.percent</name>
-    <value>0.2</value>
-    <description></description>
-  </property>
-
-  <property>
-    <name>mapreduce.map.java.opts</name>
-    <value>-server -Xmx1536m -Djava.net.preferIPv4Stack=true -XX:+UseNUMA -XX:+UseParallelGC</value>
-    <description></description>
-  </property>
-    
-
-  <property>
-    <name>mapreduce.reduce.java.opts</name>
-    <value>-server -Xmx1536m -Djava.net.preferIPv4Stack=true -XX:+UseNUMA -XX:+UseParallelGC</value>
-    <description></description>
-  </property>
-
-  <property>
-    <name>mapreduce.map.memory.mb</name>
-    <value>2048</value>
-    <description></description>
-  </property>
-
-  <property>
-    <name>mapreduce.reduce.memory.mb</name>
-    <value>2048</value>
-    <description></description>
-  </property>
-
-  <property>
-    <name>mapreduce.map.output.compress</name>
-    <value>false</value>
-    <description></description>
-  </property>
-
-  <property>
-    <name>mapreduce.map.output.compress.codec</name>
-    <value>org.apache.hadoop.io.compress.SnappyCodec</value>
-    <description></description>
-  </property>
-
-</configuration>