aboutsummaryrefslogtreecommitdiff
path: root/third_party/hadoop-0.20.0/contrib/hdfsproxy/conf/hdfsproxy-default.xml
blob: 0d2a006c8e01200e846f56654205f16cfdc135e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?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>