Hi apachenutch,

You can just let Nutch create the schema for you... just run a nutch inject 
against an empty cassandra keyspace (define the storage.data.store.class to 
org.apache.gora.cassandra.CassandraDataStore as Alex's blog (techvineyard) 
says).

-sujit

On Feb 16, 2012, at 11:13 PM, apachenutch wrote:

> I get the below error when trying to setup Nutch on Cassandra. I am referring
> to the below link -
> http://techvineyard.blogspot.com/2010/12/build-nutch-20.html
> 
> Can somebody please help?
> 
> [default@unknown] use webpage;
> Keyspace 'webpage' not found.
> [default@unknown] update column family p with key_validation_class=UTF8Type; 
> Not authenticated to a working keyspace.
> [default@unknown] create keyspace webpage;
> dbf830c0-5935-11e1-0000-242d50cf1fbc
> Waiting for schema agreement...
> ... schemas agree across the cluster
> [default@unknown] update column family p with key_validation_class=UTF8Type;
> Not authenticated to a working keypace.
> [default@unknown] use webpage;
> Authenticated to keyspace: webpage
> [default@webpage] update column family p with key_validation_class=UTF8Type;
> p not found in current keyspace.
> 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Nutch-setup-on-Cassandra-error-tp3752891p3752891.html
> Sent from the Nutch - User mailing list archive at Nabble.com.

Reply via email to