UNPKG
webhdfs-proxy
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
WebHDFS REST API proxy
webhdfs-proxy
/
schemas
/
setowner.json
18 lines
(16 loc)
•
333 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"properties"
:
{
"user.name"
:
{
"description"
:
"The authenticated user."
,
"type"
:
"string"
}
,
"owner"
:
{
"description"
:
"The username who is the owner of a file/directory."
,
"type"
:
"string"
}
,
"group"
:
{
"description"
:
"The name of a group."
,
"type"
:
"string"
}
}
}