Skip to content

Commit

Permalink
Troubleshooting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dstreev committed Sep 21, 2020
1 parent ef015e6 commit 55345d8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions hive-sre/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,21 @@ The number of concurrent processes is controlled by the `parallelism` variable i
sort -k 1 --field-separator="|" loc_scan_missing_dirs.md > loc_scan_missing_dirs_sorted.txt
```

## Troubleshooting

### Kerberos Connectivity Issues

Add Kerberos Java debugging parameters to the commandline.

```
hive-sre -Dsun.security.krb5.debug=true u3 -o sre-out
hive-sre -Dsun.security.krb5.debug=true sre -o sre-out
```

or

```
hive-sre-cli -Dsun.security.krb5.debug=true
```


0 comments on commit 55345d8

Please sign in to comment.