Skip to content

Commit 225e9a6

Browse files
authored
Update readme
1 parent 680f69a commit 225e9a6

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

  • samples/manage/hdfs-kerberos-tester
Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
This tool can be used to troubleshoot HDFS Kerberos connections for PolyBase, when you experience HDFS Kerberos failure while creating an external table in a Kerberos secured HDFS cluster. This tool helps identify the following issues:
2-
i. Username/password misconfigurations
3-
ii. Cluster Kerberos setup misconfigurations
1+
# HDFS Kerberos Tester
2+
Use the HDFS Kerberos tester to troubleshoot HDFS Kerberos connections for PolyBase, when you experience HDFS Kerberos failure while creating an external table in a Kerberos secured HDFS cluster.
43

5-
6-
7-
This tool is completely independent from SQL Server, and can assist in ruling out non-SQL Server issues, and concentrate on resolving HDFS Kerberos setup issues. This tool requires Azure Data Studio and around 40 MB of hard disk space.
4+
This tool will assist in ruling out non-SQL Server issues, to help you concentrate on resolving HDFS Kerberos setup issues, nanely identifying the following issues:
5+
- Username/password misconfigurations
6+
- Cluster Kerberos setup misconfigurations
87

9-
8+
This tool is completely independent from SQL Server. It is available as a Jupyter Notebook, requires Azure Data Studio, and around 40 MB of hard disk space.
109

11-
1. Download all the content in this location to your local machine. Please make sure all these files are co-existed in same folder.
10+
## Instructions
11+
1. Download all the content in this location to your local machine. Please make sure all these files are co-located in same folder.
1212

1313
2. Open the Azure Data Studio.
1414

15-
3. In Azure Data studio goto -> File -> Open File -> go to the folder where hdfs-kerberos-tester.ipynb exist, choose hdfs-kerberos-tester.ipynb and click open
16-
17-
4. It should open the Notebook.
15+
3. In Azure Data studio click the **File** top menu -> **Open File** -> navigate to the folder where you saved the hdfs-kerberos-tester.ipynb. Choose hdfs-kerberos-tester.ipynb and click open.
1816

19-
5. Choose Python3 as kernel.
17+
4. After the Notebook has loaded, choose **Python3** as kernel.
2018

21-
6. Click on all RunCells button in Notebook and follow instruction in notebook.
19+
5. Click on all **RunCells** button in the Notebook and follow instruction in the Notebook.

0 commit comments

Comments
 (0)