Skip to content

Commit cfe3a0d

Browse files
committed
Adding intial checkin for notebook with required files.
1 parent 9e5be79 commit cfe3a0d

6 files changed

Lines changed: 324 additions & 0 deletions

File tree

Binary file not shown.
Binary file not shown.

samples/notebooks/hdfs-kerberos-tester/hdfs-kerberos-tester.ipynb

Lines changed: 305 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Client {
2+
com.sun.security.auth.module.Krb5LoginModule required
3+
useTicketCache=false;
4+
};
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{change the password}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
This tool can be used to troubleshoot hdfs kerberos connections. This tool requires azure data studio tool and around 40 MB space on hard disk.
3+
4+
1. Download all the content in this folder to your local machine.
5+
6+
2. Open the Azure Data Studio.
7+
8+
3. In Azure Data studio -> File -> Open File -> choose hdfs-kerberos-tester.ipynb and click open
9+
10+
4. It should open the Notebook.
11+
12+
5. Choose Python3 as kernel.
13+
14+
6. Click on all RunCells button in Notebook.

0 commit comments

Comments
 (0)