<?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 Re: What are the mount options for EXT4 for HDFS in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-are-the-mount-options-for-EXT4-for-HDFS/m-p/169670#M49972</link>
    <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 26 Dec 2016 14:30:25 GMT</pubDate>
    <dc:creator>diablo2</dc:creator>
    <dc:date>2016-12-26T14:30:25Z</dc:date>
    <item>
      <title>What are the mount options for EXT4 for HDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-are-the-mount-options-for-EXT4-for-HDFS/m-p/169666#M49968</link>
      <description>&lt;P&gt;In HDP DOC &lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_cluster-planning-guide/content/ch_partitioning_chapter.html"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_cluster-planning-guide/content/ch_partitioning_chapter.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is said &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;The ext4 file system may have potential data loss issues with default options because of the "delayed writes" feature&lt;/PRE&gt;&lt;P&gt;But not mentioned what options should use to mount EXT4 to avoid &lt;STRONG&gt;potential data loss&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 15:24:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-are-the-mount-options-for-EXT4-for-HDFS/m-p/169666#M49968</guid>
      <dc:creator>diablo2</dc:creator>
      <dc:date>2016-12-23T15:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: What are the mount options for EXT4 for HDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-are-the-mount-options-for-EXT4-for-HDFS/m-p/169667#M49969</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13286/huangdengke.html" nodeid="13286"&gt;@Huahua Wei&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You should be able to use just &lt;STRONG&gt;defaults,noatime&lt;/STRONG&gt; as ext4 mount options.  For the most part, data loss concerns revolve around improper shutdown of the servers (hard reboots, etc).  Data loss is always a concern when a server is improperly shutdown.&lt;/P&gt;&lt;P&gt; The option &lt;STRONG&gt;data=ordered&lt;/STRONG&gt; is the default and provides the best balance between performance and protection.  If you need more data protection you can use &lt;STRONG&gt;data=journaled&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Out of the box, ext4 generally doesn't require as many tuning options as ext3 does.  Most people tend to use &lt;STRONG&gt;defaults,noatime&lt;/STRONG&gt;, but you can use &lt;STRONG&gt;defaults,noatime,data=journaled &lt;/STRONG&gt;if you are concerned about data protection.  Be aware there are likely performance impact.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Dec 2016 02:39:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-are-the-mount-options-for-EXT4-for-HDFS/m-p/169667#M49969</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2016-12-24T02:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: What are the mount options for EXT4 for HDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-are-the-mount-options-for-EXT4-for-HDFS/m-p/169668#M49970</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/13286/huangdengke.html" nodeid="13286"&gt;@Huahua Wei&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please refer to following for fixing data loss:&lt;/P&gt;&lt;P&gt;&lt;A href="https://access.redhat.com/solutions/369383" target="_blank"&gt;https://access.redhat.com/solutions/369383&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Dec 2016 05:22:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-are-the-mount-options-for-EXT4-for-HDFS/m-p/169668#M49970</guid>
      <dc:creator>ddharam</dc:creator>
      <dc:date>2016-12-24T05:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: What are the mount options for EXT4 for HDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-are-the-mount-options-for-EXT4-for-HDFS/m-p/169669#M49971</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/13286/huangdengke.html"&gt;Huahua Wei&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The statement in recommendation is related to the configuration what &lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt; already mentioned. &lt;A rel="user" href="https://community.cloudera.com/users/1999/ddharam.html" nodeid="1999"&gt;@ddharam&lt;/A&gt; is a different issue applicable to RHEL 6, good to know too.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Dec 2016 13:05:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-are-the-mount-options-for-EXT4-for-HDFS/m-p/169669#M49971</guid>
      <dc:creator>cstanca</dc:creator>
      <dc:date>2016-12-24T13:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: What are the mount options for EXT4 for HDFS</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-are-the-mount-options-for-EXT4-for-HDFS/m-p/169670#M49972</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 14:30:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-are-the-mount-options-for-EXT4-for-HDFS/m-p/169670#M49972</guid>
      <dc:creator>diablo2</dc:creator>
      <dc:date>2016-12-26T14:30:25Z</dc:date>
    </item>
  </channel>
</rss>

