Skip to content

Commit

Permalink
Update Running-Hadoop-MapReduce-on-Alluxio.md
Browse files Browse the repository at this point in the history
Add a sentence "based on you Hadoop version"
  • Loading branch information
Xiaofei GE committed Jun 4, 2016
1 parent ef00baf commit f48d275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cn/Running-Hadoop-MapReduce-on-Alluxio.md
Original file line number Diff line number Diff line change
Expand Up @@ -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客户端

Expand Down

0 comments on commit f48d275

Please sign in to comment.