I am using Cascalog on Eclipse . it looks like the dependency on hadoop is provided in project.clj file of project like below
:profiles { :dev {:dependencies [[org.apache.hadoop/hadoop-core "1.1.2"]]}}
If i have to include dependency on locally installed Hadoop single node cluster or some external hadoop cluster --how should i do ? If it is local should i simply put the "path to hadoop" in place of "org.apache.hadoop" ? Your ideas would be appreciated.
Best Regards, Sindhu