<?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 Invalid shard address in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/invalid-shard-address/m-p/17758#M11711</link>
    <description>&lt;P&gt;I'm running pyspark through databricks-connect and getting an error saying&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;ERROR SparkClientManager: Fail to get the SparkClient&lt;/P&gt;&lt;P&gt;java.util.concurrent.ExecutionException: com.databricks.service.SparkServiceConnectionException: Invalid shard address:&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;followed by my workspace address "https://dbc-xxxxxxxx-xxxx.cloud.databricks.com"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't make any modifications or updates to my python or databricks-connect installation. How can I resolve this issue? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked at a similar thread &lt;A href="https://community.databricks.com/s/topic/0TO3f000000CmP9GAK/invalid-shard-address" target="test_blank"&gt;https://community.databricks.com/s/topic/0TO3f000000CmP9GAK/invalid-shard-address&lt;/A&gt; but that discussion did not provide any useful solution to solve my issue.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jun 2022 12:23:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-06-14T12:23:26Z</dc:date>
    <item>
      <title>Invalid shard address</title>
      <link>https://community.databricks.com/t5/data-engineering/invalid-shard-address/m-p/17758#M11711</link>
      <description>&lt;P&gt;I'm running pyspark through databricks-connect and getting an error saying&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;ERROR SparkClientManager: Fail to get the SparkClient&lt;/P&gt;&lt;P&gt;java.util.concurrent.ExecutionException: com.databricks.service.SparkServiceConnectionException: Invalid shard address:&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;followed by my workspace address "https://dbc-xxxxxxxx-xxxx.cloud.databricks.com"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't make any modifications or updates to my python or databricks-connect installation. How can I resolve this issue? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked at a similar thread &lt;A href="https://community.databricks.com/s/topic/0TO3f000000CmP9GAK/invalid-shard-address" target="test_blank"&gt;https://community.databricks.com/s/topic/0TO3f000000CmP9GAK/invalid-shard-address&lt;/A&gt; but that discussion did not provide any useful solution to solve my issue.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 12:23:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/invalid-shard-address/m-p/17758#M11711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-14T12:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid shard address</title>
      <link>https://community.databricks.com/t5/data-engineering/invalid-shard-address/m-p/17759#M11712</link>
      <description>&lt;P&gt;hi @Marco Wong​&amp;nbsp;was this working before and failing now? &lt;/P&gt;&lt;P&gt;Are you behind a VPN or firewall? If so can you check by disabling it?&lt;/P&gt;&lt;P&gt;enable traces at wireshark and collected dump to check if there is traffic going to workspace?&lt;/P&gt;&lt;P&gt;Check if you can get curl working with Databricks rest api for anything (workspace, cluster manager.. etc)? &lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 06:43:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/invalid-shard-address/m-p/17759#M11712</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-06-16T06:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid shard address</title>
      <link>https://community.databricks.com/t5/data-engineering/invalid-shard-address/m-p/17760#M11713</link>
      <description>&lt;P&gt;Yes it was working before and now failing. I'm not behind a VPN/firewall. I'll try using wireshark and curl.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 08:09:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/invalid-shard-address/m-p/17760#M11713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-16T08:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid shard address</title>
      <link>https://community.databricks.com/t5/data-engineering/invalid-shard-address/m-p/17761#M11714</link>
      <description>&lt;P&gt;curl works with the databricks api but databricks-connect still doesn't work with the invalid shard address error&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 09:13:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/invalid-shard-address/m-p/17761#M11714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-16T09:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid shard address</title>
      <link>https://community.databricks.com/t5/data-engineering/invalid-shard-address/m-p/17762#M11715</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a friendly follow-up. Did you have time to try Prabakar's response? let us know if you still need help or not.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 16:33:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/invalid-shard-address/m-p/17762#M11715</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-08-30T16:33:28Z</dc:date>
    </item>
  </channel>
</rss>

