i created a simple java project in eclipse using default maven archtype. i then added junit and hadoop-core dependencies. the latest version of hadoop-core available on maven is -
group id: org.apache.hadoop
artifact id: hadoop-core
version: 1.2.1
looks like this was released in Jul 2013. info - http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-core
is this the latest version of mapreduce out there? if not, whats the best way to get the latest version and incoporate it in my project (example: another maven dependency, direct download, etc)?