Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.23.0, 2.0.0-alpha, 3.0.0-alpha1
-
None
Description
Let's say we have have a structure of "$date/$user/stuff/file". Multiple globs are unreliable unless every directory in the structure exists.
These work:
date*/user
date*/user/stuff
date*/user/stuff/file
These fail:
date*/user/*
date*/user//
date*/user/stu*
date*/user/stu*/*
date*/user/stu*/file
date*/user/stuff/*
date*/user/stuff/f*
Attachments
Attachments
Issue Links
- breaks
-
MAHOUT-1142 TestDistributedLanczosSolverCLI.testDistributedLanczosSolverEVJCLI is broken with Hadoop 0.23.5
- Closed
- is duplicated by
-
HADOOP-8845 When looking for parent paths info, globStatus must filter out non-directory elements to avoid an AccessControlException
- Resolved