webhdfs-proxy
Version:
WebHDFS REST API proxy
33 lines (28 loc) • 710 B
JSON
{
"properties": {
"user.name": {
"description": "The authenticated user.",
"type": "string"
},
"overwrite": {
"description": "If a file already exists, should it be overwritten?",
"type": "boolean"
},
"blocksize": {
"description": "The block size of a file.",
"type": "integer"
},
"replication": {
"description": "The number of replication of a file.",
"type": "integer"
},
"permission": {
"description": "The permission represented as a octal string.",
"type": "string"
},
"buffersize": {
"description": "The size of the buffer used in transferring data.",
"type": "integer"
}
}
}