microsoft / hdfs-mount

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

Pass the ownership of zipfile to the files in zipfile #36

Closed junjieqian closed 6 years ago

junjieqian commented 7 years ago

The files show in zipfile as root:root. Because no ownership attr passed in.

codecov-io commented 7 years ago

Codecov Report

Merging #36 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   50.47%   50.57%   +0.09%     
==========================================
  Files          23       23              
  Lines        1046     1048       +2     
==========================================
+ Hits          528      530       +2     
  Misses        464      464              
  Partials       54       54
Impacted Files Coverage Δ
ZipDir.go 81.25% <100%> (+0.48%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1c99aa2...7f8464b. Read the comment docs.