Restore file traveral behavior to Pig loaders ---------------------------------------------
Key: PIG-1298 URL: https://issues.apache.org/jira/browse/PIG-1298 Project: Pig Issue Type: Bug Affects Versions: 0.7.0 Reporter: Richard Ding Assignee: Richard Ding Fix For: 0.7.0 Given a location to a Pig loader, it is expected to recursively load all the files under the location (i.e., all the files returned with "ls -R" command). However, after the transition to using Hadoop 20 API, only files returned with "ls" command are loaded. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.