NoClassDefFoundError: org/apache/hadoop/yarn/service/CompositeService

2013-07-10 Thread Yu, Libo
Hi, I tried to run the wordcount example with yarn. Here is the command line: hadoop jar share/hadoop/mapreduce2/hadoop-mapreduce-examples-2.0.0-cdh4.3.0.jar wordcount /user/lyu/wordcount/input /user/lyu/wordcount/output But I got this exception: Exception in thread main

RE: NoClassDefFoundError: org/apache/hadoop/yarn/service/CompositeService

2013-07-10 Thread Devaraj k
...@citi.com] Sent: 11 July 2013 01:30 To: 'user@hadoop.apache.org' Subject: NoClassDefFoundError: org/apache/hadoop/yarn/service/CompositeService Hi, I tried to run the wordcount example with yarn. Here is the command line: hadoop jar share/hadoop/mapreduce2/hadoop-mapreduce-examples-2.0.0-cdh4.3.0.jar

Re: NoClassDefFoundError: org/apache/hadoop/yarn/service/CompositeService

2013-07-10 Thread 闫昆
*To:* 'user@hadoop.apache.org' *Subject:* NoClassDefFoundError: org/apache/hadoop/yarn/service/CompositeService ** ** Hi, ** ** I tried to run the wordcount example with yarn. Here is the command line:* *** hadoop jar share/hadoop/mapreduce2/hadoop-mapreduce-examples-2.0.0-cdh4.3.0