Skip to content

Commit 9a949fe

Browse files
authored
Merge pull request #13774 from luzlab/patch-1
Fixed typos in ADLSgen2 URI scheme
2 parents 34f36a0 + e08d943 commit 9a949fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/data-lake-storage/using-databricks-spark.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The next step is to create a [Databricks cluster](https://docs.azuredatabricks.n
6262
```bash
6363
spark.conf.set("fs.azure.account.key.<account_name>.dfs.core.windows.net", "<account_key>")
6464
spark.conf.set("fs.azure.createRemoteFileSystemDuringInitialization", "true")
65-
dbutils.fs.ls("abfs://<file_system>@<account_name>.dfs.core.windows.net/")
65+
dbutils.fs.ls("abfss://<file_system>@<account_name>.dfs.core.windows.net/")
6666
spark.conf.set("fs.azure.createRemoteFileSystemDuringInitialization", "false")
6767
```
6868

@@ -249,4 +249,4 @@ display(output)
249249
250250
## Next steps
251251
252-
* [Extract, transform, and load data using Apache Hive on Azure HDInsight](tutorial-extract-transform-load-hive.md)
252+
* [Extract, transform, and load data using Apache Hive on Azure HDInsight](tutorial-extract-transform-load-hive.md)

0 commit comments

Comments
 (0)