aboutsummaryrefslogtreecommitdiff
path: root/lib/hadoop-0.20.0/contrib/hdfsproxy/conf/user-permissions.xml
blob: b7373751bd2a9e72be675cba38b5213ecd528ed6 (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
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!-- 

This file defines the mappings from username to comma seperated list
of directories/files that the user is allowed to use. One mapping
per user. Wildcard characters, such as "*" and "?", are not recognized. 
For example, to match "/output" directory, one can use "/output" or 
"/output/", but not "/output/*". Any leading or trailing whitespaces 
in the name field are stripped/ignored, while only leading whitespaces 
in the value field are. Note that the special hdfsproxy admin user "Admin"
doesn't automatically have access to any files, unless explicitly 
specified in this file. Usernames can only comprise of 0-9a-zA-Z and 
underscore.

-->

<configuration>

<property>
  <name></name>
  <value></value>
  <description>
  </description>
</property>

</configuration>