Skip to content

Commit e08d943

Browse files
authored
Fixed typos in ADLSg2 URI scheme
The correct URI scheme for accessing ADLSgen2 is "abfss" not "abfs".
1 parent 80716fc commit e08d943

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)