<?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: Getting error while mounting storage account to databricks notebook in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/getting-error-while-mounting-storage-account-to-databricks/m-p/40940#M27262</link>
    <description>&lt;P&gt;Hi, I am not so sure. But very likely you have tried with any cluster with Access mode as Shared.&lt;/P&gt;&lt;P&gt;Can you try with a single node cluster, if the problem still exists, please share your problem once again here.&lt;/P&gt;&lt;P&gt;please tag me in your question again if necessary&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/86202"&gt;@DeltaTrain&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2023 11:10:53 GMT</pubDate>
    <dc:creator>DeltaTrain</dc:creator>
    <dc:date>2023-08-22T11:10:53Z</dc:date>
    <item>
      <title>Getting error while mounting storage account to databricks notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-error-while-mounting-storage-account-to-databricks/m-p/39903#M27091</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Please help to reolve this issue i implemented all possible steps, credentials are correct and i am not using free trial account, i was watching tutorial to mount i used same code and everything is done as said in tutorial but iam getting this weird error-------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ExecutionError: An error occurred while calling o390.mount.&lt;BR /&gt;: java.lang.NullPointerException&lt;BR /&gt;at shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator.getTokenCall(AzureADAuthenticator.java:320)&lt;BR /&gt;at shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator.getTokenCall(AzureADAuthenticator.java:287)&lt;BR /&gt;at shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator.getTokenUsingClientCreds(AzureADAuthenticator.java:110)&lt;BR /&gt;at com.databricks.backend.daemon.dbutils.DBUtilsCore.verifyAzureOAuth(DBUtilsCore.scala:1107)&lt;BR /&gt;at com.databricks.backend.daemon.dbutils.DBUtilsCore.verifyAzureFileSystem(DBUtilsCore.scala:1119)&lt;BR /&gt;at com.databricks.backend.daemon.dbutils.DBUtilsCore.createOrUpdateMount(DBUtilsCore.scala:1003)&lt;BR /&gt;at com.databricks.backend.daemon.dbutils.DBUtilsCore.$anonfun$mount$1(DBUtilsCore.scala:1051)&lt;BR /&gt;at com.databricks.logging.UsageLogging.$anonfun$recordOperation$1(UsageLogging.scala:555)&lt;BR /&gt;at com.databricks.logging.UsageLogging.executeThunkAndCaptureResultTags$1(UsageLogging.scala:650)&lt;BR /&gt;at com.databricks.logging.UsageLogging.$anonfun$recordOperationWithResultTags$4(UsageLogging.scala:671)&lt;BR /&gt;at com.databricks.logging.UsageLogging.$anonfun$withAttributionContext$1(UsageLogging.scala:412)&lt;BR /&gt;at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62)&lt;BR /&gt;at com.databricks.logging.AttributionContext$.withValue(AttributionContext.scala:158)&lt;BR /&gt;at com.databricks.logging.UsageLogging.withAttributionContext(UsageLogging.scala:410)&lt;BR /&gt;at com.databricks.logging.UsageLogging.withAttributionContext$(UsageLogging.scala:407)&lt;BR /&gt;at com.databricks.backend.daemon.dbutils.FSUtils.withAttributionContext(DBUtilsCore.scala:69)&lt;BR /&gt;at com.databricks.logging.UsageLogging.withAttributionTags(UsageLogging.scala:455)&lt;BR /&gt;at com.databricks.logging.UsageLogging.withAttributionTags$(UsageLogging.scala:440)&lt;BR /&gt;at com.databricks.backend.daemon.dbutils.FSUtils.withAttributionTags(DBUtilsCore.scala:69)&lt;BR /&gt;at com.databricks.logging.UsageLogging.recordOperationWithResultTags(UsageLogging.scala:645)&lt;BR /&gt;at com.databricks.logging.UsageLogging.recordOperationWithResultTags$(UsageLogging.scala:564)&lt;BR /&gt;at com.databricks.backend.daemon.dbutils.FSUtils.recordOperationWithResultTags(DBUtilsCore.scala:69)&lt;BR /&gt;at com.databricks.logging.UsageLogging.recordOperation(UsageLogging.scala:555)&lt;BR /&gt;at com.databricks.logging.UsageLogging.recordOperation$(UsageLogging.scala:525)&lt;BR /&gt;at com.databricks.backend.daemon.dbutils.FSUtils.recordOperation(DBUtilsCore.scala:69)&lt;BR /&gt;at com.databricks.backend.daemon.dbutils.FSUtils.recordDbutilsFsOp(DBUtilsCore.scala:133)&lt;BR /&gt;at com.databricks.backend.daemon.dbutils.DBUtilsCore.mount(DBUtilsCore.scala:1045)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244)&lt;BR /&gt;at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:380)&lt;BR /&gt;at py4j.Gateway.invoke(Gateway.java:306)&lt;BR /&gt;at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132)&lt;BR /&gt;at py4j.commands.CallCommand.execute(CallCommand.java:79)&lt;BR /&gt;at py4j.ClientServerConnection.waitForCommands(ClientServerConnection.java:195)&lt;BR /&gt;at py4j.ClientServerConnection.run(ClientServerConnection.java:115)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:750)&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 05:04:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-error-while-mounting-storage-account-to-databricks/m-p/39903#M27091</guid>
      <dc:creator>Sk2</dc:creator>
      <dc:date>2023-08-15T05:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while mounting storage account to databricks notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-error-while-mounting-storage-account-to-databricks/m-p/40821#M27247</link>
      <description>&lt;P&gt;Hello, can you share the documentation you were following?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 16:22:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-error-while-mounting-storage-account-to-databricks/m-p/40821#M27247</guid>
      <dc:creator>Harrison_S</dc:creator>
      <dc:date>2023-08-21T16:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while mounting storage account to databricks notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-error-while-mounting-storage-account-to-databricks/m-p/40940#M27262</link>
      <description>&lt;P&gt;Hi, I am not so sure. But very likely you have tried with any cluster with Access mode as Shared.&lt;/P&gt;&lt;P&gt;Can you try with a single node cluster, if the problem still exists, please share your problem once again here.&lt;/P&gt;&lt;P&gt;please tag me in your question again if necessary&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/86202"&gt;@DeltaTrain&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 11:10:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-error-while-mounting-storage-account-to-databricks/m-p/40940#M27262</guid>
      <dc:creator>DeltaTrain</dc:creator>
      <dc:date>2023-08-22T11:10:53Z</dc:date>
    </item>
  </channel>
</rss>

