Yeah, there's a problem when running c* in IDEs, it doesn't find the
version to send down to the client.
You can edit the cqlsh file to remove the version parsing at
File "./cqlsh", line 580, in get_connection_versions
self.cass_ver_tuple = tuple(map(int, vers['build'].split('-',
1)[0].spli
Hi,
I am trying to run Cassandra configuration I have set up in IDEA and
connect to it. When I run the "CassandraDaemon" and try to connect using
command ./cqlsh, it gives the following error in the terminal:
Traceback (most recent call last):
File "./cqlsh", line 2027, in
main(*read_optio
Hi,
This is fixed after deleting files in the system keysapce.
Thanks,
Nipuni
On Fri, Aug 23, 2013 at 5:33 AM, Nipuni Piyabasi Perera <
nipuni880...@gmail.com> wrote:
> Hi,
>
> I could build via generating eclipse files without adding any external
> jars. But the error was due to class path to
Hi,
I could build via generating eclipse files without adding any external
jars. But the error was due to class path to cassandra.yaml file. It worked
when added "file:" at the beginning of the path name.
Now I am getting the following error.
ERROR 00:00:09 Fatal exception during initialization
I have found the easiest way to get Cassandra to build under IDEA is to use ant
to generate the eclipse project files (see
http://wiki.apache.org/cassandra/RunningCassandraInEclipse) and then import
those into IDEA. Setting it up in IDEA directly is an error-prone manual
process with way too m
I can't find "storage-conf.xml" file. If "cassandra.yaml" is used instead,
how should I set the configuration?.
Thanks,
Nipuni
On Thu, Aug 22, 2013 at 2:05 PM, Nipuni Piyabasi Perera <
nipuni880...@gmail.com> wrote:
> Hi,
>
> I am trying build Cassandra as an Idea project. following guide [1].
Hi,
I am trying build Cassandra as an Idea project. following guide [1]. But
when creating the RUN configuration. I have to add several dependencies
externally (hadoop, pig).
But still there is an error in the class.
org.apache.cassandra.hadoop.AbstractColumnFamilyRecordWriter
error is :
org.ap