Hide Forgot
with glusterfs jars loaded, I can't use wild cards such as '*' or '+' in hadoop shell. But with HDFS it is possible.
I get the following error when I run the hadoop shell commands using wild cards. root@ubuntu1:/home/hadoop/hadoop-0.20.2# ./bin/hadoop fs -lsr in* Initializing GlusterFS lsr: String index out of range: -1
Du, please take a look at this when you get time. Wildcards work with -ls;-mv but not with -lsr (recursive listing) or may be other recursive commands. You may need to peek into these routines in GlusterFileSystem.java: getFileStatus() listStatus() listPaths()
Venky, let it be assigned to you. Currently RaghavendraG is busy with other components. Lets discuss on it later.
I will check in the fix in my repo. You can pull it once mountbroker fixes are in too.