<?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: Cassandra Installation and Configuration</title>
	<atom:link href="http://schabby.de/cassandra-installation-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://schabby.de/cassandra-installation-configuration/</link>
	<description>computer science and binary watches, there isnt probably much more that matters in the known part of the universe</description>
	<lastBuildDate>Thu, 19 Aug 2010 09:47:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: schabby</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-158</link>
		<dc:creator>schabby</dc:creator>
		<pubDate>Wed, 18 Aug 2010 08:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-158</guid>
		<description>Hmm, hard to say. Cassandra may not be the silver bullet. Simple Reads/Writes are generally faster than on any comparable Sql database, but complicated queries need to be rewritten in your application logic, especially of you use higher order functions such as joins, grouping, sorting, etc.. And there is no tool that translates SQL queries to the according logic code. So you have to ponder each SQL query whether it easy to be migrated to cassandra.</description>
		<content:encoded><![CDATA[<p>Hmm, hard to say. Cassandra may not be the silver bullet. Simple Reads/Writes are generally faster than on any comparable Sql database, but complicated queries need to be rewritten in your application logic, especially of you use higher order functions such as joins, grouping, sorting, etc.. And there is no tool that translates SQL queries to the according logic code. So you have to ponder each SQL query whether it easy to be migrated to cassandra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mallikarjun</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-157</link>
		<dc:creator>mallikarjun</dc:creator>
		<pubDate>Wed, 18 Aug 2010 07:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-157</guid>
		<description>Hi,

I have a requirement of using Cassandra in my application. In my application there is one table with lot of data and most of my application uses that table. Due to lot of data,performance of the application is decreasing when i use that table is in Oracle.

So, I have decided to use the Cassandra database for that one table and all other tables in oracle. Lot of business logic is dependent on that table.

No my question is, Can I use the Cassandra for a table which has lot of business logic.

I am unable to implement lot of where clauses for Cassandra database.

Is there any supporting tool to use Cassandra in an efficient way?

Please let me know...
i am in urgency..

Thanks in advance

By Mallik</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a requirement of using Cassandra in my application. In my application there is one table with lot of data and most of my application uses that table. Due to lot of data,performance of the application is decreasing when i use that table is in Oracle.</p>
<p>So, I have decided to use the Cassandra database for that one table and all other tables in oracle. Lot of business logic is dependent on that table.</p>
<p>No my question is, Can I use the Cassandra for a table which has lot of business logic.</p>
<p>I am unable to implement lot of where clauses for Cassandra database.</p>
<p>Is there any supporting tool to use Cassandra in an efficient way?</p>
<p>Please let me know&#8230;<br />
i am in urgency..</p>
<p>Thanks in advance</p>
<p>By Mallik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: studleylee</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-156</link>
		<dc:creator>studleylee</dc:creator>
		<pubDate>Sun, 15 Aug 2010 06:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-156</guid>
		<description>Worked like a charm on Vista 32bit. Thank you!
I just added 2 lines in  cassandra.bat to set my env variables:
set JAVA_HOME=C:\Program Files\Java\jre6
set CASSANDRA_HOME=c:\sand\cassandra</description>
		<content:encoded><![CDATA[<p>Worked like a charm on Vista 32bit. Thank you!<br />
I just added 2 lines in  cassandra.bat to set my env variables:<br />
set JAVA_HOME=C:\Program Files\Java\jre6<br />
set CASSANDRA_HOME=c:\sand\cassandra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-136</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Sun, 06 Jun 2010 14:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-136</guid>
		<description>Hi, i&#039;m waiting the java example too :D
can you email me if you publish something about it?

is it thrift? something like... i describe my &quot;schema&quot; and then run thrift which provides java related APIs ?

bye</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;m waiting the java example too <img src='http://schabby.de/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
can you email me if you publish something about it?</p>
<p>is it thrift? something like&#8230; i describe my &#8220;schema&#8221; and then run thrift which provides java related APIs ?</p>
<p>bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-101</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 23 Mar 2010 16:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-101</guid>
		<description>Hi. Where is promised example? ;-)
Here is nice cassandra client http://github.com/rantav/hector</description>
		<content:encoded><![CDATA[<p>Hi. Where is promised example? <img src='http://schabby.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Here is nice cassandra client <a href="http://github.com/rantav/hector">http://github.com/rantav/hector</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-80</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Wed, 03 Mar 2010 12:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-80</guid>
		<description>nice post! very useful!</description>
		<content:encoded><![CDATA[<p>nice post! very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goodxp</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-79</link>
		<dc:creator>goodxp</dc:creator>
		<pubDate>Mon, 01 Mar 2010 02:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-79</guid>
		<description>I would like to share the detailed steps to setup cassandra on windows - check my blog at 
&quot;http://blog.csdn.net/goodxp&quot;.
You can also see how to setup Ruby 1.9.1 with it there.
Dirty fix but working.</description>
		<content:encoded><![CDATA[<p>I would like to share the detailed steps to setup cassandra on windows &#8211; check my blog at<br />
&#8220;http://blog.csdn.net/goodxp&#8221;.<br />
You can also see how to setup Ruby 1.9.1 with it there.<br />
Dirty fix but working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prakash</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-78</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Fri, 26 Feb 2010 14:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-78</guid>
		<description>Hi, I am getting this error when starting cassandra in windows... 

Please help.

D:\cassandra&gt;bin\cassandra
Drive already SUBSTed
The system cannot find the drive specified.
Starting Cassandra Server
Listening for transport dt_socket at address: 8888
Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: org/apache/cassandra/
service/CassandraDaemon</description>
		<content:encoded><![CDATA[<p>Hi, I am getting this error when starting cassandra in windows&#8230; </p>
<p>Please help.</p>
<p>D:\cassandra&gt;bin\cassandra<br />
Drive already SUBSTed<br />
The system cannot find the drive specified.<br />
Starting Cassandra Server<br />
Listening for transport dt_socket at address: 8888<br />
Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: org/apache/cassandra/<br />
service/CassandraDaemon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schabby</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-69</link>
		<dc:creator>schabby</dc:creator>
		<pubDate>Sat, 16 Jan 2010 20:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-69</guid>
		<description>Hi, great that you got it sorted out! 


Sorry for not answering sooner!

Johannes</description>
		<content:encoded><![CDATA[<p>Hi, great that you got it sorted out! </p>
<p>Sorry for not answering sooner!</p>
<p>Johannes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aatish</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-67</link>
		<dc:creator>Aatish</dc:creator>
		<pubDate>Mon, 11 Jan 2010 18:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-67</guid>
		<description>Hey, I got it!
The reason I was getting that error &quot;The filename, directory name, or volume label syntax is incorrect.” is because my JAVA_HOME had unnecessary &#039;;&#039; (read as semi-colon). So, when I removed it, that error went away.</description>
		<content:encoded><![CDATA[<p>Hey, I got it!<br />
The reason I was getting that error &#8220;The filename, directory name, or volume label syntax is incorrect.” is because my JAVA_HOME had unnecessary &#8216;;&#8217; (read as semi-colon). So, when I removed it, that error went away.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
