jacobstanley / hadoop-tools

Tools for working with Hadoop, written with performance in mind.
Other
37 stars 15 forks source link

ls of a filename should show its basename #8

Closed kfish closed 9 years ago

kfish commented 9 years ago

currently the given path argument is removed from the prefix of the shown filenames, which results in empty filenames if a full path is given as argument.

kfish commented 9 years ago

Actually hadoop returns an empty string for the pathname if you ask for a specific filename.