<?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; User Favorites: yingweiw</title>
		<link><a href='http://www.datastax.com/support-forums/profile/yingweiw'>yingweiw</a></link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 08:09:32 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>khahn on "Which java client is best to handle CQL3?"</title>
			<link>http://www.datastax.com/support-forums/topic/which-java-client-is-best-to-handle-cql3#post-8356</link>
			<pubDate>Thu, 10 Jan 2013 19:29:15 +0000</pubDate>
			<dc:creator>khahn</dc:creator>
			<guid isPermaLink="false">8356@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Sorry you had a problem. By default, you do not have write permission on the database /var/lib/cassandra/*. See step 4 in &#60;a href=&#34;http://www.datastax.com/docs/1.2/install/install_bintar#steps-to-install-cassandra&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/1.2/install/install_bintar#steps-to-install-cassandra&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;I got the read and write to work using the example in the webinar (&#60;a href=&#34;http://www.datastax.com/resources/webinars/collegecredit&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/resources/webinars/collegecredit&#60;/a&#62;, see C*hristmas Comes Early at the bottom of the page). Used the latest Astyanax, and the pre-release version of the DataStax Java Driver.  Please see post &#60;a href=&#34;http://www.datastax.com/support-forums/topic/datastax-java-driver&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/support-forums/topic/datastax-java-driver&#60;/a&#62; for some tips.&#60;/p&#62;
&#60;p&#62;I had to put everything on the localhost.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yingweiw on "Which java client is best to handle CQL3?"</title>
			<link>http://www.datastax.com/support-forums/topic/which-java-client-is-best-to-handle-cql3#post-8354</link>
			<pubDate>Thu, 10 Jan 2013 18:56:30 +0000</pubDate>
			<dc:creator>yingweiw</dc:creator>
			<guid isPermaLink="false">8354@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Astyanax dosen't work with Cassandra 1.2. I tried their examples: &#60;a href=&#34;https://github.com/Netflix/astyanax/wiki/Cql-and-cql3&#34; rel=&#34;nofollow&#34;&#62;https://github.com/Netflix/astyanax/wiki/Cql-and-cql3&#60;/a&#62;.  Writing data dosen't work. Reading data works partially, I can read row out but parsing composite column fail.&#60;/p&#62;
&#60;p&#62;BTW, I'm using Astyanax version 1.56.21.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>khahn on "Which java client is best to handle CQL3?"</title>
			<link>http://www.datastax.com/support-forums/topic/which-java-client-is-best-to-handle-cql3#post-8353</link>
			<pubDate>Thu, 10 Jan 2013 18:50:26 +0000</pubDate>
			<dc:creator>khahn</dc:creator>
			<guid isPermaLink="false">8353@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Great--here's a tip that I learned the hard way. When building the new Java driver for use with CQL 3 and Astyanax, I needed to skip the CCM tests by using execute: mvn install -Dmaven.test.skip=true. You can then add the jar in the driver-core/target directory to your eclipse project as shown in the C*hristmas Comes Early by Brian ONeill.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yingweiw on "Which java client is best to handle CQL3?"</title>
			<link>http://www.datastax.com/support-forums/topic/which-java-client-is-best-to-handle-cql3#post-8352</link>
			<pubDate>Thu, 10 Jan 2013 17:57:00 +0000</pubDate>
			<dc:creator>yingweiw</dc:creator>
			<guid isPermaLink="false">8352@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thank you, guys. Trying Astyanax, will update my experience later.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "Which java client is best to handle CQL3?"</title>
			<link>http://www.datastax.com/support-forums/topic/which-java-client-is-best-to-handle-cql3#post-8336</link>
			<pubDate>Wed, 09 Jan 2013 01:02:10 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">8336@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;If you're feeling adventurous, there's also the new Java driver that uses the native binary protocol instead of being based on Thrift (like Hector and Astyanax): &#60;a href=&#34;https://github.com/datastax/java-driver&#34; rel=&#34;nofollow&#34;&#62;https://github.com/datastax/java-driver&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>khahn on "Which java client is best to handle CQL3?"</title>
			<link>http://www.datastax.com/support-forums/topic/which-java-client-is-best-to-handle-cql3#post-8335</link>
			<pubDate>Tue, 08 Jan 2013 23:51:50 +0000</pubDate>
			<dc:creator>khahn</dc:creator>
			<guid isPermaLink="false">8335@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I don't know, but in the webinar (&#60;a href=&#34;http://www.datastax.com/resources/webinars/collegecredit&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/resources/webinars/collegecredit&#60;/a&#62;, see C*hristmas Comes Early at the bottom of the page), the presenter said he preferred Astyanax.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yingweiw on "Which java client is best to handle CQL3?"</title>
			<link>http://www.datastax.com/support-forums/topic/which-java-client-is-best-to-handle-cql3#post-8333</link>
			<pubDate>Tue, 08 Jan 2013 18:50:35 +0000</pubDate>
			<dc:creator>yingweiw</dc:creator>
			<guid isPermaLink="false">8333@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;New to Cassandra, I'm using the latest release 1.2, wondering which java client is best for CQL3?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
