Hi Olga,
Yes, there is a bug in the code that cause the error that you described.
Seven {} related unit test cases do not cover this most common case.
Sigh... I filed a jira at
https://issues.apache.org/jira/browse/HADOOP-2562. Hopefully it will get
into still-debating 0.15.3 release.
Hairong
-----Original Message-----
From: Olga Natkovich [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 08, 2008 3:55 PM
To: [email protected]
Subject: question about file glob in hadoop 0.15
Hi,
According to 0.15 documentation, FileSystem::globPaths supports {ab,cd}
matching. However, when I tried to use it with pattern
/data/mydata/{data1,data2} I got no results even though I could find the
individual files.
Any ideas?
Thanks,
Olga