Re: where is IndexHDFS.java

2015-05-05 Thread Mahmood N
>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

Re: where is IndexHDFS.java

2015-05-05 Thread Chris Nauroth
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

Re: where is IndexHDFS.java

2015-05-05 Thread Mahmood N
e.org; dev@lucene.apache.org; d...@mahout.apache.org Subject: where is IndexHDFS.java  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.N

RE: where is IndexHDFS.java

2015-05-05 Thread Uwe Schindler
://www.thetaphi.de <http://www.thetaphi.de/> eMail: u...@thetaphi.de From: Mahmood N [mailto:nt_mahm...@yahoo.com.INVALID] Sent: Tuesday, May 05, 2015 11:53 AM To: hdfs-...@hadoop.apache.org Cc: d...@nutch.apache.org; dev@lucene.apache.org; d...@mahout.apache.org Subject: where is IndexHDFS.java

where is IndexHDFS.java

2015-05-05 Thread Mahmood N
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