[05/44] hadoop git commit: HADOOP-13616. Broken code snippet area in Hadoop Benchmarking. Contributed by Kai Sasaki.

2016-09-19 Thread subru
HADOOP-13616. Broken code snippet area in Hadoop Benchmarking. Contributed by 
Kai Sasaki.


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

Branch: refs/heads/YARN-2915
Commit: 7cad7b704644f260688eb0d4d92413f3a8630f25
Parents: 40b5a59
Author: Akira Ajisaka 
Authored: Thu Sep 15 23:40:00 2016 +0900
Committer: Akira Ajisaka 
Committed: Thu Sep 15 23:42:34 2016 +0900

--
 .../hadoop-common/src/site/markdown/Benchmarking.md | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/7cad7b70/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
--
diff --git 
a/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md 
b/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
index 678dcee..ebd7086 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
@@ -91,6 +91,7 @@ When running benchmarks with the above operation(s), please 
provide operation-sp
 The benchmark measures the number of operations performed by the name-node per 
second. Specifically, for each operation tested, it reports the total running 
time in seconds (_Elapsed Time_), operation throughput (_Ops per sec_), and 
average time for the operations (_Average Time_). The higher, the better.
 
 Following is a sample reports by running following commands that opens 100K 
files with 1K threads against a remote name-node. See [HDFS scalability: the 
limits to 
growth](https://www.usenix.org/legacy/publications/login/2010-04/openpdfs/shvachko.pdf)
 for real-world benchmark stats.
+
 ```
 $ hadoop org.apache.hadoop.hdfs.server.namenode.NNThroughputBenchmark -fs 
hdfs://nameservice:9000 -op open -threads 1000 -files 10
 


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



hadoop git commit: HADOOP-13616. Broken code snippet area in Hadoop Benchmarking. Contributed by Kai Sasaki.

2016-09-15 Thread aajisaka
Repository: hadoop
Updated Branches:
  refs/heads/branch-2.8 bdc71bd60 -> 06d82ffb7


HADOOP-13616. Broken code snippet area in Hadoop Benchmarking. Contributed by 
Kai Sasaki.

(cherry picked from commit 7cad7b704644f260688eb0d4d92413f3a8630f25)
(cherry picked from commit e485ace0dd30c684d3432c49ccc20496270f7aea)


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

Branch: refs/heads/branch-2.8
Commit: 06d82ffb7601978969268fd55a5fc3e09b5644fb
Parents: bdc71bd
Author: Akira Ajisaka 
Authored: Thu Sep 15 23:40:00 2016 +0900
Committer: Akira Ajisaka 
Committed: Thu Sep 15 23:43:57 2016 +0900

--
 .../hadoop-common/src/site/markdown/Benchmarking.md | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/06d82ffb/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
--
diff --git 
a/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md 
b/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
index 678dcee..ebd7086 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
@@ -91,6 +91,7 @@ When running benchmarks with the above operation(s), please 
provide operation-sp
 The benchmark measures the number of operations performed by the name-node per 
second. Specifically, for each operation tested, it reports the total running 
time in seconds (_Elapsed Time_), operation throughput (_Ops per sec_), and 
average time for the operations (_Average Time_). The higher, the better.
 
 Following is a sample reports by running following commands that opens 100K 
files with 1K threads against a remote name-node. See [HDFS scalability: the 
limits to 
growth](https://www.usenix.org/legacy/publications/login/2010-04/openpdfs/shvachko.pdf)
 for real-world benchmark stats.
+
 ```
 $ hadoop org.apache.hadoop.hdfs.server.namenode.NNThroughputBenchmark -fs 
hdfs://nameservice:9000 -op open -threads 1000 -files 10
 


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



hadoop git commit: HADOOP-13616. Broken code snippet area in Hadoop Benchmarking. Contributed by Kai Sasaki.

2016-09-15 Thread aajisaka
Repository: hadoop
Updated Branches:
  refs/heads/branch-2 853e1e694 -> e485ace0d


HADOOP-13616. Broken code snippet area in Hadoop Benchmarking. Contributed by 
Kai Sasaki.

(cherry picked from commit 7cad7b704644f260688eb0d4d92413f3a8630f25)


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

Branch: refs/heads/branch-2
Commit: e485ace0dd30c684d3432c49ccc20496270f7aea
Parents: 853e1e6
Author: Akira Ajisaka 
Authored: Thu Sep 15 23:40:00 2016 +0900
Committer: Akira Ajisaka 
Committed: Thu Sep 15 23:43:20 2016 +0900

--
 .../hadoop-common/src/site/markdown/Benchmarking.md | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/e485ace0/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
--
diff --git 
a/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md 
b/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
index 678dcee..ebd7086 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
@@ -91,6 +91,7 @@ When running benchmarks with the above operation(s), please 
provide operation-sp
 The benchmark measures the number of operations performed by the name-node per 
second. Specifically, for each operation tested, it reports the total running 
time in seconds (_Elapsed Time_), operation throughput (_Ops per sec_), and 
average time for the operations (_Average Time_). The higher, the better.
 
 Following is a sample reports by running following commands that opens 100K 
files with 1K threads against a remote name-node. See [HDFS scalability: the 
limits to 
growth](https://www.usenix.org/legacy/publications/login/2010-04/openpdfs/shvachko.pdf)
 for real-world benchmark stats.
+
 ```
 $ hadoop org.apache.hadoop.hdfs.server.namenode.NNThroughputBenchmark -fs 
hdfs://nameservice:9000 -op open -threads 1000 -files 10
 


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



hadoop git commit: HADOOP-13616. Broken code snippet area in Hadoop Benchmarking. Contributed by Kai Sasaki.

2016-09-15 Thread aajisaka
Repository: hadoop
Updated Branches:
  refs/heads/trunk 40b5a59b7 -> 7cad7b704


HADOOP-13616. Broken code snippet area in Hadoop Benchmarking. Contributed by 
Kai Sasaki.


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

Branch: refs/heads/trunk
Commit: 7cad7b704644f260688eb0d4d92413f3a8630f25
Parents: 40b5a59
Author: Akira Ajisaka 
Authored: Thu Sep 15 23:40:00 2016 +0900
Committer: Akira Ajisaka 
Committed: Thu Sep 15 23:42:34 2016 +0900

--
 .../hadoop-common/src/site/markdown/Benchmarking.md | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/7cad7b70/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
--
diff --git 
a/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md 
b/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
index 678dcee..ebd7086 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/Benchmarking.md
@@ -91,6 +91,7 @@ When running benchmarks with the above operation(s), please 
provide operation-sp
 The benchmark measures the number of operations performed by the name-node per 
second. Specifically, for each operation tested, it reports the total running 
time in seconds (_Elapsed Time_), operation throughput (_Ops per sec_), and 
average time for the operations (_Average Time_). The higher, the better.
 
 Following is a sample reports by running following commands that opens 100K 
files with 1K threads against a remote name-node. See [HDFS scalability: the 
limits to 
growth](https://www.usenix.org/legacy/publications/login/2010-04/openpdfs/shvachko.pdf)
 for real-world benchmark stats.
+
 ```
 $ hadoop org.apache.hadoop.hdfs.server.namenode.NNThroughputBenchmark -fs 
hdfs://nameservice:9000 -op open -threads 1000 -files 10
 


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org