Skip to content

Commit fbe614c

Browse files
authored
Merge pull request #120454 from viktormaruna/patch-4
Update tutorial-spark-pool-filesystem-spec.md
2 parents c4f4c13 + f73c9b0 commit fbe614c

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)