Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "HowToContribute" page has been changed by jeremyhanna.
The comment on this change is: adding directions to install the thrift python 
bindings..
http://wiki.apache.org/cassandra/HowToContribute?action=diff&rev1=29&rev2=30

--------------------------------------------------

  
  === Running the functional tests for Thrift RPC ===
   1. Install the 
[[http://somethingaboutorange.com/mrl/projects/nose/0.11.1/|nose]] test runner 
(`aptitude install python-nose`, `easy_install nose`, etc).
-  1. Install the Thrift compiler and Python libraries 
(http://incubator.apache.org/thrift).
+  1. Install the Thrift compiler and Python libraries 
(http://incubator.apache.org/thrift) (`cd thrift/lib/py && python setup.py 
install`).
   1. Generate Cassandra's Python code using `ant gen-thrift-py`.
   1. Run `nosetests test/system/` from the top-level source directory.
  

Reply via email to