Hi All,

Can n't we use special character to get paths in HDFS using Hadoop API.

E.g. Path path = new Path("/data/input/20120321*");
I have files  /data/input/20120321000000/a.txt ,
/data/input/20120321010000/b.txt and /data/input/20120321020000/c.txt under
"/data/input/" folder.

I wanted to all the files correponding to a single day. E.g. File:
/data/input date: 20120321

How can I do that using Hadoop API.

Any help would be appreciated.

Thanks,
Thamizh

Reply via email to