<?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>topic Where the &amp;quot;Driver logs&amp;quot; are stored by default, and How much default space  to store it. in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/where-the-quot-driver-logs-quot-are-stored-by-default-and-how/m-p/74938#M7601</link>
    <description>&lt;P&gt;Recently, when I was using databricks for deep learning I ran into an issue, i.e., after a certain amount of time of execution the cluster would break and restart. The logs are as below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The Event logs displayed "Metastore is down; Driver is up but is not responsive, likely due to GC.; Spark exception received from driver. Driver down cause: driver state change (exit ...)" .&lt;/LI&gt;&lt;LI&gt;Driver logs displayed "echo: write error: no space left on device".&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Specifically, my program &lt;STRONG&gt;prints a lot of content&lt;/STRONG&gt;, and considering that all prints are logged in Driver logs, I &lt;STRONG&gt;suspect&lt;/STRONG&gt; that the cluster breaks because of an &lt;STRONG&gt;OOM in the driver logs&lt;/STRONG&gt;.&amp;nbsp;So, I would like to know：&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;where is the default storage location for driver logs and what is the size?&lt;/LI&gt;&lt;LI&gt;Is the "Driver is up but is not responsive, likely due to GC" issue due to driver logs memory limitation? This link seems to give an explanation, not sure if it's correct or not.&amp;nbsp;&lt;A href="https://kb.databricks.com/jobs/job-cluster-limit-nb-output" target="_self"&gt;Job cluster limits on notebook output - Databricks&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;If this problem comes from driver logs, can it be solved by modifying `create cluster`→`Advanced Options`→`Logging`→`Destination`?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Looking forward to getting a reply from the experts, thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2024 08:23:51 GMT</pubDate>
    <dc:creator>Jaron</dc:creator>
    <dc:date>2024-06-19T08:23:51Z</dc:date>
    <item>
      <title>Where the "Driver logs" are stored by default, and How much default space  to store it.</title>
      <link>https://community.databricks.com/t5/get-started-discussions/where-the-quot-driver-logs-quot-are-stored-by-default-and-how/m-p/74938#M7601</link>
      <description>&lt;P&gt;Recently, when I was using databricks for deep learning I ran into an issue, i.e., after a certain amount of time of execution the cluster would break and restart. The logs are as below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The Event logs displayed "Metastore is down; Driver is up but is not responsive, likely due to GC.; Spark exception received from driver. Driver down cause: driver state change (exit ...)" .&lt;/LI&gt;&lt;LI&gt;Driver logs displayed "echo: write error: no space left on device".&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Specifically, my program &lt;STRONG&gt;prints a lot of content&lt;/STRONG&gt;, and considering that all prints are logged in Driver logs, I &lt;STRONG&gt;suspect&lt;/STRONG&gt; that the cluster breaks because of an &lt;STRONG&gt;OOM in the driver logs&lt;/STRONG&gt;.&amp;nbsp;So, I would like to know：&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;where is the default storage location for driver logs and what is the size?&lt;/LI&gt;&lt;LI&gt;Is the "Driver is up but is not responsive, likely due to GC" issue due to driver logs memory limitation? This link seems to give an explanation, not sure if it's correct or not.&amp;nbsp;&lt;A href="https://kb.databricks.com/jobs/job-cluster-limit-nb-output" target="_self"&gt;Job cluster limits on notebook output - Databricks&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;If this problem comes from driver logs, can it be solved by modifying `create cluster`→`Advanced Options`→`Logging`→`Destination`?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Looking forward to getting a reply from the experts, thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 08:23:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/where-the-quot-driver-logs-quot-are-stored-by-default-and-how/m-p/74938#M7601</guid>
      <dc:creator>Jaron</dc:creator>
      <dc:date>2024-06-19T08:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Where the "Driver logs" are stored by default, and How much default space  to store it</title>
      <link>https://community.databricks.com/t5/get-started-discussions/where-the-quot-driver-logs-quot-are-stored-by-default-and-how/m-p/75033#M7602</link>
      <description>&lt;P class="_1t7bu9h1 paragraph"&gt;The error message "echo: write error: no space left on device" indicates that the storage space for the driver logs might be full.&lt;/P&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;The default storage location for driver logs in Databricks is on the local disk of the driver node. However, the exact size limit can vary depending on the specific configuration of your Databricks environment and the type of cloud storage you're using.&lt;/P&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;The issue "Driver is up but is not responsive, likely due to GC" could indeed be due to memory limitations. Garbage Collection (GC) pauses can make the driver unresponsive if the system is trying to free up memory space. The link you provided does give an explanation related to job output limits, which might be related if your program is generating a large amount of output that is being logged.&lt;/P&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;Modifying the &lt;CODE&gt;create cluster&lt;/CODE&gt;→&lt;CODE&gt;Advanced Options&lt;/CODE&gt;→&lt;CODE&gt;Logging&lt;/CODE&gt;→&lt;CODE&gt;Destination&lt;/CODE&gt; to change the storage location for logs could potentially help solve this problem. You could consider directing the logs to a location with more available storage space.&lt;/P&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 17:57:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/where-the-quot-driver-logs-quot-are-stored-by-default-and-how/m-p/75033#M7602</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-06-19T17:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where the "Driver logs" are stored by default, and How much default space  to store it</title>
      <link>https://community.databricks.com/t5/get-started-discussions/where-the-quot-driver-logs-quot-are-stored-by-default-and-how/m-p/75418#M7603</link>
      <description>&lt;P&gt;Thanks for your reply. However, although I modify the&amp;nbsp;create cluster&lt;SPAN&gt;→&lt;/SPAN&gt;Advanced Options&lt;SPAN&gt;→&lt;/SPAN&gt;Logging&lt;SPAN&gt;→&lt;/SPAN&gt;Destination&amp;nbsp;to a destination, the "&lt;SPAN&gt;echo: write error: no space left on device&lt;/SPAN&gt;" still appears. I change the destination to "/dbfs/FileStore", where the space is big enough. Can you help me? (Very distressed&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2024 08:11:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/where-the-quot-driver-logs-quot-are-stored-by-default-and-how/m-p/75418#M7603</guid>
      <dc:creator>Jaron</dc:creator>
      <dc:date>2024-06-22T08:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Where the "Driver logs" are stored by default, and How much default space  to store it</title>
      <link>https://community.databricks.com/t5/get-started-discussions/where-the-quot-driver-logs-quot-are-stored-by-default-and-how/m-p/76157#M7604</link>
      <description>&lt;P&gt;Hello Jaron, is it not possible for you to redirect the login to an ABFSS or S3 bucket?&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jun 2024 16:12:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/where-the-quot-driver-logs-quot-are-stored-by-default-and-how/m-p/76157#M7604</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-06-29T16:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Where the "Driver logs" are stored by default, and How much default space  to store it</title>
      <link>https://community.databricks.com/t5/get-started-discussions/where-the-quot-driver-logs-quot-are-stored-by-default-and-how/m-p/76178#M7605</link>
      <description>&lt;P&gt;Hi, Walter_C, I have tried to redirect the .log file to other destination. However, I found that redirection through create cluster&lt;SPAN&gt;→&lt;/SPAN&gt;Advanced Options&lt;SPAN&gt;→&lt;/SPAN&gt;Logging&lt;SPAN&gt;→&lt;/SPAN&gt;Destination is a copy rather than a move.&amp;nbsp;This means that the driver log will still increase. （The Spark UI of databricks is useless and cannot display any valid information, including memory usage of drivers and executors.&lt;/P&gt;&lt;P&gt;Finally, I reluctantly switched to a larger driver to solve this problem.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2024 02:07:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/where-the-quot-driver-logs-quot-are-stored-by-default-and-how/m-p/76178#M7605</guid>
      <dc:creator>Jaron</dc:creator>
      <dc:date>2024-06-30T02:07:44Z</dc:date>
    </item>
  </channel>
</rss>

