-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
bugspring shellproblem related with library Spring shell which is used by HDFS Shellproblem related with library Spring shell which is used by HDFS Shell
Description
Hi, trying to setfacl in hdfs shell with following command:
hdfs-shell /the/path > setfacl -m user:usrName:--x dir
and it fails with:
Option 'x' is not available for this command. Use tab assist or the "help" command to see the legal options
Using hdfs dfs with same stuff is successful:
$ hdfs dfs -setfacl -m user:usrName:--x /the/path/dir
Unfortunately the version command is not helpful in my case:
hdfs-shell /the/path >version
unspecified
Can you confirm, please?
Metadata
Metadata
Assignees
Labels
bugspring shellproblem related with library Spring shell which is used by HDFS Shellproblem related with library Spring shell which is used by HDFS Shell