Skip to content

Commit 2b9f911

Browse files
authored
Merge pull request #104766 from dagiro/ts_hdfs5
ts_hdfs5
2 parents 76d0523 + dbb31e0 commit 2b9f911

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: hrasheed
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: troubleshooting
9-
ms.date: 02/07/2020
9+
ms.date: 02/18/2020
1010
---
1111

1212
# Debug WASB file operations in Azure HDInsight
@@ -21,19 +21,17 @@ A produced log will look similar to:
2121

2222
## Turn on WASB debug log for file operations
2323

24-
1. From a web browser, navigate to `https://CLUSTERNAME.azurehdinsight.net`, where `CLUSTERNAME` is the name of your Spark cluster.
24+
1. From a web browser, navigate to `https://CLUSTERNAME.azurehdinsight.net/#/main/services/SPARK2/configs`, where `CLUSTERNAME` is the name of your Spark cluster.
2525

26-
1. Navigate to **Spark2** > **Configs** > **advanced spark2-log4j-properties**.
26+
1. Navigate to **advanced spark2-log4j-properties**.
2727

28-
1. Modify `log4j.appender.console.Threshold=INFO` to `log4j.appender.console.Threshold=DEBUG`.
28+
1. Modify `log4j.appender.console.Threshold=INFO` to `log4j.appender.console.Threshold=DEBUG`.
2929

30-
1. Navigate to **Advanced livy2-log4j-properties**.
30+
1. Add `log4j.logger.org.apache.hadoop.fs.azure.NativeAzureFileSystem=DEBUG`.
3131

32-
1. Add the following property:
32+
1. Navigate to **Advanced livy2-log4j-properties**.
3333

34-
```
35-
log4j.logger.org.apache.hadoop.fs.azure.NativeAzureFileSystem=DEBUG
36-
```
34+
Add `log4j.logger.org.apache.hadoop.fs.azure.NativeAzureFileSystem=DEBUG`.
3735

3836
1. Save changes.
3937

0 commit comments

Comments
 (0)