You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by zj...@apache.org on 2015/04/27 23:26:39 UTC

[36/50] [abbrv] hadoop git commit: HDFS-7673. synthetic load generator docs give incorrect/incomplete commands (Brahma Reddy Battula via aw)

HDFS-7673. synthetic load generator docs give incorrect/incomplete commands (Brahma Reddy Battula via aw)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2de75df5
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2de75df5
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2de75df5

Branch: refs/heads/YARN-2928
Commit: 2de75df534e0d32335f8c86ead222e2aefa85295
Parents: 7c2b960
Author: Allen Wittenauer <aw...@apache.org>
Authored: Sat Apr 25 15:05:43 2015 +0100
Committer: Zhijie Shen <zj...@apache.org>
Committed: Mon Apr 27 14:18:52 2015 -0700

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt                    | 3 +++
 .../hadoop-hdfs/src/site/markdown/SLGUserGuide.md              | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/2de75df5/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index a7b5ed3..07c5151 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -318,6 +318,9 @@ Trunk (Unreleased)
     HDFS-8110. Remove unsupported 'hdfs namenode -rollingUpgrade downgrade'
     from document. (J.Andreina via aajisaka)
 
+    HDFS-7673. synthetic load generator docs give incorrect/incomplete commands
+    (Brahma Reddy Battula via aw)
+
 Release 2.8.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/2de75df5/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/SLGUserGuide.md
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/SLGUserGuide.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/SLGUserGuide.md
index 48b92c2..38b293e 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/SLGUserGuide.md
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/SLGUserGuide.md
@@ -32,7 +32,7 @@ Synopsis
 
 The synopsis of the command is:
 
-        java LoadGenerator [options]
+        yarn jar <HADOOP_HOME>/share/hadoop/mapreduce/hadoop-mapreduce-client-jobclient-<hadoop-version>.jar NNloadGenerator [options]
 
 Options include:
 
@@ -102,7 +102,7 @@ The generated namespace structure is described by two files in the output direct
 
 The synopsis of the command is:
 
-        java StructureGenerator [options]
+        yarn jar <HADOOP_HOME>/share/hadoop/mapreduce/hadoop-mapreduce-client-jobclient-<hadoop-version>.jar NNstructureGenerator [options]
 
 Options include:
 
@@ -140,7 +140,7 @@ This tool reads the directory structure and file structure from the input direct
 
 The synopsis of the command is:
 
-        java DataGenerator [options]
+        yarn jar <HADOOP_HOME>/share/hadoop/mapreduce/hadoop-mapreduce-client-jobclient-<hadoop-version>.jar NNdataGenerator [options]
 
 Options include: