Hi, I'm trying to get an eclipse env for cassandra using the ANT scripts. However they fail to retrieve the hadoop dependencies from cloudera:
> ant generate-eclipse-files ... BUILD FAILED /Users/martin/src/org.apache/cassandra/build.xml:522: Unable to resolve artifact: Missing: ---------- 1) com.cloudera.hadoop:hadoop-core:jar:0.20.2-320 Try downloading the file manually from the project website. ... 2) com.cloudera.hadoop:hadoop-streaming:jar:0.20.2-320 ... I checked cloudera repository, it seems to be down: https://repository.cloudera.com/content/repositories/releases/com/cloudera/hadoop/hadoop-core/0.20.2-320/hadoop-core-0.20.2-320.jar Does anybody have an alternative location for these JARs so I can get my env up and running? Google all points to the cloudera repo. Regards, -Martin