Re: run Cassandra tutorial example

2011-08-24 Thread Thairu
, 24 Aug 2011 02:14:12 -0700 To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: run Cassandra tutorial example HColumn(city=Austin) Is the data you are after. Have a look in src/main/resources/log4j.prope

Re: run Cassandra tutorial example

2011-08-24 Thread aaron morton
HColumn(city=Austin) Is the data you are after. Have a look in src/main/resources/log4j.properties if you want to change the logging settings. Have fun. - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 24/08/2011, at 4:06 AM, Alvin UW

Re: run Cassandra tutorial example

2011-08-23 Thread Alvin UW
Thanks. By your solution, the problem is fixed. But my output is like this. I don't understand what's the meaning of " Error stacktraces are turned on." And I hope only the results are outputted, not the INFO. mvn -e exec:java -Dexec.args="get" -Dexec.mainClass="com.datastax.tutorial.TutorialRu

Re: run Cassandra tutorial example

2011-08-23 Thread aaron morton
Did you sort this out ? The #cassandra IRC room is a good place to get help as well. I tried to build it first using mvn compile and got this different error "[ERROR] Failed to execute goal on project cassandra-tutorial: Could not resolve dependencies for project com.datastax.tutorial:cassand

run Cassandra tutorial example

2011-08-22 Thread Alvin UW
Hello, I'd like to try the cassandra tutorial example: https://github.com/zznate/cassandra-tutorial by following the readme. After typing mvn -e exec:java -Dexec.args="get" -Dexec.mainClass="com.datastax.tutorial.TutorialRunner" I got the following errors. Should I do something before the above