Has anyone tried running 1.1.1 on Java 7?
I know Datastax does not recommend it for DSE, is there a reason why ?
Regards,
Oleg
OK, thanks! I will vote for that ticket.
On a production system, I have an extremely big table. I want to physically
delete it. It it safe to just delete the commit log files after a drain?
1) Drain node
2) Stop Cassandra
3) Delete commit log files
4) Delete all files related to the big table
5)
Are both running on the same host?
On Fri, Sep 7, 2012 at 11:53 PM, Manu Zhang wrote:
> When I run Cassandra-trunk in Eclipse, nodetool fail to connect with the
> following error
> "Failed to connect to '127.0.0.1:7199': Connection refused"
> But if I run in terminal, all will be fine.
>
try netstat -nl | 7199
If you can see something then fine else that service itself not running..
On Sat, Sep 8, 2012 at 8:40 PM, Mohit Anchlia wrote:
> Are both running on the same host?
>
>
> On Fri, Sep 7, 2012 at 11:53 PM, Manu Zhang wrote:
>
>> When I run Cassandra-trunk in Eclipse, nodetool
What is the address for thrift listener. Did you put 0.0.0.0:7199 ?
On Fri, Sep 7, 2012 at 11:53 PM, Manu Zhang wrote:
> When I run Cassandra-trunk in Eclipse, nodetool fail to connect with the
> following error
> "Failed to connect to '127.0.0.1:7199': Connection refused"
> But if I run in term
> Has anyone tried running 1.1.1 on Java 7?
Have been running jdk 1.7 on several clusters on 1.1 for a while now.
--
/ Peter Schuller (@scode, http://worldmodscode.wordpress.com)
No, I don't find a listener whose port is 7199. Where to setup? I've been
experimenting on my laptop so both of them are local.
On Sun, Sep 9, 2012 at 1:28 AM, Senthilvel Rangaswamy
wrote:
> What is the address for thrift listener. Did you put 0.0.0.0:7199 ?
>
> On Fri, Sep 7, 2012 at 11:53 PM, M