|
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. |
4 | 3 |
|
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 |
8 | 7 |
|
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. |
10 | 9 |
|
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. |
12 | 12 |
|
13 | 13 | 2. Open the Azure Data Studio. |
14 | 14 |
|
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. |
18 | 16 |
|
19 | | -5. Choose Python3 as kernel. |
| 17 | +4. After the Notebook has loaded, choose **Python3** as kernel. |
20 | 18 |
|
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