Please don't use trunk unless you're actively fixing bugs. If you want the latest & greatest, get the 0.6 branch from svn.
On Wed, Mar 10, 2010 at 6:46 AM, shirish <[email protected]> wrote: > hello, > > I have just download the source code from the trunk using svn, I have set up > the following configuration > > Created a different user and group named cassandra > When i do cassandra -f the following is the output I get > > INFO 18:02:16,697 Auto DiskAccessMode determined to be standard > INFO 18:02:16,995 Saved Token not found. Using > 4812241153415237834436824812586788175 > INFO 18:02:17,008 Creating new commitlog segment > /u02/cassandra/commitlog/CommitLog-1268224337008.log > INFO 18:02:17,105 Starting up server gossip > INFO 18:02:17,163 Binding thrift service to localhost/127.0.0.1:9160 > INFO 18:02:17,169 Cassandra starting up... > > and next i ran cassandra-cli --host 127.0.0.1 --port 9160 I get the > following > > Login failure. Did you specify 'keyspace', 'username' and 'password'? > Welcome to cassandra CLI. > > Type 'help' or '?' for help. Type 'quit' or 'exit' to quit. > > > What could have gone wrong ? > > > > >
