Skip to content

Commit f73c9b0

Browse files
authored
Update tutorial-spark-pool-filesystem-spec.md
dfs.windows.cor.net changed to dfs.windows.core.net.
1 parent 1f690fa commit f73c9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/spark/tutorial-spark-pool-filesystem-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Run the following code.
145145
146146
# Set variables
147147
local_file_name = "<local_file_name>"
148-
ADLS_Store_Path = "abfs[s]://<filesystemname>@<account name>.dfs.windows.cor.net/"+local_file_name
148+
ADLS_Store_Path = "abfs[s]://<filesystemname>@<account name>.dfs.windows.core.net/"+local_file_name
149149
150150
# Generate local file for testing
151151
with open(local_file_name, mode='w') as f:

0 commit comments

Comments
 (0)