Re: Dependencies need to run the hectors examples

2011-01-27 Thread sancho sebastine
Hi, These are the dependencies i added in a recently working hector project. Basically it the the files in HTMLParser/hector- and two from cassandra lib folder and one from slf4j-1.6.1/integration/lib folder. uuid-3.2.jar snakeyaml-1.6.jar slf4j-simple-1.5.11.jar slf4j-api-1.5.11.jar perf4j-0.9.1

Re: Dependencies need to run the hectors examples

2011-01-27 Thread Nate McCall
A decent list is available here: https://github.com/rantav/hector/wiki/Current-Dependencies This is most easily accomplished by using a build system such as Maven or Ant to manage project dependencies. Please direct any Hector-specific questions to hector-us...@googlegroups.com in the future. On

Dependencies need to run the hectors examples

2011-01-27 Thread Eranda Sooriyabandara
Hi all, I tried to test some functionalities with using the hectors client API. But I could not able to run it because of some dependencies it required. For example I manually added jars like perf4j-0.9.13 slf4j-api-1.6.1 slf4j-api-1.6.1-sources What are the other dependencies I need to add to