Hi Everyone
So I don't know if I am doing something wrong or there is actually
something wrong but this is the issue. btw, I am using this commit of 2.x :
commit d4deef989ffc41b9dd5e77683e73286d81e1178b
Author: Sebastian Nagel <[email protected]>
Date: Wed Aug 7 21:10:17 2013 +0000
NUTCH-911 protocol-file to return proper protocol status for
notmodified, gone, access_denied
git-svn-id:
https://svn.apache.org/repos/asf/nutch/branches/2.x@1511496
13f79535-47bb-0310-9956-ffa450edef68
so my problem is that gora doesn't seem to be able to understand where
my Cassandra cluster is. the gora.properties files have this line in it:
gora.cassandrastore.servers=my-server:9160
the gora website for cassandra mentions this:
(http://gora.apache.org/current/gora-cassandra.html)
gora.cassandra.servers=my-server:9160
but my problem here is that neither one of them work. I even tried
putting them in the nutch-site.xml file with no reuslt. gora still tries
to connecto to local host:
13/08/09 15:23:15 INFO connection.CassandraHostRetryService: Not
checking that localhost(127.0.0.1):9160 is a member of the ring since
there are no live hosts
13/08/09 15:23:15 WARN connection.CassandraHostRetryService: Downed
localhost(127.0.0.1):9160 host still appears to be down: Unable to open
transport to localhost(127.0.0.1):9160 , java.net.ConnectException:
Connection refused
(that was from an inject command) anyone has any idea? should this go to
dev list?
--
Kaveh Minooie