From c551025ed660bc1abea86f53c7a1f3a5a722ad08 Mon Sep 17 00:00:00 2001 From: Weiwei Yang Date: Sat, 16 Sep 2017 00:46:07 +0800 Subject: [PATCH] HDFS-12468. Ozone: fix hard coded version in the Ozone GettingStarted guide. Contributed by Elek Marton. --- .../{OzoneGettingStarted.md => OzoneGettingStarted.md.vm} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/{OzoneGettingStarted.md => OzoneGettingStarted.md.vm} (99%) diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md.vm similarity index 99% rename from hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md rename to hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md.vm index ed32aa75be8..456dfed71a8 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/OzoneGettingStarted.md +++ b/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 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 other configuration files that are needed for your cluster.