|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
|
|
<!--
|
|
Licensed 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. See accompanying LICENSE file.
|
|
-->
|
|
|
|
<!-- Put site-specific property overrides in this file. -->
|
|
<configuration>
|
|
<property>
|
|
<name>fs.default.name</name>
|
|
<value>hdfs://Ucluster</value>
|
|
</property>
|
|
<property>
|
|
<name>ha.zookeeper.quorum</name>
|
|
<value>uhadoop-ia1nlbku-master1:2181,uhadoop-ia1nlbku-master2:2181,uhadoop-ia1nlbku-core1:2181</value>
|
|
</property>
|
|
<property>
|
|
<name>hadoop.proxyuser.hive.hosts</name>
|
|
<value>*</value>
|
|
</property>
|
|
<property>
|
|
<name>hadoop.proxyuser.hive.groups</name>
|
|
<value>*</value>
|
|
</property>
|
|
<property>
|
|
<name>hadoop.proxyuser.hadoop.hosts</name>
|
|
<value>*</value>
|
|
</property>
|
|
<property>
|
|
<name>hadoop.proxyuser.hue.hosts</name>
|
|
<value>*</value>
|
|
</property>
|
|
<property>
|
|
<name>hadoop.proxyuser.hue.groups</name>
|
|
<value>*</value>
|
|
</property>
|
|
<property>
|
|
<name>hadoop.proxyuser.oozie.hosts</name>
|
|
<value>*</value>
|
|
</property>
|
|
<property>
|
|
<name>hadoop.proxyuser.oozie.groups</name>
|
|
<value>*</value>
|
|
</property>
|
|
<property>
|
|
<name>io.compression.codecs</name>
|
|
<value>org.apache.hadoop.io.compress.DefaultCodec,org.apache.hadoop.io.compress.GzipCodec,org.apache.hadoop.io.compress.BZip2Codec,com.hadoop.compression.lzo.LzoCodec,com.hadoop.compression.lzo.LzopCodec,org.apache.hadoop.io.compress.SnappyCodec</value>
|
|
</property>
|
|
<property>
|
|
<name>hadoop.http.staticuser.user</name>
|
|
<value>hadoop</value>
|
|
</property>
|
|
<property>
|
|
<name>ipc.maximum.data.length</name>
|
|
<value>69415731</value>
|
|
</property>
|
|
</configuration>
|