From aa7d85ef25f62dae7035e35f7d4c242ed5d08a36 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 15 Jul 2020 14:20:25 -0700 Subject: [PATCH] Updated Hadoop Benchmark (markdown) --- Hadoop-Benchmark.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Hadoop-Benchmark.md b/Hadoop-Benchmark.md index 86c84f9..a4835aa 100644 --- a/Hadoop-Benchmark.md +++ b/Hadoop-Benchmark.md @@ -33,6 +33,7 @@ wget https://oss.sonatype.org/service/local/repositories/releases/content/com/gi The TestDFSIO benchmark is used for measuring I/O (read/write) performance. +## TestDFSIO write tests Start the TestDFSIO write tests: ``` @@ -93,6 +94,8 @@ bin/hadoop jar ./share/hadoop/mapreduce/hadoop-mapreduce-client-jobclient-2.10.0 20/07/14 18:27:34 INFO fs.TestDFSIO: ``` +## TestDFSIO read tests + Start the TestDFSIO read tests: ```