NoSuchElementException while executing MapReduce-job

2014-08-25 Thread Malte Maltesmann
Hi all, when I'm trying to execute a MapReduce-Job over the HBase-Java-API I get an exception with the follwoing Stacktrace: java.util.NoSuchElementException at java.util.StringTokenizer.nextToken(StringTokenizer.java:349) at org.apache.hadoop.fs.RawLocalFileSystem$DeprecatedRawLocalFileS

Re: NoSuchElementException while executing MapReduce-job

2014-08-25 Thread Ted Yu
Looks like you were running in a secure setup. If that's the case, you should read: http://hbase.apache.org/book.html#hbase.secure.configuration Cheers On Mon, Aug 25, 2014 at 5:48 AM, Malte Maltesmann < malte.maltesm...@gmail.com> wrote: > Hi all, > > when I'm trying to execute a MapReduce-Jo

Re: NoSuchElementException while executing MapReduce-job

2014-08-25 Thread Malte Otten
Hi Ted, thanks for your quick answer. I don't think I'm running in a secure setup, because I didn't do any of the things specified in the reference guide chapter from your link and as far as I can see, the secure setup is not the default. My hbase-site.xml looks like the following: hbase

Re: NoSuchElementException while executing MapReduce-job

2014-08-27 Thread Artem Ervits
: NoSuchElementException while executing MapReduce-job Hi Ted, thanks for your quick answer. I don't think I'm running in a secure setup, because I didn't do any of the things specified in the reference guide chapter from your link and as far as I can see, the secure setup is not the de

Re: NoSuchElementException while executing MapReduce-job

2014-08-28 Thread Malte Maltesmann
Hospital > > - Original Message - > From: Malte Otten [mailto:malte.maltesm...@gmail.com] > Sent: Monday, August 25, 2014 02:12 PM > To: user@hbase.apache.org > Subject: Re: NoSuchElementException while executing MapReduce-job > > Hi Ted, > > thanks for your quick an

Re: NoSuchElementException while executing MapReduce-job

2014-08-28 Thread Ted Yu
oSuchElementException. > > Regards > Malte > > > 2014-08-27 16:44 GMT+02:00 Artem Ervits : > > > Check your pom.xml, some artifacts changed from earlier releases. > > > > > > Artem Ervits > > Data Analyst > > New York Presbyterian Hospital >

Re: NoSuchElementException while executing MapReduce-job

2014-09-03 Thread Malte Maltesmann
r-first-mapreduce-job/ > > > > > example on only one node. It runs fine on Linux without using maven but > > crashes on Linux and FreeBSD with maven with the above Exception and > > without maven on FreeBSD with the NoSuchElementException. > > > > Regards &