Lincoln Ritter wrote:
Is there a defined standard for hidden files or a public interface for
determining file visibility?

MapReduce's FileInputFormat, and its many subclasses, ignore files and directories whose names begin with either "." or "_". However FsShell's 'ls' and 'lsr' commands do not currently hide any files, nor do any other parts of Hadoop, so far as I can recall.

Doug

Reply via email to