<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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">
	<channel>
		<title>DataStax Support Forums &#187; Topic: Increment CounterColumn with hadoop job</title>
		<link>http://www.datastax.com/support-forums/topic/increment-countercolumn-with-hadoop-job</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 10:40:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/increment-countercolumn-with-hadoop-job" rel="self" type="application/rss+xml" />

		<item>
			<title>JoelT on "Increment CounterColumn with hadoop job"</title>
			<link>http://www.datastax.com/support-forums/topic/increment-countercolumn-with-hadoop-job#post-7000</link>
			<pubDate>Thu, 18 Oct 2012 07:45:12 +0000</pubDate>
			<dc:creator>JoelT</dc:creator>
			<guid isPermaLink="false">7000@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Ok thanks, I agree it is not the good way to do it, with retries and tasks failing it will lead to wrong results. I will compute the whole value before sending it to Cassandra.&#60;/p&#62;
&#60;p&#62;Thanks again for the answers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexliu on "Increment CounterColumn with hadoop job"</title>
			<link>http://www.datastax.com/support-forums/topic/increment-countercolumn-with-hadoop-job#post-6995</link>
			<pubDate>Wed, 17 Oct 2012 21:33:33 +0000</pubDate>
			<dc:creator>alexliu</dc:creator>
			<guid isPermaLink="false">6995@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;you can switch to ColumnFamilyRecordWriter to create mutation on counter column
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeromatron on "Increment CounterColumn with hadoop job"</title>
			<link>http://www.datastax.com/support-forums/topic/increment-countercolumn-with-hadoop-job#post-6994</link>
			<pubDate>Wed, 17 Oct 2012 21:21:01 +0000</pubDate>
			<dc:creator>jeromatron</dc:creator>
			<guid isPermaLink="false">6994@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Incrementing counters with Hadoop is probably not a good idea.  Hadoop does retries and speculative execution and with counters that would create a mess.  If you absolutely must do that, you can just create the raw mutations with thrift in your code, but again, it's probably not a good idea.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoelT on "Increment CounterColumn with hadoop job"</title>
			<link>http://www.datastax.com/support-forums/topic/increment-countercolumn-with-hadoop-job#post-6991</link>
			<pubDate>Wed, 17 Oct 2012 17:29:54 +0000</pubDate>
			<dc:creator>JoelT</dc:creator>
			<guid isPermaLink="false">6991@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I'm trying to write data to cassandra from a hadoop job. I am wondering if it is possible to increment a column with CounterColumnType as default_validation_class using BulkOutputFormat. Maybe I am missing something but it looks like the write method in BulkRecordWriter only leads to addColumn methods.&#60;/p&#62;
&#60;p&#62;Thanks for any help on this one!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
