<?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: anthonyikeda</title>
		<link><a href='http://www.datastax.com/support-forums/profile/anthonyikeda'>anthonyikeda</a></link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 09:14:47 +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>anthony.ikeda on "Unable to run cassandra-cli in DSE 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/unable-to-run-cassandra-cli-in-dse-30#post-9578</link>
			<pubDate>Thu, 28 Mar 2013 20:42:27 +0000</pubDate>
			<dc:creator>anthony.ikeda</dc:creator>
			<guid isPermaLink="false">9578@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Okay thanks. I'll spawn a new thread, I seem to be having problems with typed column families created in csql and inserting data with Hector. Not sure if it's a Hector problem or DSE problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sven on "Unable to run cassandra-cli in DSE 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/unable-to-run-cassandra-cli-in-dse-30#post-9577</link>
			<pubDate>Thu, 28 Mar 2013 20:26:20 +0000</pubDate>
			<dc:creator>Sven</dc:creator>
			<guid isPermaLink="false">9577@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yep... we should have removed the old one... there is a Jira for that. The reason is exactly this... the original C* version doesn't support security.&#60;/p&#62;
&#60;p&#62;DSE 3.0 is fully supported/publicly available. If you have issues please let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anthony.ikeda on "Unable to run cassandra-cli in DSE 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/unable-to-run-cassandra-cli-in-dse-30#post-9575</link>
			<pubDate>Thu, 28 Mar 2013 18:52:28 +0000</pubDate>
			<dc:creator>anthony.ikeda</dc:creator>
			<guid isPermaLink="false">9575@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Huh, didn't realise it had moved.&#60;/p&#62;
&#60;p&#62;Is DSE 3.0 still beta or production ready? I'm getting some odd results although that could be me thinking that it's the same as previous release in configuration....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sven on "Unable to run cassandra-cli in DSE 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/unable-to-run-cassandra-cli-in-dse-30#post-9573</link>
			<pubDate>Thu, 28 Mar 2013 17:59:19 +0000</pubDate>
			<dc:creator>Sven</dc:creator>
			<guid isPermaLink="false">9573@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Please use the cassandra-cli that is in the root installation bin directory.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anthony.ikeda on "Unable to run cassandra-cli in DSE 3.0"</title>
			<link>http://www.datastax.com/support-forums/topic/unable-to-run-cassandra-cli-in-dse-30#post-9571</link>
			<pubDate>Thu, 28 Mar 2013 17:55:36 +0000</pubDate>
			<dc:creator>anthony.ikeda</dc:creator>
			<guid isPermaLink="false">9571@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I downloaded dse-3.0 and have cassandra up and running, but when I try and execute:&#60;br /&#62;
&#38;lt;dse_home&#38;gt;/resources/cassandra/bin/cassandra-cli&#60;/p&#62;
&#60;p&#62;I get the following exception:&#60;br /&#62;
anthonyikeda@Erebus-3 ~/Java/dse-3.0$ resources/cassandra/bin/cassandra-cli&#60;br /&#62;
Exception in thread &#34;main&#34; java.lang.IllegalArgumentException: Cannot create a transport factory 'class org.apache.cassandra.thrift.TFramedTransportFactory'.&#60;br /&#62;
	at org.apache.cassandra.cli.CliOptions.validateAndSetClientTransportFactory(CliOptions.java:253)&#60;br /&#62;
	at org.apache.cassandra.cli.CliOptions.processArgs(CliOptions.java:110)&#60;br /&#62;
	at org.apache.cassandra.cli.CliMain.main(CliMain.java:230)&#60;br /&#62;
Caused by: java.lang.ClassNotFoundException: class org.apache.cassandra.thrift.TFramedTransportFactory&#60;br /&#62;
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&#60;br /&#62;
	at java.security.AccessController.doPrivileged(Native Method)&#60;br /&#62;
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&#60;br /&#62;
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&#60;br /&#62;
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&#60;br /&#62;
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&#60;br /&#62;
	at java.lang.Class.forName0(Native Method)&#60;br /&#62;
	at java.lang.Class.forName(Class.java:171)&#60;br /&#62;
	at org.apache.cassandra.cli.CliOptions.validateAndSetClientTransportFactory(CliOptions.java:241)&#60;br /&#62;
	... 2 more&#60;/p&#62;
&#60;p&#62;Is cassandra-cli no longer supported?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
