Skip to content

Commit 7b0a2ef

Browse files
add how to install Kerberos in Windows system (#170)
--------- Co-authored-by: Adam Binford <adamq43@gmail.com>
1 parent c4dc031 commit 7b0a2ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ yum install krb5-libs
5050
brew install krb5
5151
```
5252

53+
#### WIndows
54+
Download and install the Microsoft Kerberos package from https://web.mit.edu/kerberos/dist/
55+
56+
Copy the `<INSTALL FOLDER>\MIT\Kerberos\bin\gssapi64.dll` file to a folder in %PATH% and change the name to `gssapi_krb5.dll`
57+
5358
## Supported HDFS Settings
5459
The client will attempt to read Hadoop configs `core-site.xml` and `hdfs-site.xml` in the directories `$HADOOP_CONF_DIR` or if that doesn't exist, `$HADOOP_HOME/etc/hadoop`. Currently the supported configs that are used are:
5560
- `fs.defaultFS` - Client::default() support

0 commit comments

Comments
 (0)