I have made some changes to the Cassandra source code and I want to include these changes into the Hadoop cluster.For that I want to create jars from this updated source code.

Can I have the steps for the same?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

You just want to know how to build a Cassandra jar? From the root of the Cassandra source tree run:

ant jar

This will drop the jar file in the build directory.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.