Skip to content

Commit 0cb43f2

Browse files
authored
Update readme.md
1 parent f3bab6b commit 0cb43f2

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

samples/manage/hdfs-kerberos-tester/readme.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@ This tool will assist in ruling out non-SQL Server issues, to help you concentra
55
- Username/password misconfigurations
66
- Cluster Kerberos setup misconfigurations
77

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.
8+
## Prerequisites
9+
This tool is completely independent from SQL Server. It is available as a Jupyter Notebook, and requires:
10+
11+
- SQL Server 2016 RTM CU6 / SQL Server 2016 SP1 CU3 / SQL Server 2017 or higher with PolyBase installed
12+
- A Hadoop cluster (Cloudera or Hortonworks) secured with Kerberos (Active Directory or MIT)
13+
- Azure Data Studio
14+
- Around 40 MB of hard disk space
915

1016
## Instructions
1117
1. Download all the content in this location to your local machine. Please make sure all these files are co-located in same folder.
1218

13-
2. Open the Azure Data Studio.
19+
2. Open Azure Data Studio.
1420

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.
21+
3. In Azure Data studio click the **File** top menu -> **Open File** -> and navigate to the folder where you saved the `hdfs-kerberos-tester.ipynb` file. Choose the `hdfs-kerberos-tester.ipynb` file and click open.
1622

17-
4. After the Notebook has loaded, choose **Python3** as kernel.
23+
4. After the Notebook has loaded, choose **Python3** as kernel. For more information on using NOtebooks with the Python kernel, see [Configure Python for Notebooks](https://docs.microsoft.com/sql/azure-data-studio/sql-notebooks#configure-python-for-notebooks).
1824

1925
5. Click on all **RunCells** button in the Notebook and follow instruction in the Notebook.

0 commit comments

Comments
 (0)