<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Distributed I/O Benchmark of HDFS in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Distributed-I-O-Benchmark-of-HDFS/m-p/237183#M198996</link>
    <description>&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;DFSIO is a built-in benchmark tool for HDFS I/O test. &lt;/P&gt;&lt;H2&gt;we created the Base Directory to Store Test Results&lt;A href="https://bdaafall2015.readthedocs.io/en/latest/dfsio.html#base-directory-to-store-test-results"&gt;&lt;/A&gt;&lt;/H2&gt;&lt;P&gt;&lt;CODE&gt;/benchmarks/TestDFSIO&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;and when we run the test we get:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt; hadoop jar /usr/hdp/2.6.4.0-91/spark2/jars/hadoop-mapreduce-client-jobclient-2.7.3.2.6.4.0-91.jar TestDFSIO -write -nrFiles 16 -fileSize 1GB -resFile /tmp/USER-dfsio-write.txt
19/03/31 05:39:57 INFO fs.TestDFSIO: TestDFSIO.1.8
19/03/31 05:39:57 INFO fs.TestDFSIO: nrFiles = 16
19/03/31 05:39:57 INFO fs.TestDFSIO: nrBytes (MB) = 1024.0
19/03/31 05:39:57 INFO fs.TestDFSIO: bufferSize = 1000000
19/03/31 05:39:57 INFO fs.TestDFSIO: baseDir = /benchmarks/TestDFSIO
19/03/31 05:39:59 INFO fs.TestDFSIO: creating control file: 1073741824 bytes, 16 files
java.io.IOException: Permission denied: user=root, access=WRITE, inode="/benchmarks/TestDFSIO/io_control/in_file_test_io_0":hdfs:hdfs:drwxr-xr-x&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;where we are wrong?&lt;/P&gt;</description>
    <pubDate>Sun, 31 Mar 2019 13:13:41 GMT</pubDate>
    <dc:creator>mike_bronson7</dc:creator>
    <dc:date>2019-03-31T13:13:41Z</dc:date>
    <item>
      <title>Distributed I/O Benchmark of HDFS</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Distributed-I-O-Benchmark-of-HDFS/m-p/237183#M198996</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;DFSIO is a built-in benchmark tool for HDFS I/O test. &lt;/P&gt;&lt;H2&gt;we created the Base Directory to Store Test Results&lt;A href="https://bdaafall2015.readthedocs.io/en/latest/dfsio.html#base-directory-to-store-test-results"&gt;&lt;/A&gt;&lt;/H2&gt;&lt;P&gt;&lt;CODE&gt;/benchmarks/TestDFSIO&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;and when we run the test we get:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt; hadoop jar /usr/hdp/2.6.4.0-91/spark2/jars/hadoop-mapreduce-client-jobclient-2.7.3.2.6.4.0-91.jar TestDFSIO -write -nrFiles 16 -fileSize 1GB -resFile /tmp/USER-dfsio-write.txt
19/03/31 05:39:57 INFO fs.TestDFSIO: TestDFSIO.1.8
19/03/31 05:39:57 INFO fs.TestDFSIO: nrFiles = 16
19/03/31 05:39:57 INFO fs.TestDFSIO: nrBytes (MB) = 1024.0
19/03/31 05:39:57 INFO fs.TestDFSIO: bufferSize = 1000000
19/03/31 05:39:57 INFO fs.TestDFSIO: baseDir = /benchmarks/TestDFSIO
19/03/31 05:39:59 INFO fs.TestDFSIO: creating control file: 1073741824 bytes, 16 files
java.io.IOException: Permission denied: user=root, access=WRITE, inode="/benchmarks/TestDFSIO/io_control/in_file_test_io_0":hdfs:hdfs:drwxr-xr-x&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;where we are wrong?&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2019 13:13:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Distributed-I-O-Benchmark-of-HDFS/m-p/237183#M198996</guid>
      <dc:creator>mike_bronson7</dc:creator>
      <dc:date>2019-03-31T13:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Distributed I/O Benchmark of HDFS</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Distributed-I-O-Benchmark-of-HDFS/m-p/237184#M198997</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/26229/uribarih.html" nodeid="26229"&gt;@Michael Bronson&lt;/A&gt;, Permission issue &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Either run this command with &lt;STRONG&gt;hdfs &lt;/STRONG&gt;user or change the ownership of /benchmarks/TestDFSIO to root. &lt;/P&gt;&lt;PRE&gt;&lt;P&gt;java.io.IOException: Permission denied: user=root, access=WRITE, inode="/benchmarks/TestDFSIO/io_control/in_file_test_io_0":hdfs:hdfs:drwxr-xr-x&amp;nbsp;&lt;/P&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Apr 2019 16:53:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Distributed-I-O-Benchmark-of-HDFS/m-p/237184#M198997</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2019-04-01T16:53:10Z</dc:date>
    </item>
  </channel>
</rss>

