浏览代码

HDFS-12468. Ozone: fix hard coded version in the Ozone GettingStarted guide. Contributed by Elek Marton.

Weiwei Yang 8 年之前
父节点
当前提交
c551025ed6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md.vm

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md → hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md.vm

@@ -39,7 +39,7 @@ This will give you a tarball in your distribution directory. This is the
 tarball that can be used for deploying your hadoop cluster. Here is an
 tarball that can be used for deploying your hadoop cluster. Here is an
 example of the tarball that will be generated.
 example of the tarball that will be generated.
 
 
-* `~/apache/hadoop/hadoop-dist/target/hadoop-3.0.0-alpha4-SNAPSHOT.tar.gz`
+* `~/apache/hadoop/hadoop-dist/target/${project.version}.tar.gz`
 
 
 Please proceed to setup a hadoop cluster by creating the hdfs-site.xml and
 Please proceed to setup a hadoop cluster by creating the hdfs-site.xml and
 other configuration files that are needed for your cluster.
 other configuration files that are needed for your cluster.