<?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>
	「[原创]无法向HBase表插入数据的一个问题」的评论	</title>
	<atom:link href="https://www.codelast.com/%E5%8E%9F%E5%88%9B%E6%97%A0%E6%B3%95%E5%90%91hbase%E8%A1%A8%E6%8F%92%E5%85%A5%E6%95%B0%E6%8D%AE%E7%9A%84%E4%B8%80%E4%B8%AA%E9%97%AE%E9%A2%98/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.codelast.com/%e5%8e%9f%e5%88%9b%e6%97%a0%e6%b3%95%e5%90%91hbase%e8%a1%a8%e6%8f%92%e5%85%a5%e6%95%b0%e6%8d%ae%e7%9a%84%e4%b8%80%e4%b8%aa%e9%97%ae%e9%a2%98/</link>
	<description>最优化之路</description>
	<lastBuildDate>Sun, 03 May 2020 12:31:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		评论者：zhousheng		</title>
		<link>https://www.codelast.com/%e5%8e%9f%e5%88%9b%e6%97%a0%e6%b3%95%e5%90%91hbase%e8%a1%a8%e6%8f%92%e5%85%a5%e6%95%b0%e6%8d%ae%e7%9a%84%e4%b8%80%e4%b8%aa%e9%97%ae%e9%a2%98/comment-page-1/#comment-551</link>

		<dc:creator><![CDATA[zhousheng]]></dc:creator>
		<pubDate>Tue, 11 Sep 2012 09:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.codelast.com/?p=4736#comment-551</guid>

					<description><![CDATA[做过测试，timestamp=13399也是没有问题的，
create \&quot;test\&quot;, \&quot;cf\&quot;
put \&quot;test\&quot;, \&quot;t1\&quot;, \&quot;cf:c1\&quot;, \&quot;s1\&quot;, 13399
get \&quot;test\&quot;, \&quot;t1\&quot;
COLUMN                                        CELL                                                                                                                               
 cf:c1                                        timestamp=13399, value=s1                                                                             
用java程序也实现了一次，同样可以查询，应该没有你说的13399这样的就不能插入.
甚至相通rowkey, cf:c1, value不一样时，也能插入，可以设置timestamp为一个更小的值。]]></description>
			<content:encoded><![CDATA[<p>做过测试，timestamp=13399也是没有问题的，<br />
create \"test\", \"cf\"<br />
put \"test\", \"t1\", \"cf:c1\", \"s1\", 13399<br />
get \"test\", \"t1\"<br />
COLUMN                                        CELL<br />
 cf:c1                                        timestamp=13399, value=s1<br />
用java程序也实现了一次，同样可以查询，应该没有你说的13399这样的就不能插入.<br />
甚至相通rowkey, cf:c1, value不一样时，也能插入，可以设置timestamp为一个更小的值。</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
