blob: 3a42bee19c3f42395700dd7320430fb0694ed26f [file] [log] [blame]
<?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.
-->
<!--
Properties set here are picked up in the client.
-->
<configuration>
<!--
The recommended approach is to configure slider-env.sh and set HADOOP_CONF_DIR.
Otherwise, appropriate configurations from hdfs-site, yarn-site, can be dropped in this file
for Slider client to work. The following list is not an exhaustive list but the minimal config
needed to interact with a non-secure cluster.
-->
<!--
<property>
<name>slider.client.resource.origin</name>
<value>conf/slider-client.xml</value>
<description>This is just for diagnostics</description>
</property>
<property>
<name>yarn.log-aggregation-enable</name>
<value>true</value>
</property>
<property>
<name>slider.security.protocol.acl</name>
<value>*</value>
<description>When security is enabled, set appropriate acl. Default value means allow everyone.</description>
</property>
<property>
<name>yarn.application.classpath</name>
<value>PROVIDE_CLASS_PATH_FROM_YARN</value>
</property>
<property>
<name>yarn.resourcemanager.address</name>
<value>@RM-ADDR</value>
</property>
<property>
<name>yarn.resourcemanager.scheduler.address</name>
<value>@RM-SCHEDULER-ADDR</value>
</property>
<property>
<name>fs.defaultFS</name>
<value>@FILESYSTEM</value>
</property>
<property>
<name>hadoop.registry.zk.quorum</name>
<value>@ZK-QUORUM</value>
</property>
<property>
<name>yarn.resourcemanager.principal</name>
<value>yarn/master@MINICLUSTER</value>
</property>
<property>
<name>dfs.namenode.kerberos.principal</name>
<value>hdfs/master@MINICLUSTER</value>
</property>
-->
</configuration>