<?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: michaelfiguiere</title>
		<link><a href='http://www.datastax.com/support-forums/profile/michaelfiguiere'>michaelfiguiere</a></link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 03:12:25 +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>lc2a on "Datastax Java Driver"</title>
			<link>http://www.datastax.com/support-forums/topic/datastax-java-driver#post-9471</link>
			<pubDate>Mon, 18 Mar 2013 00:07:36 +0000</pubDate>
			<dc:creator>lc2a</dc:creator>
			<guid isPermaLink="false">9471@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;May I know how to run CQL3 in MapReduce.&#60;br /&#62;
CREATE TABLE payloads (&#60;br /&#62;
  pinter varchar,&#60;br /&#62;
  computer varchar,&#60;br /&#62;
  snapshot_date int,&#60;br /&#62;
  xml_data text,&#60;br /&#62;
  status varchar,&#60;br /&#62;
  PRIMARY KEY ((pinter, computer), snapshot_date)&#60;br /&#62;
)&#60;/p&#62;
&#60;p&#62;How to integrate Datastax Java Driver or Astyanax into MapReduce ColumnFamilyInputFormat class.&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michael.figuiere on "Datastax Java Driver"</title>
			<link>http://www.datastax.com/support-forums/topic/datastax-java-driver#post-8642</link>
			<pubDate>Thu, 24 Jan 2013 23:21:20 +0000</pubDate>
			<dc:creator>michael.figuiere</dc:creator>
			<guid isPermaLink="false">8642@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;This driver is already quite stable but is not considered production ready yet. We'll iterate through some betas and rc releases over the upcoming weeks. We'll validate it internally and we currently plan release a 1.0 GA in the second half of March 2013.&#60;/p&#62;
&#60;p&#62;If you need to go in production right now with a project then you'd probably prefer to go with one of the currently available client libraries for Java. But if the release plan that I've mentioned above fits your project schedule, then you should give it a try.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jsotelo on "Datastax Java Driver"</title>
			<link>http://www.datastax.com/support-forums/topic/datastax-java-driver#post-8560</link>
			<pubDate>Mon, 21 Jan 2013 23:18:20 +0000</pubDate>
			<dc:creator>jsotelo</dc:creator>
			<guid isPermaLink="false">8560@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I was wondering how raw this project is. Is it internally used for any substantial work by DataStax? Would it be safe to consider this Beta? Alpha?&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Xavi on "Datastax Java Driver"</title>
			<link>http://www.datastax.com/support-forums/topic/datastax-java-driver#post-8361</link>
			<pubDate>Fri, 11 Jan 2013 07:38:41 +0000</pubDate>
			<dc:creator>Xavi</dc:creator>
			<guid isPermaLink="false">8361@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Fixed!&#60;/p&#62;
&#60;p&#62;I've imported the project into Eclipse (mvn eclipse:eclipse), installed it (mvn install -DskipTests=true) and using the maven dependency from there works.&#60;/p&#62;
&#60;p&#62;I guess that I missed some dependency the first time. Anyway, it's finally working :-)&#60;/p&#62;
&#60;p&#62;Thank you all!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>golfmarin on "Datastax Java Driver"</title>
			<link>http://www.datastax.com/support-forums/topic/datastax-java-driver#post-8358</link>
			<pubDate>Thu, 10 Jan 2013 21:49:31 +0000</pubDate>
			<dc:creator>golfmarin</dc:creator>
			<guid isPermaLink="false">8358@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I had that same exception at runtime, and I had to import additional packages to clear Message$Request and other exceptions that occur at runtime. Before you go down that road however, I suggest that you download the cassandra-driver-core-0.1.0-SNAPSHOT.jar and add that to your project's library, rather than compiling the driver from source. &#60;/p&#62;
&#60;p&#62;Otherwise, the additional drivers I needed for my unbutu host were: metrics-core-2.2.0.jar, netty-3.5.9.Final.jar, as well as cassandra-all-1.2.0-rc1.jar and cassandra-thrift-1.2.0-rc1.jar.&#60;/p&#62;
&#60;p&#62;At that point, basic read and write CQL3 queries worked fine, including the new collection feature released in Cassandra 1.2.0.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michael.figuiere on "Datastax Java Driver"</title>
			<link>http://www.datastax.com/support-forums/topic/datastax-java-driver#post-8357</link>
			<pubDate>Thu, 10 Jan 2013 20:01:40 +0000</pubDate>
			<dc:creator>michael.figuiere</dc:creator>
			<guid isPermaLink="false">8357@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;DataStax Java Driver for Cassandra depends on cassandra-all.jar version 1.2.0. If you see this message it might be because you have another maven dependency (transitive or not) on a previous version of this artifact in your application.&#60;/p&#62;
&#60;p&#62;If you use Maven, you can check the dependency tree with:&#60;/p&#62;
&#60;p&#62;mvn dependency:tree
&#60;/p&#62;</description>
		</item>
		<item>
			<title>khahn on "Datastax Java Driver"</title>
			<link>http://www.datastax.com/support-forums/topic/datastax-java-driver#post-8355</link>
			<pubDate>Thu, 10 Jan 2013 19:10:29 +0000</pubDate>
			<dc:creator>khahn</dc:creator>
			<guid isPermaLink="false">8355@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;If you're using the sample shown in the &#34;C*hristmas Comes Early&#34; 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;, I had a similar problem, which was solved after creating a driver JAR and importing libraries:&#60;/p&#62;
&#60;p&#62;mvn eclipse:eclipse creates the M2 folder, import the Java driver JAR from driver-core/target directory. Define the M2_REPO variable and then build the libraries.&#60;/p&#62;
&#60;p&#62;Trying to build the driver inside eclipse seemed to work at first, but I ended up building it with:&#60;/p&#62;
&#60;p&#62;mvn install -Dmaven.test.skip=true&#60;/p&#62;
&#60;p&#62;You need to skip the CCM tests to build the driver. Don't forget to set your start_native_transport to true in the cassandra.yaml for executing the northpole++ (CQL 3) part. I had to put everything on the localhost.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Xavi on "Datastax Java Driver"</title>
			<link>http://www.datastax.com/support-forums/topic/datastax-java-driver#post-8350</link>
			<pubDate>Thu, 10 Jan 2013 07:49:45 +0000</pubDate>
			<dc:creator>Xavi</dc:creator>
			<guid isPermaLink="false">8350@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I've just found the new java driver from Datastax and I was trying to get it work (I had a look at the samples and seemed interesting to me for a project that I'm involved).&#60;/p&#62;
&#60;p&#62;I succeeded cloning the repo, compiling the driver, adding it to my project and coding a simple query but it's failing at runtime. The issue is that I cannot make it work because a &#34;classnotfound/classdefnotfound&#34; exception. The missing class is: org.apache.cassandra.transport.Message$Request.&#60;/p&#62;
&#60;p&#62;Is there a minimum version of cassandra-all to make the driver work? Are there more needed dependencies than cassandra-all? Or am I just doing something wrong?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
