Netflix/aegisthus

Instructions to get Aegisthus Running

ccardoza opened this issue · 0 comments

Hi,

I'm pretty new to Aegisthus so I apologize for the novice questions.

I have a 10 node Hadoop Cassandra cluster that I would like to test Aegisthus on. Question is, I'm not exactly sure what steps are invlolved to get the command mentioned in the wiki running: hadoop jar aegisthus-hadoop-0.1.jar com.netflix.Aegisthus -inputDir sstables -output json.

Currently running this:
hadoop jar aegisthus-hadoop-0.1.jar com.netflix.Aegisthus -inputDir sstables -output json

results in the following error:
-bash: hadoop: command not found

Do we have to have gradle installed on the server that we will run the command from?

Also, is it required to have a standalone server that just has Hadoop on it, or should it work with Cassandra running? I have downloaded the Aegisthus zipped files on GitHub and placed it on the server however running the ./gradlew build (as mentioned in the readme) results in the below error:

./gradlew build
-bash: ./gradlew: No such file or directory

I guess all I'm looking for is some basic novice instructions just to get Aegisthus installed to where I can run the hadoop command.

I appreciate your patience and any help you can provide.

Kind Regards,
Cassie