﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-程序描绘人生-随笔分类-hadoop</title><link>http://www.cppblog.com/humanchao/category/20887.html</link><description>知识改变命运，学习成就未来。</description><language>zh-cn</language><lastBuildDate>Tue, 27 May 2014 11:38:33 GMT</lastBuildDate><pubDate>Tue, 27 May 2014 11:38:33 GMT</pubDate><ttl>60</ttl><item><title>Exception in thread "main" java.lang.ClassNotFoundException: WordCount</title><link>http://www.cppblog.com/humanchao/archive/2014/05/27/207118.html</link><dc:creator>胡满超</dc:creator><author>胡满超</author><pubDate>Tue, 27 May 2014 11:28:00 GMT</pubDate><guid>http://www.cppblog.com/humanchao/archive/2014/05/27/207118.html</guid><wfw:comment>http://www.cppblog.com/humanchao/comments/207118.html</wfw:comment><comments>http://www.cppblog.com/humanchao/archive/2014/05/27/207118.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/humanchao/comments/commentRss/207118.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/humanchao/services/trackbacks/207118.html</trackback:ping><description><![CDATA[出现这个问题主要是调用的问题，没有加入包<br /><br />./bin/hadoop jar FirstJar/WordCount.jar WordCount input output<br /><br />改成如下的样子就可以了<br /><br /><div>./bin/hadoop jar FirstJar/WordCount.jar cn.edu.ruc.cloudcomputing.book.chapter03.WordCount input output</div><div></div><img src ="http://www.cppblog.com/humanchao/aggbug/207118.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/humanchao/" target="_blank">胡满超</a> 2014-05-27 19:28 <a href="http://www.cppblog.com/humanchao/archive/2014/05/27/207118.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>