aboutsummaryrefslogblamecommitdiff
path: root/third_party/hadoop-0.20.0/contrib/hdfsproxy/conf/hdfsproxy-default.xml
blob: 0d2a006c8e01200e846f56654205f16cfdc135e7 (plain) (tree)


























































                                                                      
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!-- Put hdfsproxy specific properties in this file. -->

<configuration>

<property>
  <name>hdfsproxy.https.address</name>
  <value>0.0.0.0:50479</value>
  <description>the SSL port that hdfsproxy listens on
  </description>
</property>

<property>
  <name>hdfsproxy.hosts</name>
  <value>hdfsproxy-hosts</value>
  <description>location of hdfsproxy-hosts file
  </description>
</property>

<property>
  <name>hdfsproxy.dfs.namenode.address</name>
  <value></value>
  <description>namenode address of the HDFS cluster being proxied
  </description>
</property>

<property>
  <name>hdfsproxy.https.server.keystore.resource</name>
  <value>ssl-server.xml</value>
  <description>location of the resource from which ssl server keystore
  information will be extracted
  </description>
</property>

<property>
  <name>hdfsproxy.user.permissions.file.location</name>
  <value>user-permissions.xml</value>
  <description>location of the user permissions file
  </description>
</property>

<property>
  <name>hdfsproxy.user.certs.file.location</name>
  <value>user-certs.xml</value>
  <description>location of the user certs file
  </description>
</property>

<property>
  <name>hdfsproxy.ugi.cache.ugi.lifetime</name>
  <value>15</value>
  <description> The lifetime (in minutes) of a cached ugi
  </description>
</property>

</configuration>