<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>《Hadoop MapReduce处理海量小文件：基于CombineFileInputFormat》的评论</title>
	<atom:link href="http://shiyanjun.cn/archives/299.html/feed" rel="self" type="application/rss+xml" />
	<link>http://shiyanjun.cn/archives/299.html</link>
	<description>简单之美，难得简单，享受简单的唯美。</description>
	<lastBuildDate>Wed, 19 Feb 2025 08:08:30 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>作者：高金山</title>
		<link>http://shiyanjun.cn/archives/299.html#comment-62979</link>
		<dc:creator><![CDATA[高金山]]></dc:creator>
		<pubDate>Wed, 31 Oct 2018 03:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://shiyanjun.cn/?p=299#comment-62979</guid>
		<description><![CDATA[大哥，这个类org.shirdrn.kodz.inaction.hadoop.smallfiles.IdentityReducer  我也没有，能发我一份么，谢谢了15600279582@163.com]]></description>
		<content:encoded><![CDATA[<p>大哥，这个类org.shirdrn.kodz.inaction.hadoop.smallfiles.IdentityReducer  我也没有，能发我一份么，谢谢了15600279582@163.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：lanfz</title>
		<link>http://shiyanjun.cn/archives/299.html#comment-57970</link>
		<dc:creator><![CDATA[lanfz]]></dc:creator>
		<pubDate>Fri, 18 Nov 2016 07:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://shiyanjun.cn/?p=299#comment-57970</guid>
		<description><![CDATA[736333627@qq.com
大哥，org.shirdrn.kodz.inaction.hadoop.smallfiles.IdentityReducer; 你的这个类好像没有传上来哦，能发我一份么 谢谢了。]]></description>
		<content:encoded><![CDATA[<p><a href="mailto:736333627@qq.com">736333627@qq.com</a><br />
大哥，org.shirdrn.kodz.inaction.hadoop.smallfiles.IdentityReducer; 你的这个类好像没有传上来哦，能发我一份么 谢谢了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：y-m-</title>
		<link>http://shiyanjun.cn/archives/299.html#comment-57541</link>
		<dc:creator><![CDATA[y-m-]]></dc:creator>
		<pubDate>Tue, 14 Jun 2016 07:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://shiyanjun.cn/?p=299#comment-57541</guid>
		<description><![CDATA[我发现一个bug，是
byte[] content = lineRecordReader.getCurrentValue().getBytes();  
currentValue.set(content, 0, content.length);


##############################
Returns the raw bytes; however, only data up to getLength() is valid.]]></description>
		<content:encoded><![CDATA[<p>我发现一个bug，是<br />
byte[] content = lineRecordReader.getCurrentValue().getBytes();<br />
currentValue.set(content, 0, content.length);</p>
<p>##############################<br />
Returns the raw bytes; however, only data up to getLength() is valid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：lumo</title>
		<link>http://shiyanjun.cn/archives/299.html#comment-57382</link>
		<dc:creator><![CDATA[lumo]]></dc:creator>
		<pubDate>Wed, 27 Apr 2016 07:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://shiyanjun.cn/?p=299#comment-57382</guid>
		<description><![CDATA[我也没有，你收到了的话能发给我一份吗？1033132851@qq.com]]></description>
		<content:encoded><![CDATA[<p>我也没有，你收到了的话能发给我一份吗？1033132851@qq.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：jiangzx</title>
		<link>http://shiyanjun.cn/archives/299.html#comment-55991</link>
		<dc:creator><![CDATA[jiangzx]]></dc:creator>
		<pubDate>Tue, 01 Sep 2015 12:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://shiyanjun.cn/?p=299#comment-55991</guid>
		<description><![CDATA[不错，现在hadoop已经有自带的实现了：org.apache.hadoop.mapreduce.lib.input.CombineTextInputFormat]]></description>
		<content:encoded><![CDATA[<p>不错，现在hadoop已经有自带的实现了：org.apache.hadoop.mapreduce.lib.input.CombineTextInputFormat</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Yanjun</title>
		<link>http://shiyanjun.cn/archives/299.html#comment-113</link>
		<dc:creator><![CDATA[Yanjun]]></dc:creator>
		<pubDate>Fri, 25 Oct 2013 03:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://shiyanjun.cn/?p=299#comment-113</guid>
		<description><![CDATA[相关代码，可以到我的github上找到：&lt;a href=&quot;https://github.com/shirdrn/hadoop/blob/master/src/main/java/org/shirdrn/hadoop/smallfiles/IdentityReducer.java&quot; rel=&quot;nofollow&quot;&gt;https://github.com/shirdrn/hadoop/blob/master/src/main/java/org/shirdrn/hadoop/smallfiles/IdentityReducer.java&lt;/a&gt;
]]></description>
		<content:encoded><![CDATA[<p>相关代码，可以到我的github上找到：<a href="https://github.com/shirdrn/hadoop/blob/master/src/main/java/org/shirdrn/hadoop/smallfiles/IdentityReducer.java" rel="nofollow">https://github.com/shirdrn/hadoop/blob/master/src/main/java/org/shirdrn/hadoop/smallfiles/IdentityReducer.java</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：至尊宝</title>
		<link>http://shiyanjun.cn/archives/299.html#comment-102</link>
		<dc:creator><![CDATA[至尊宝]]></dc:creator>
		<pubDate>Thu, 24 Oct 2013 07:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://shiyanjun.cn/?p=299#comment-102</guid>
		<description><![CDATA[
	&lt;a href=&quot;mailto:402707192@qq.com&quot; rel=&quot;nofollow&quot;&gt;402707192@qq.com&lt;/a&gt;&#160; 这是我邮箱，写到最后发现少了这个类。
]]></description>
		<content:encoded><![CDATA[<p>	<a href="mailto:402707192@qq.com" rel="nofollow">402707192@qq.com</a>&nbsp; 这是我邮箱，写到最后发现少了这个类。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：至尊宝</title>
		<link>http://shiyanjun.cn/archives/299.html#comment-101</link>
		<dc:creator><![CDATA[至尊宝]]></dc:creator>
		<pubDate>Thu, 24 Oct 2013 07:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://shiyanjun.cn/?p=299#comment-101</guid>
		<description><![CDATA[
	大哥，org.shirdrn.kodz.inaction.hadoop.smallfiles.IdentityReducer; 你的这个类好像没有传上来哦，能发我一份么 谢谢了。
]]></description>
		<content:encoded><![CDATA[<p>	大哥，org.shirdrn.kodz.inaction.hadoop.smallfiles.IdentityReducer; 你的这个类好像没有传上来哦，能发我一份么 谢谢了。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
