<?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: HDFS service failed to start due to ulimit error in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-service-failed-to-start-due-to-ulimit-error/m-p/131577#M51716</link>
    <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/15189/sbathe.html"&gt;sbathe&lt;/A&gt; sir am also having the same error cannot modify ulimit -c operation not permitted but i tried in all ways i cannot able to start can you plz help me out from this sir&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2017 20:10:20 GMT</pubDate>
    <dc:creator>vivegam</dc:creator>
    <dc:date>2017-08-22T20:10:20Z</dc:date>
    <item>
      <title>HDFS service failed to start due to ulimit error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-service-failed-to-start-due-to-ulimit-error/m-p/131572#M51711</link>
      <description>&lt;P&gt;kindly find attached file &amp;amp; below mentioned error description.&lt;/P&gt;&lt;P&gt;resource_management.core.exceptions.Fail: Execution of 'ambari-sudo.sh su hdfs -l -s /bin/bash -c 'ulimit -c unlimited ;  /usr/hdp/current/hadoop-client/sbin/hadoop-daemon.sh --config /usr/hdp/current/hadoop-client/conf start namenode'' returned 1. -su: line 0: ulimit: core file size: cannot modify limit: Operation not permitted
starting namenode, &lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 16:00:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-service-failed-to-start-due-to-ulimit-error/m-p/131572#M51711</guid>
      <dc:creator>hardikv_desai</dc:creator>
      <dc:date>2017-01-17T16:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS service failed to start due to ulimit error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-service-failed-to-start-due-to-ulimit-error/m-p/131573#M51712</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10230/hardikvdesai.html" nodeid="10230"&gt;@hardik desai&lt;/A&gt; One common cause is where the administrator has set a limit on the core size and we are trying to move it to unlimited (more than what the administrator has set), which is not permitted.&lt;/P&gt;&lt;P&gt;One of the ways to check would be to check:&lt;/P&gt;&lt;P&gt;/etc/security/limits.conf&lt;/P&gt;&lt;P&gt;ulimit -a (as root or equivalent account)&lt;/P&gt;&lt;P&gt;sudo -i -u hdfs ulimit -a (as root or equivalent account)&lt;/P&gt;&lt;P&gt;See if that helps.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 17:02:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-service-failed-to-start-due-to-ulimit-error/m-p/131573#M51712</guid>
      <dc:creator>sbathe</dc:creator>
      <dc:date>2017-01-17T17:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS service failed to start due to ulimit error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-service-failed-to-start-due-to-ulimit-error/m-p/131574#M51713</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15189/sbathe.html" nodeid="15189"&gt;@sbathe&lt;/A&gt;, thanks for the reply. i have tried it but no luck..&lt;/P&gt;&lt;P&gt;Kindly find the attached file &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/11463-log-ulimit.txt"&gt;log-ulimit.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:00:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-service-failed-to-start-due-to-ulimit-error/m-p/131574#M51713</guid>
      <dc:creator>hardikv_desai</dc:creator>
      <dc:date>2017-01-17T19:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS service failed to start due to ulimit error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-service-failed-to-start-due-to-ulimit-error/m-p/131575#M51714</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10230/hardikvdesai.html" nodeid="10230"&gt;@hardik desai&lt;/A&gt; are both the logs from the same node? The earlier logs all mention slave0 where as your current ulimit output is from slave3. Either ways, the reason for name node not starting is not the ulimit failure but:&lt;/P&gt;&lt;P&gt;"""&lt;/P&gt;&lt;P&gt;2017-01-17 13:25:13,137 INFO  namenode.FileJournalManager (FileJournalManager.java:recoverUnfinalizedSegments(362)) - Recovering unfinalized segments in /volumes/disk1/hadoop/hdfs/namenode/current
2017-01-17 13:25:13,300 WARN  namenode.FSNamesystem (FSNamesystem.java:loadFromDisk(690)) - Encountered exception loading fsimage
java.io.IOException: Gap in transactions. Expected to be able to read up until at least txid 925857 but unable to find any edit logs containing txid 914240
        at org.apache.hadoop.hdfs.server.namenode.FSEditLog.checkForGaps(FSEditLog.java:1577)
        at org.apache.hadoop.hdfs.server.namenode.FSEditLog.selectInputStreams(FSEditLog.java:1535)
        at org.apache.hadoop.hdfs.server.namenode.FSImage.loadFSImage(FSImage.java:652)
        at org.apache.hadoop.hdfs.server.namenode.FSImage.recoverTransitionRead(FSImage.java:294)
        at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.loadFSImage(FSNamesystem.java:983)
        at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.loadFromDisk(FSNamesystem.java:688)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.loadNamesystem(NameNode.java:662)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:726)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.&amp;lt;init&amp;gt;(NameNode.java:951)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.&amp;lt;init&amp;gt;(NameNode.java:935)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1641)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.main(NameNode.java:1707)"""&lt;/P&gt;&lt;P&gt;So, looks like you have some recovery to do.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 20:46:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-service-failed-to-start-due-to-ulimit-error/m-p/131575#M51714</guid>
      <dc:creator>sbathe</dc:creator>
      <dc:date>2017-01-17T20:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS service failed to start due to ulimit error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-service-failed-to-start-due-to-ulimit-error/m-p/131576#M51715</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10230/hardikvdesai.html" nodeid="10230"&gt;@hardik desai&lt;/A&gt;   Check out &lt;A href="https://community.hortonworks.com/questions/6720/namenode-txid-error.html" target="_blank"&gt;https://community.hortonworks.com/questions/6720/namenode-txid-error.html&lt;/A&gt; on your recovery options. &lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 20:49:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-service-failed-to-start-due-to-ulimit-error/m-p/131576#M51715</guid>
      <dc:creator>sbathe</dc:creator>
      <dc:date>2017-01-17T20:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS service failed to start due to ulimit error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-service-failed-to-start-due-to-ulimit-error/m-p/131577#M51716</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/15189/sbathe.html"&gt;sbathe&lt;/A&gt; sir am also having the same error cannot modify ulimit -c operation not permitted but i tried in all ways i cannot able to start can you plz help me out from this sir&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 20:10:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-service-failed-to-start-due-to-ulimit-error/m-p/131577#M51716</guid>
      <dc:creator>vivegam</dc:creator>
      <dc:date>2017-08-22T20:10:20Z</dc:date>
    </item>
  </channel>
</rss>

