<?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: Connecting an Azure Databricks to Azure Gen 2 storage stuck on &amp;quot;Running Command...&amp;quot; in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/57833#M30927</link>
    <description>&lt;P&gt;None of them answered my question&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2024 19:42:34 GMT</pubDate>
    <dc:creator>jborn</dc:creator>
    <dc:date>2024-01-18T19:42:34Z</dc:date>
    <item>
      <title>Connecting an Azure Databricks to Azure Gen 2 storage stuck on "Running Command..."</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/56969#M30700</link>
      <description>&lt;P&gt;I recently had an Azure Databricks setup done behind a VPN.&amp;nbsp; I'm trying to connect to my Azure Storage Account Gen 2&amp;nbsp; Using the following code I haven't been able to connect and keep getting stuck on reading the file.&amp;nbsp; What should I be checking?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;#initialize the source path and create the bronze df 
SourceFilePath = f"abfss://" + PersistedContainer + "@" + AzureBlobStorageAccountName + ".dfs.core.windows.net/" + PersistedDirectory + "/" + PersistedFilename
print(SourceFilePath)
#Path prints out as expected
spark.conf.set(f"fs.azure.account.key." + AzureBlobStorageAccountName + ".dfs.core.windows.net","Key removed")
dfBronze = spark.read.load(SourceFilePath,format='csv',header = True).cache()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;When I get to the spark.read.load line I get stuck on "Running Command..."&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any commands I can use to get debug information on what is happening?&lt;/DIV&gt;&lt;DIV&gt;Using the shell command below resolves to the correct IP.&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;%sh nslookup AzureBlobStorageAccountName.dfs.core.windows.net​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 17:14:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/56969#M30700</guid>
      <dc:creator>jborn</dc:creator>
      <dc:date>2024-01-11T17:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an Azure Databricks to Azure Gen 2 storage stuck on "Running Command..."</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/57088#M30731</link>
      <description>&lt;P&gt;Hi, Could you please tell us what is the error code you are receiving?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 15:57:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/57088#M30731</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2024-01-12T15:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an Azure Databricks to Azure Gen 2 storage stuck on "Running Command..."</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/57089#M30732</link>
      <description>&lt;P&gt;Would love to, but no matter how long I keep the notebook running it hangs on the spark.read.load line with "Running Command..." No error message ever comes up.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 16:12:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/57089#M30732</guid>
      <dc:creator>jborn</dc:creator>
      <dc:date>2024-01-12T16:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an Azure Databricks to Azure Gen 2 storage stuck on "Running Command..."</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/57819#M30925</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It keeps on running, does it happen with other notebooks? What about the cluster? Does it show any error in the driver logs? Can you try with other DBR versions or node types?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 19:09:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/57819#M30925</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2024-01-18T19:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an Azure Databricks to Azure Gen 2 storage stuck on "Running Command..."</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/57833#M30927</link>
      <description>&lt;P&gt;None of them answered my question&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 19:42:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/57833#M30927</guid>
      <dc:creator>jborn</dc:creator>
      <dc:date>2024-01-18T19:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an Azure Databricks to Azure Gen 2 storage stuck on "Running Command..."</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/57834#M30928</link>
      <description>&lt;P&gt;I was unable to find any error message in the driver logs.&amp;nbsp; Not sure what you meant by the DBR versions or node types?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 19:44:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/57834#M30928</guid>
      <dc:creator>jborn</dc:creator>
      <dc:date>2024-01-18T19:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting an Azure Databricks to Azure Gen 2 storage stuck on "Running Command..."</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/57836#M30929</link>
      <description>&lt;P&gt;I ended up opening a ticket with Microsoft support about this issue and they walked us through the debugging on the issue.&amp;nbsp; In the end the route table was not attached to the subnet.&amp;nbsp; Once attached everything worked.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 19:45:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-an-azure-databricks-to-azure-gen-2-storage-stuck-on/m-p/57836#M30929</guid>
      <dc:creator>jborn</dc:creator>
      <dc:date>2024-01-18T19:45:45Z</dc:date>
    </item>
  </channel>
</rss>

