cassandra_helper does a bunch of magic to set things up. looks like the "extract a private copy of cassandra 0.6 beta2" part of the magic is failing. you'll probably need to manually attempt the un-tar to figure out why it is bailing.
On Thu, Apr 8, 2010 at 7:30 AM, Nirmala Agadgar <nirmala...@gmail.com> wrote: > Hi, > > I am newbie. Downloaded Fauna and followed the instructions to run Fauna in > Centos. > But when i try to run cassandra_helper cassandra, i get the following > Error. > Can anyone help me solve this. > i have installed > 1)Java > java version "1.6.0" > OpenJDK Runtime Environment (build 1.6.0-b09) > OpenJDK Client VM (build 1.6.0-b09, mixed mode) > > 2)Cassandra gem - > cassandra (0.8.1) > > 3)Thrift gem > thrift (0.2.0) > thrift_client (0.4.1) > > 4)Downloaded Fauna from git > > also if any document or blog relating this with explanation would be > helpful. > > > [r...@chn bin]# cassandra_helper cassandra > Set the CASSANDRA_INCLUDE environment variable to use a non-default > cassandra.in.sh and friends. > /usr/local/lib/ruby/gems/1.8/ > gems/cassandra-0.8.1/bin/cassandra_helper:15: warning: Insecure world > writable dir /usr/bin in PATH, mode 040777 > (in /usr/local/lib/ruby/gems/1.8/gems/cassandra-0.8.1) > tar xzf apache-cassandra-0.6.0-beta2-bin.tar.gz > warning: Insecure world writable dir /usr/bin in PATH, mode 040777 > tar: apache-cassandra-0.6.0-beta2-bin.tar.gz: Cannot open: No such file or > directory > tar: Error is not recoverable: exiting now > tar: Child returned status 2 > tar: Error exit delayed from previous errors > rake aborted! > Command failed with status (2): [tar xzf > apache-cassandra-0.6.0-beta2-bin.t...] > /usr/local/lib/ruby/gems/1.8/gems/cassandra-0.8.1/Rakefile:42 > (See full trace by running task with --trace) > > - > Nirmala