<?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: cassandra-cli has alarming output for &#34;show keyspaces&#34;</title>
		<link>http://www.datastax.com/support-forums/topic/cassandra-cli-has-alarming-output-for-show-keyspaces</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 01:03:41 +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/cassandra-cli-has-alarming-output-for-show-keyspaces" rel="self" type="application/rss+xml" />

		<item>
			<title>matt on "cassandra-cli has alarming output for &#34;show keyspaces&#34;"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-cli-has-alarming-output-for-show-keyspaces#post-63</link>
			<pubDate>Tue, 17 May 2011 21:02:56 +0000</pubDate>
			<dc:creator>matt</dc:creator>
			<guid isPermaLink="false">63@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Resolved. &#60;/p&#62;
&#60;p&#62;I'm was invoking the cli with:&#60;br /&#62;
./resources/cassandra/bin/cassandra-cli &#60;/p&#62;
&#60;p&#62;from $BRISK_HOME, but I had forgotten that puppet was coming and overwriting the .bash_profile that I had edited to comment out the CASSANDRA_HOME setting.  It looks like if CASSANDRA_HOME is set to an older cassandra distro, the cli invocation picks that up instead of the brisk environment. Since puppet restored my .bash_profile to the original that set CASSANDRA_HOME to point to my 0.7.5 install, I guess that code was getting invoked.&#60;/p&#62;
&#60;p&#62;Thanks for the help.&#60;/p&#62;
&#60;p&#62;sudo /etc/init.d/puppet stop -- woops, wrong window.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "cassandra-cli has alarming output for &#34;show keyspaces&#34;"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-cli-has-alarming-output-for-show-keyspaces#post-62</link>
			<pubDate>Tue, 17 May 2011 19:59:49 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">62@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;This sounds like you're using an 0.7 (or early 0.8) CLI.  I think an up-to-date 0.8 CLI should fix the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matt on "cassandra-cli has alarming output for &#34;show keyspaces&#34;"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-cli-has-alarming-output-for-show-keyspaces#post-61</link>
			<pubDate>Tue, 17 May 2011 19:54:48 +0000</pubDate>
			<dc:creator>matt</dc:creator>
			<guid isPermaLink="false">61@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I did a manual install on one node.  I have a cassandra user, the binary release was simply untarred in that directory and I made changes to $BRISK_HOME/resources/cassandra/conf/cassandra.yaml to fit my environment.  Nothing major here, I just named the cluster, set the initial_token to zero and changed the paths for data, commitlog, saved_caches etc.&#60;/p&#62;
&#60;p&#62;I'm able to start up the cluster and JNA appears to be functioning correctly. I was able to successfully run some Hadoop TestDFSIO jobs with no problems.&#60;/p&#62;
&#60;p&#62;I didn't really do anything out of the ordinary.  I can try the same procedure on another node and see if I get similar results.&#60;/p&#62;
&#60;p&#62;Thanks for the quick response,&#60;br /&#62;
Matt
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "cassandra-cli has alarming output for &#34;show keyspaces&#34;"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-cli-has-alarming-output-for-show-keyspaces#post-60</link>
			<pubDate>Tue, 17 May 2011 19:45:03 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">60@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes that appears to be a problem. How did you install/run brisk?&#60;/p&#62;
&#60;p&#62;The system keyspace should be using LocalStrategy and a replication_factor of 1.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matt on "cassandra-cli has alarming output for &#34;show keyspaces&#34;"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-cli-has-alarming-output-for-show-keyspaces#post-59</link>
			<pubDate>Tue, 17 May 2011 19:19:48 +0000</pubDate>
			<dc:creator>matt</dc:creator>
			<guid isPermaLink="false">59@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I went poking into the cli to try to figure out what the replication factor is the the keyspace backing cassandraFS, but &#34;show keyspaces did the following... (brief session transcript)&#60;/p&#62;
&#60;p&#62;[default@unknown] connect localhost/9160;&#60;br /&#62;
Connected to: &#34;Brisk One Node Cluster&#34; on localhost/9160&#60;br /&#62;
[default@unknown] show keyspaces;&#60;br /&#62;
Required field 'replication_factor' was not found in serialized data! Struct: KsDef(name:system, .... etc&#60;/p&#62;
&#60;p&#62;I invoked it from the Brisk home directory.  Is this indicative of a problem, or is this expected.&#60;/p&#62;
&#60;p&#62;Also, how do I find out what the keyspace definition is for the cassandraFS keyspace, or am I incorrect in assuming that cassandraFS is backed by a regular keyspace?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
