Integration Error between Cassandra and Eclipse

2012-01-05 Thread bobby saputra
Hi There, I am a beginner user in Cassandra. I hear from many people said Cassandra is a powerful database software which is used by Facebook, Twitter, Digg, etc. So I feel interesting to study more about Cassandra. When I performed integration process between Cassandra with Eclipse IDE (in this

Re: Integration Error between Cassandra and Eclipse

2012-01-05 Thread Chris Gerken
I wouldn't worry about the warnings. Eclipse Java support defaults to fairly restrictive warning settings. You can go into the preferences for Java->Compiler and change the 'warning' settings to 'ignore' for any of those problems that you don't or shouldn't really care about. As for the error

Re: Integration Error between Cassandra and Eclipse

2012-01-05 Thread Maki Watanabe
How about to use "File->Import..." rather than "File->New Java Project"? After extracting the source, ant build, and ant generate-eclipse-files: 1. File->Import... 2. Choose "Existing Project into workspace..." 3. Choose your source directory as root directory and then push "Finish" 2012/1/6 bob

Re: Integration Error between Cassandra and Eclipse

2012-01-05 Thread Maki Watanabe
Sorry, ignore my reply. I had same result with import. ( 1 error in unit test code & many warnings ) 2012/1/6 Maki Watanabe : > How about to use "File->Import..." rather than "File->New Java Project"? > > After extracting the source, ant build, and ant generate-eclipse-files: > 1. File->Import...

Re: Integration Error between Cassandra and Eclipse

2012-01-05 Thread Yuki Morishita
Also note that Cassandra project switched to git from svn. See "Source control" section of http://cassandra.apache.org/download/ . Regards, Yuki -- Yuki Morishita On Thursday, January 5, 2012 at 7:59 PM, Maki Watanabe wrote: > Sorry, ignore my reply. > I had same result with import. ( 1 err

RE: Integration Error between Cassandra and Eclipse

2012-01-05 Thread Kuldeep Sengar
ssage- From: Maki Watanabe [mailto:watanabe.m...@gmail.com] Sent: Friday, January 06, 2012 7:30 AM To: user@cassandra.apache.org Subject: Re: Integration Error between Cassandra and Eclipse Sorry, ignore my reply. I had same result with import. ( 1 error in unit test code & many warnings )

Re: Integration Error between Cassandra and Eclipse

2012-01-05 Thread Dave Brosius
ector 127, Plot No 6,Noida 201 301 +91 (120) 4642424 facsimile, Ext : 2418 +91 8800595878 (M) -Original Message- From: Maki Watanabe [mailto:watanabe.m...@gmail.com] Sent: Friday, January 06, 2012 7:30 AM To: user@cassandra.apache.org Subject: Re: Integration Error between Cassandra and Ec

Re: Integration Error between Cassandra and Eclipse

2012-01-07 Thread dir dir
I am also beginner user in cassandra. Honestly I wonder, if we can download binary installer from http://cassandra.apache.org/download/ but why we have to check out from: svn http://svn.apache.org/repos/asf/cassandra/trunk/cassandra-trunk ?? What is the deference between them? Can we perform ca

Re: Integration Error between Cassandra and Eclipse

2012-01-08 Thread Kuldeep Sengar
anner. Thank you. Opera Solutions LLC From: dir dir [mailto:sikerasa...@gmail.com] Sent: Sunday, January 08, 2012 12:16 AM To: user@cassandra.apache.org Subject: Re: Integration Error between Cassandra and Eclipse I am also beginner user in cassandra. Honestly I wonder, if we can download b

Re: Integration Error between Cassandra and Eclipse

2012-01-09 Thread Maki Watanabe
Binary package doesn't include source code, which you need to run cassandra in Eclipse. If you want to run cassandra in Eclipse, you need to download Source package OR git repository, and then integrate it with Eclipse. If you just want to run cassandra, you don't need to checkout source. To clone