nathanmarz / cascalog

Data processing on Hadoop without the hassle.
Other
1.38k stars 178 forks source link

Change project.clj sample for new Hadoop dependencies #304

Open ikarius opened 7 years ago

ikarius commented 7 years ago

The sample file 'project.clj' still shows old Hadoop dependencies.

The new and working ones (replace 2.7.3 version with your Hadoop version):

  :profiles {
             :provided {:dependencies [[org.apache.hadoop/hadoop-common "2.7.3"]
                                       [org.apache.hadoop/hadoop-hdfs "2.7.3"]
                                       [org.apache.hadoop/hadoop-mapreduce-client-core "2.7.3"]
                                       [org.apache.hadoop/hadoop-mapreduce-client-jobclient "2.7.3"]]}
             :uberjar {:aot :all}
             }