Skip to content

Commit 3eff064

Browse files
authored
Merge pull request #89907 from changeworld/patch-19
Fix typo
2 parents 0d0a25e + 5a73b43 commit 3eff064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/spark/troubleshoot-debug-wasb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A produced log will look similar to:
3434

3535
## Additional logging
3636

37-
The above logs should provide high-level understanding of the file system operations. If the above logs are still not providing useful information, or if you want to investigate blob storage api calls, add `fs.azure.storage.client.logging=true` to the `core-site`. This setting will enable the java sdk logs for wasb storage driver and will print each call to blob storage server. Remove the setting after investigations because it could fill up the disk quickly and could slow down the process.
37+
The above logs should provide high-level understanding of the file system operations. If the above logs are still not providing useful information, or if you want to investigate blob storage api calls, add `fs.azure.storage.client.logging=true` to the `core-site`. This setting will enable the Java sdk logs for wasb storage driver and will print each call to blob storage server. Remove the setting after investigations because it could fill up the disk quickly and could slow down the process.
3838

3939
If the backend is Azure Data Lake based, then use the following log4j setting for the component(for example, spark/tez/hdfs):
4040

0 commit comments

Comments
 (0)