RE: Starting namenode

2010-06-03 Thread Khaled BEN BAHRI
Hello , after killing process on port 9000 and trying to start namenode with start-dfs.sh the error message is : i send you also the core site.xml in the attachment 2010-06-03 10:06:37,542 INFO org.apache.hadoop.hdfs.server.namenode.NameNode: STARTUP_MSG: /***

Cutom partitioner question

2010-06-03 Thread Raymond Jennings III
I am trying to create my partitioner but I am getting an exception. Is anything required other than providing the method "public int getPartition" and extending the Partitioner class? java.lang.RuntimeException: java.lang.NoSuchMethodException: TSPmrV6$TSPPartitioner.() at org.apach

Re: Cutom partitioner question

2010-06-03 Thread Ted Yu
An empty ctor is needed for your Partitioner class. On Thu, Jun 3, 2010 at 10:13 AM, Raymond Jennings III wrote: > I am trying to create my partitioner but I am getting an exception. Is > anything required other than providing the method "public int getPartition" > and extending the Partitioner

Re: Cutom partitioner question

2010-06-03 Thread Raymond Jennings III
Hi Ted, that does not appear to be the problem I am having. I tried adding it as you said but I get the same runtime error. Here is my partitioner: public class MyPartitioner extends Partitioner { public MyPartitioner() { } public

Re: Debugging "Child Error" in Distributed Map Job

2010-06-03 Thread vipul
David. did you find a solution for this? -- View this message in context: http://lucene.472066.n3.nabble.com/Debugging-Child-Error-in-Distributed-Map-Job-tp698519p869094.html Sent from the Hadoop lucene-users mailing list archive at Nabble.com.