microsoft / hdfs-mount

A tool to mount HDFS as a local Linux file system
Other
286 stars 64 forks source link

hdfs permission: add chown/chmod support in hdfs fuse #4

Closed junjieqian closed 8 years ago

junjieqian commented 8 years ago
  1. use SetattrRequest in bazil.org/fuse for username,groupname and permmode
  2. test setattr in Dir_test.go