java.util.NoSuchElementException

2013-07-31 Thread jamal sasha
Hi, I am getting this error: 13/07/31 09:29:41 INFO mapred.JobClient: Task Id : attempt_201307102216_0270_m_02_2, Status : FAILED java.util.NoSuchElementException at java.util.StringTokenizer.nextToken(StringTokenizer.java:332) at java.util.StringTokenizer.nextElement(StringTokenizer.java

RE: java.util.NoSuchElementException

2013-07-31 Thread Devaraj k
or not. If you have only two words in a line, you can modify the code to get these directly instead of iterating multiple times. Thanks Devaraj k From: jamal sasha [mailto:jamalsha...@gmail.com] Sent: 31 July 2013 23:40 To: user@hadoop.apache.org Subject: java.util.NoSuchElementException Hi, I am getting

Re: java.util.NoSuchElementException

2013-07-31 Thread jamal sasha
these directly instead of iterating multiple times. ** ** Thanks Devaraj k ** ** *From:* jamal sasha [mailto:jamalsha...@gmail.com] *Sent:* 31 July 2013 23:40 *To:* user@hadoop.apache.org *Subject:* java.util.NoSuchElementException ** ** Hi, I am getting

RE: java.util.NoSuchElementException

2013-07-31 Thread Devaraj k
2013 23:52 To: user@hadoop.apache.org Subject: Re: java.util.NoSuchElementException Hi, Thanks for responding. How do I do that? (very new in java ) There are just two words per line.. One is word, second is integer. Thanks On Wed, Jul 31, 2013 at 11:20 AM, Devaraj k devara

Re: java.io.IOException: java.util.NoSuchElementException

2008-11-11 Thread Michael Stack
HBASE-990 should make it so NSEE doesn't happen anymore, even if a user has the interesting config. you had previously. St.Ack Billy Pearson wrote: I bumped my memcache size down to 256M and the blocker to 2 and max global to 512 and that seams to fixed the problem. Might add checks to keep

Re: java.io.IOException: java.util.NoSuchElementException

2008-11-10 Thread Billy Pearson
: java.io.IOException: java.util.NoSuchElementException java.io.IOException: java.util.NoSuchElementException at java.util.TreeMap.key(TreeMap.java:1206) at java.util.TreeMap.firstKey(TreeMap.java:267) at org.apache.hadoop.hbase.regionserver.MemcacheFlusher.flushSomeRegions