diff --git a/docs/cn/Running-Hadoop-MapReduce-on-Alluxio.md b/docs/cn/Running-Hadoop-MapReduce-on-Alluxio.md index 4ccff11511d3..3dd61acb483f 100644 --- a/docs/cn/Running-Hadoop-MapReduce-on-Alluxio.md +++ b/docs/cn/Running-Hadoop-MapReduce-on-Alluxio.md @@ -11,7 +11,7 @@ priority: 1 # 初始化设置 这部分的先决条件是你已安装了[Java](Java-Setup.html)。我们也假设你已经按照文档[本地模式](Running-Alluxio-Locally.html)或[集群](Running-Alluxio-on-a-Cluster.html)安装了Alluxio和Hadoop。 -为了运行一些简单的map-reduce实例,我们也推荐你下载[map-reduce examples jar](http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-mapreduce-examples/2.4.1),或者如果你正在使用Hadoop 1,下载这个[examples jar](http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-examples/1.2.1)。 +为了运行一些简单的map-reduce实例,我们也推荐你下载根据你的hadoop版本对应的[map-reduce examples jar](http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-mapreduce-examples/2.4.1),或者如果你正在使用Hadoop 1,下载这个[examples jar](http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-examples/1.2.1)。 # 编译Alluxio客户端