<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing Cassandra on Ubuntu Linux</title>
	<atom:link href="http://dustyreagan.com/installing-cassandra-on-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://dustyreagan.com/installing-cassandra-on-ubuntu-linux/</link>
	<description>On Technology &#38; Entrepreneurship</description>
	<lastBuildDate>Thu, 29 Jul 2010 23:29:01 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ricardo Bánffy</title>
		<link>http://dustyreagan.com/installing-cassandra-on-ubuntu-linux/comment-page-1/#comment-279</link>
		<dc:creator>Ricardo Bánffy</dc:creator>
		<pubDate>Wed, 24 Mar 2010 14:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://dustyreagan.com/?p=175#comment-279</guid>
		<description>Hi.

Just to note the correct apt URLs now are:

deb http://www.apache.org/dist/cassandra/debian unstable main
deb-src http://www.apache.org/dist/cassandra/debian unstable main

(I guess it&#039;s because Cassandra graduated out of the incubator)</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>Just to note the correct apt URLs now are:</p>
<p>deb <a href="http://www.apache.org/dist/cassandra/debian" rel="nofollow">http://www.apache.org/dist/cassandra/debian</a> unstable main<br />
deb-src <a href="http://www.apache.org/dist/cassandra/debian" rel="nofollow">http://www.apache.org/dist/cassandra/debian</a> unstable main</p>
<p>(I guess it&#8217;s because Cassandra graduated out of the incubator)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://dustyreagan.com/installing-cassandra-on-ubuntu-linux/comment-page-1/#comment-278</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 18 Mar 2010 03:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://dustyreagan.com/?p=175#comment-278</guid>
		<description>These instructions no longer work.  The URLs that go in sources.list are now 404s.  See http://wiki.apache.org/cassandra/DebianPackaging for updated instructions.</description>
		<content:encoded><![CDATA[<p>These instructions no longer work.  The URLs that go in sources.list are now 404s.  See <a href="http://wiki.apache.org/cassandra/DebianPackaging" rel="nofollow">http://wiki.apache.org/cassandra/DebianPackaging</a> for updated instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Coli</title>
		<link>http://dustyreagan.com/installing-cassandra-on-ubuntu-linux/comment-page-1/#comment-277</link>
		<dc:creator>Robert Coli</dc:creator>
		<pubDate>Wed, 17 Mar 2010 06:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://dustyreagan.com/?p=175#comment-277</guid>
		<description>&quot;Next you need to change Cassandra’s default port number from 8080 to something else, because the 8080 port typically conflicts with SSH terminal connections.&quot;

This may lead people to believe that the default port that Cassandra listens for clients on is 8080. This is in fact the JMX interface port, which exposes metrics and some admin operations.

Per http://wiki.apache.org/cassandra/FAQ#ports
&quot;
By default, Cassandra uses 7000 and 7001 for cluster communication, 9160 for clients (Thrift), 8888 for java remote debugging, and 8080 for JMX.
&quot;

Clients, including the cassandra-cli client, should connect to 9160 in the default config.

=Rob</description>
		<content:encoded><![CDATA[<p>&#8220;Next you need to change Cassandra’s default port number from 8080 to something else, because the 8080 port typically conflicts with SSH terminal connections.&#8221;</p>
<p>This may lead people to believe that the default port that Cassandra listens for clients on is 8080. This is in fact the JMX interface port, which exposes metrics and some admin operations.</p>
<p>Per <a href="http://wiki.apache.org/cassandra/FAQ#ports" rel="nofollow">http://wiki.apache.org/cassandra/FAQ#ports</a><br />
&#8221;<br />
By default, Cassandra uses 7000 and 7001 for cluster communication, 9160 for clients (Thrift), 8888 for java remote debugging, and 8080 for JMX.<br />
&#8221;</p>
<p>Clients, including the cassandra-cli client, should connect to 9160 in the default config.</p>
<p>=Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc d'Entremont</title>
		<link>http://dustyreagan.com/installing-cassandra-on-ubuntu-linux/comment-page-1/#comment-276</link>
		<dc:creator>Marc d'Entremont</dc:creator>
		<pubDate>Wed, 17 Mar 2010 02:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://dustyreagan.com/?p=175#comment-276</guid>
		<description>Regarding the previous posting about permission denied to the log files: I removed the files and they automatically regenerated correctly</description>
		<content:encoded><![CDATA[<p>Regarding the previous posting about permission denied to the log files: I removed the files and they automatically regenerated correctly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc d'Entremont</title>
		<link>http://dustyreagan.com/installing-cassandra-on-ubuntu-linux/comment-page-1/#comment-275</link>
		<dc:creator>Marc d'Entremont</dc:creator>
		<pubDate>Tue, 16 Mar 2010 03:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://dustyreagan.com/?p=175#comment-275</guid>
		<description>I get a permission denied on the logs, but when I look at the log files they are owned by root. The /etc/init.d/cassandra start starts the app as root, so I&#039;m bit confuses as to how this could happen. I&#039;m using java-6-openjdk and have the $JAVA_HOME set to the directory that holds the javac executable, i.e. echo $JAVA_HOME yielded /usr/lib/jvm/java-6-openjdk/bin/

The error message quite massive, but the first couple of lines seem to say it all log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /var/log/cassandra/system.log (Permission denied)

and

/var/log/cassandra$ ls -al
total 20
drwxr-xr-x  2 root root 4096 2010-03-15 19:16 .
drwxr-xr-x 15 root root 4096 2010-03-15 20:36 ..
-rw-------  1 root root 2215 2010-03-15 20:37 output.log
-rw-------  1 root root 4537 2010-03-15 20:37 system.log

I&#039;ve also tried adding right to the root group to be able to read and write, but luck

Any thoughts?</description>
		<content:encoded><![CDATA[<p>I get a permission denied on the logs, but when I look at the log files they are owned by root. The /etc/init.d/cassandra start starts the app as root, so I&#8217;m bit confuses as to how this could happen. I&#8217;m using java-6-openjdk and have the $JAVA_HOME set to the directory that holds the javac executable, i.e. echo $JAVA_HOME yielded /usr/lib/jvm/java-6-openjdk/bin/</p>
<p>The error message quite massive, but the first couple of lines seem to say it all log4j:ERROR setFile(null,true) call failed.<br />
java.io.FileNotFoundException: /var/log/cassandra/system.log (Permission denied)</p>
<p>and</p>
<p>/var/log/cassandra$ ls -al<br />
total 20<br />
drwxr-xr-x  2 root root 4096 2010-03-15 19:16 .<br />
drwxr-xr-x 15 root root 4096 2010-03-15 20:36 ..<br />
-rw&#8212;&#8212;-  1 root root 2215 2010-03-15 20:37 output.log<br />
-rw&#8212;&#8212;-  1 root root 4537 2010-03-15 20:37 system.log</p>
<p>I&#8217;ve also tried adding right to the root group to be able to read and write, but luck</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jauder Ho</title>
		<link>http://dustyreagan.com/installing-cassandra-on-ubuntu-linux/comment-page-1/#comment-274</link>
		<dc:creator>Jauder Ho</dc:creator>
		<pubDate>Tue, 02 Mar 2010 07:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://dustyreagan.com/?p=175#comment-274</guid>
		<description>You should consider putting the deb stanzas in a file like /etc/apt/sources.list.d/cassandra.list instead of sources.list

Trying to connect to the instance via the CLI results in an exception though. Investigating.

BTW the 0.5.0 binary is now available via deb.</description>
		<content:encoded><![CDATA[<p>You should consider putting the deb stanzas in a file like /etc/apt/sources.list.d/cassandra.list instead of sources.list</p>
<p>Trying to connect to the instance via the CLI results in an exception though. Investigating.</p>
<p>BTW the 0.5.0 binary is now available via deb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Limon</title>
		<link>http://dustyreagan.com/installing-cassandra-on-ubuntu-linux/comment-page-1/#comment-273</link>
		<dc:creator>Mike Limon</dc:creator>
		<pubDate>Thu, 18 Feb 2010 05:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://dustyreagan.com/?p=175#comment-273</guid>
		<description>I also got the “Cannot locate Java Home” message. I saw that the init script had the JAVA_HOME hardcoded to /usr/lib/jvm/java-6-openjdk so I simply made a symlink:

sudo ln -s /usr/lib/jvm/java-6-sun /usr/lib/jvm/java-6-openjdk</description>
		<content:encoded><![CDATA[<p>I also got the “Cannot locate Java Home” message. I saw that the init script had the JAVA_HOME hardcoded to /usr/lib/jvm/java-6-openjdk so I simply made a symlink:</p>
<p>sudo ln -s /usr/lib/jvm/java-6-sun /usr/lib/jvm/java-6-openjdk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Limon</title>
		<link>http://dustyreagan.com/installing-cassandra-on-ubuntu-linux/comment-page-1/#comment-272</link>
		<dc:creator>Mike Limon</dc:creator>
		<pubDate>Thu, 18 Feb 2010 05:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://dustyreagan.com/?p=175#comment-272</guid>
		<description>I also got the &quot;Cannot locate Java Home&quot; message. I saw that the inti script had the JAVA_HOME hardcoded to /usr/lib/jvm/java-6-openjdk so I simply made a symlink:

sudo ln -s /usr/lib/jvm/java-6-sun /
 /usr/lib/jvm/java-6-openjdk</description>
		<content:encoded><![CDATA[<p>I also got the &#8220;Cannot locate Java Home&#8221; message. I saw that the inti script had the JAVA_HOME hardcoded to /usr/lib/jvm/java-6-openjdk so I simply made a symlink:</p>
<p>sudo ln -s /usr/lib/jvm/java-6-sun /<br />
 /usr/lib/jvm/java-6-openjdk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: userfriendly</title>
		<link>http://dustyreagan.com/installing-cassandra-on-ubuntu-linux/comment-page-1/#comment-271</link>
		<dc:creator>userfriendly</dc:creator>
		<pubDate>Sat, 16 Jan 2010 02:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://dustyreagan.com/?p=175#comment-271</guid>
		<description>I&#039;ve tried following this how-to on a machine with Ubuntu 9.10, and despite having JAVA_HOME correctly set (and yes, I&#039;m quite sure of that), the Cassandra installed by the 0.4.2 Debian package kept insisting that it &quot;Cannot locate Java Home&quot;.

Without changing anything else, I went and downloaded the 0.5.0-rc3 binary from the apache incubator website instead which, surprisingly enough, worked just fine - though I do hate bypassing the package manager. &lt;.&lt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried following this how-to on a machine with Ubuntu 9.10, and despite having JAVA_HOME correctly set (and yes, I&#8217;m quite sure of that), the Cassandra installed by the 0.4.2 Debian package kept insisting that it &#8220;Cannot locate Java Home&#8221;.</p>
<p>Without changing anything else, I went and downloaded the 0.5.0-rc3 binary from the apache incubator website instead which, surprisingly enough, worked just fine &#8211; though I do hate bypassing the package manager. &lt;.&lt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
