<?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 Re: Curl command working in 12.2 but not in 13.3 in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/curl-command-working-in-12-2-but-not-in-13-3/m-p/89246#M8288</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106088"&gt;@MaximeGendre&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;There is a difference in the curl version between runtime 12.2 (curl 7.68.0) and 13.3 (7.81.0).&lt;BR /&gt;You can try installing the older version of the curl on the cluster with runtime 13.3 and see if that's not causing the problem.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2024 07:04:36 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2024-09-10T07:04:36Z</dc:date>
    <item>
      <title>Curl command working in 12.2 but not in 13.3</title>
      <link>https://community.databricks.com/t5/get-started-discussions/curl-command-working-in-12-2-but-not-in-13-3/m-p/89211#M8287</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;one my teammate is trying to put some obversability on our Databricks flows.&lt;BR /&gt;When he tries to contact our Open Telemetry server, he gets a timeout.&lt;BR /&gt;I had a look, and the same command (on the same Databricks workspace) works well with runtime 12.2.&lt;BR /&gt;It does not run in 13.3 (or above)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;%sh
curl https://otel-&amp;lt;something&amp;gt;.com&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;"curl: (28) Failed to connect to otel-&amp;lt;something&amp;gt;.com port 443 after 129793 ms: Connection timed out"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;II have no idea how to explain it.&lt;BR /&gt;Has anyone experienced a similar problem? ?&lt;/P&gt;&lt;P&gt;Thanks for you help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 19:02:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/curl-command-working-in-12-2-but-not-in-13-3/m-p/89211#M8287</guid>
      <dc:creator>MaximeGendre</dc:creator>
      <dc:date>2024-09-09T19:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Curl command working in 12.2 but not in 13.3</title>
      <link>https://community.databricks.com/t5/get-started-discussions/curl-command-working-in-12-2-but-not-in-13-3/m-p/89246#M8288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106088"&gt;@MaximeGendre&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;There is a difference in the curl version between runtime 12.2 (curl 7.68.0) and 13.3 (7.81.0).&lt;BR /&gt;You can try installing the older version of the curl on the cluster with runtime 13.3 and see if that's not causing the problem.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 07:04:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/curl-command-working-in-12-2-but-not-in-13-3/m-p/89246#M8288</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-09-10T07:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Curl command working in 12.2 but not in 13.3</title>
      <link>https://community.databricks.com/t5/get-started-discussions/curl-command-working-in-12-2-but-not-in-13-3/m-p/89248#M8289</link>
      <description>&lt;P&gt;It seems there’s a timeout issue with the Open Telemetry server on Databricks runtime 13.3 and above, which doesn’t occur with runtime 12.2. Here are some steps to troubleshoot:&lt;/P&gt;&lt;P&gt;Check Network Configurations: Ensure no network restrictions or firewall rules are blocking the connection.&lt;BR /&gt;Review Runtime Changes: Look at the release notes for runtime 13.3 and above for any relevant changes.&lt;BR /&gt;Increase Timeout: Try increasing the timeout in your curl command:&lt;BR /&gt;curl --max-time 300 &lt;A href="https://otel-" target="_blank"&gt;https://otel-&lt;/A&gt;&amp;lt;something&amp;gt;.com&lt;/P&gt;&lt;P&gt;Contact Support: Reach out to Databricks support for assistance.&lt;BR /&gt;Community Forums: Check forums for similar issues.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 07:21:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/curl-command-working-in-12-2-but-not-in-13-3/m-p/89248#M8289</guid>
      <dc:creator>Marlene495</dc:creator>
      <dc:date>2024-09-10T07:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Curl command working in 12.2 but not in 13.3</title>
      <link>https://community.databricks.com/t5/get-started-discussions/curl-command-working-in-12-2-but-not-in-13-3/m-p/89263#M8290</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;thank you for your answer.&lt;BR /&gt;I tried to update library version and it was almost the solution.&lt;BR /&gt;It realized it neither works in 12.2 but the output was pretty different and&amp;nbsp;it misled me.&lt;/P&gt;&lt;P&gt;Probably a network config to set up in the target server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 09:51:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/curl-command-working-in-12-2-but-not-in-13-3/m-p/89263#M8290</guid>
      <dc:creator>MaximeGendre</dc:creator>
      <dc:date>2024-09-10T09:51:04Z</dc:date>
    </item>
  </channel>
</rss>

