File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/storage/data-lake-storage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ Re-open Databricks in your browser and execute the following steps:
93
93
# mount Azure Blob Storage as an HDFS file system to your databricks cluster
94
94
# you need to specify a storage account and container to connect to.
95
95
# use a SAS token or an account key to connect to Blob Storage.
96
- accountname = " <insert account name>'
97
- accountkey = " < insert account key> '
98
- fullname = "fs.azure.account.key." +accountname+ ".blob .core.windows.net"
99
- accountsource = "abfs://dbricks@" +accountname+ ".blob .core.windows.net/folder1"
96
+ accountname = " <insert account name>"
97
+ accountkey = " <insert account key>"
98
+ fullname = " fs.azure.account.key." +accountname+ " .dfs .core.windows.net"
99
+ accountsource = " abfs://dbricks@" +accountname+ " .dfs .core.windows.net/folder1"
100
100
# create a dataframe to read data
101
101
flightDF = spark.read.format(' csv' ).options(header=' true' , inferschema=' true' ).load(accountsource + " /On_Time_On_Time*.csv" )
102
102
# read the all the airline csv files and write the output to parquet format for easy query
You can’t perform that action at this time.
0 commit comments