I am using Maven to build a Hadoop project, and searching the dependencies in http://search.maven.org/.
The results of Hadoop-common only include version 0.2x and 2.x, and what about the version 1.x?
Here is the search link.
It seems that Hadoop's version is not corresponding with its Hadoop-common's version.
By the way, Differences between Hadoop-common, Hadoop-core and Hadoop-client?
Then if I choose Hadoop 1.2.1, which version should I write for the maven decencies in the .pom file ? (Or, Is it must to write a specific version of Hadoop-Common and Hadoop-Client ?)
Hope for an explanation in detail.