<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>佳音的博客 &#187; hadoop</title>
	<atom:link href="http://blog.00rz.com/category/hadoop/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.00rz.com</link>
	<description>方乃做人之本，圆乃处世之道</description>
	<lastBuildDate>Wed, 07 Dec 2011 11:31:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>hadoop 小文件的问题-The Small Files Problem</title>
		<link>http://blog.00rz.com/2010/03/hadoop-%e5%b0%8f%e6%96%87%e4%bb%b6%e7%9a%84%e9%97%ae%e9%a2%98-the-small-files-problem.html</link>
		<comments>http://blog.00rz.com/2010/03/hadoop-%e5%b0%8f%e6%96%87%e4%bb%b6%e7%9a%84%e9%97%ae%e9%a2%98-the-small-files-problem.html#comments</comments>
		<pubDate>Sun, 14 Mar 2010 15:30:58 +0000</pubDate>
		<dc:creator>佳音</dc:creator>
				<category><![CDATA[hadoop]]></category>

		<guid isPermaLink="false">http://blog.00rz.com/?p=190</guid>
		<description><![CDATA[http://www.cloudera.com/blog/2009/02/the-small-files-problem/]]></description>
			<content:encoded><![CDATA[<h1><a href="http://www.cloudera.com/blog/2009/02/the-small-files-problem/">http://www.cloudera.com/blog/2009/02/the-small-files-problem/</a></h1>
<p><map name='google_ad_map_190_4664d84c6fd17adb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/190?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_190_4664d84c6fd17adb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=190&amp;url= http%3A%2F%2Fblog.00rz.com%2F2010%2F03%2Fhadoop-%25e5%25b0%258f%25e6%2596%2587%25e4%25bb%25b6%25e7%259a%2584%25e9%2597%25ae%25e9%25a2%2598-the-small-files-problem.html' /></p>]]></content:encoded>
			<wfw:commentRss>http://blog.00rz.com/2010/03/hadoop-%e5%b0%8f%e6%96%87%e4%bb%b6%e7%9a%84%e9%97%ae%e9%a2%98-the-small-files-problem.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hadoop0.20.1 eclipse plugin</title>
		<link>http://blog.00rz.com/2010/02/hadoop0-20-1-eclipse-plugin.html</link>
		<comments>http://blog.00rz.com/2010/02/hadoop0-20-1-eclipse-plugin.html#comments</comments>
		<pubDate>Thu, 25 Feb 2010 07:33:42 +0000</pubDate>
		<dc:creator>佳音</dc:creator>
				<category><![CDATA[hadoop]]></category>

		<guid isPermaLink="false">http://blog.00rz.com/?p=164</guid>
		<description><![CDATA[http://issues.apache.org/jira/browse/MAPREDUCE-1262 src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/launch/HadoopApplicationLaunchShortcut.java @@ -32,7 +32,7 @@ -import org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLaunchShortcut; +import org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut; @@ -65,6 +65,10 @@ ILaunchConfiguration iConf = super.findLaunchConfiguration(type, configType); +    if(iConf == null){ +      return null; +    } + ILaunchConfigurationWorkingCopy iConfWC; try { /* cd  src/contrib/eclipse-plugin/ ant jar -Declipse.home=/usr/local/eclipse   ///usr/local/eclipse your eclipse home]]></description>
			<content:encoded><![CDATA[<p>http://issues.apache.org/jira/browse/MAPREDUCE-1262</p>
<p>src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/launch/HadoopApplicationLaunchShortcut.java</p>
<p>@@ -32,7 +32,7 @@<br />
-import org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLaunchShortcut;<br />
+import org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut;</p>
<p>@@ -65,6 +65,10 @@<br />
ILaunchConfiguration iConf =<br />
super.findLaunchConfiguration(type, configType);</p>
<p>+    if(iConf == null){<br />
+      return null;<br />
+    }<br />
+<br />
ILaunchConfigurationWorkingCopy iConfWC;<br />
try {<br />
/*</p>
<p>cd  src/contrib/eclipse-plugin/</p>
<p>ant jar -Declipse.home=/usr/local/eclipse   ///usr/local/eclipse your eclipse home</p>
<p><map name='google_ad_map_164_4664d84c6fd17adb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/164?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_164_4664d84c6fd17adb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=164&amp;url= http%3A%2F%2Fblog.00rz.com%2F2010%2F02%2Fhadoop0-20-1-eclipse-plugin.html' /></p>]]></content:encoded>
			<wfw:commentRss>http://blog.00rz.com/2010/02/hadoop0-20-1-eclipse-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EBOOK Pro Hadoop</title>
		<link>http://blog.00rz.com/2010/02/ebook-pro-hadoop.html</link>
		<comments>http://blog.00rz.com/2010/02/ebook-pro-hadoop.html#comments</comments>
		<pubDate>Thu, 25 Feb 2010 05:37:26 +0000</pubDate>
		<dc:creator>佳音</dc:creator>
				<category><![CDATA[hadoop]]></category>

		<guid isPermaLink="false">http://blog.00rz.com/?p=159</guid>
		<description><![CDATA[Pro Hadoop]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.00rz.com/wp-content/uploads/2010/02/Pro+Hadoop.pdf">Pro Hadoop</a></p>
<p><map name='google_ad_map_159_4664d84c6fd17adb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/159?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_159_4664d84c6fd17adb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=159&amp;url= http%3A%2F%2Fblog.00rz.com%2F2010%2F02%2Febook-pro-hadoop.html' /></p>]]></content:encoded>
			<wfw:commentRss>http://blog.00rz.com/2010/02/ebook-pro-hadoop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OReilly.Hadoop.The.Definitive.Guide.June.2009.RETAiL.eBOOk-sUppLeX.pdf</title>
		<link>http://blog.00rz.com/2010/02/oreilly-hadoop-the-definitive-guide-june-2009-retail-ebook-supplex-pdf.html</link>
		<comments>http://blog.00rz.com/2010/02/oreilly-hadoop-the-definitive-guide-june-2009-retail-ebook-supplex-pdf.html#comments</comments>
		<pubDate>Thu, 25 Feb 2010 05:29:49 +0000</pubDate>
		<dc:creator>佳音</dc:creator>
				<category><![CDATA[hadoop]]></category>

		<guid isPermaLink="false">http://blog.00rz.com/?p=156</guid>
		<description><![CDATA[OReilly.Hadoop.The.Definitive.Guide.June.2009.RETAiL.eBOOk-sUppLeX]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.00rz.com/wp-content/uploads/2010/02/OReilly.Hadoop.The_.Definitive.Guide_.June_.2009.RETAiL.eBOOk-sUppLeX.pdf">OReilly.Hadoop.The.Definitive.Guide.June.2009.RETAiL.eBOOk-sUppLeX</a></p>
<p><map name='google_ad_map_156_4664d84c6fd17adb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/156?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_156_4664d84c6fd17adb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=156&amp;url= http%3A%2F%2Fblog.00rz.com%2F2010%2F02%2Foreilly-hadoop-the-definitive-guide-june-2009-retail-ebook-supplex-pdf.html' /></p>]]></content:encoded>
			<wfw:commentRss>http://blog.00rz.com/2010/02/oreilly-hadoop-the-definitive-guide-june-2009-retail-ebook-supplex-pdf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

