>I don’t think this is from an Apache Project>I'm not aware of any Apache
>project with a class named IndexHDFS Not a good news but at least I am now
>confident on that. I have to ask some other third party projects that use
>hadoop.
Thanks,
Regards,
Mahmood
Hello Mahmood,
I'm not aware of any Apache project with a class named IndexHDFS. I just
did a scan over my local checkouts of the code for many of the Apache
projects, and I didn't find anything.
The fact that IndexHDFS is not prefixed with a package name in the stack
trace tells me that this is
Dear Apache Guys,
I am trying to run a hadoop/java command which uses a jar file called
"IndexData.jar". However, I get an error and the call stack shows
Exception in thread "main" java.lang.NullPointerException
at IndexHDFS.indexData(IndexHDFS.java:92)
at IndexHDFS.main(IndexHDFS