You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,11 @@ yum install krb5-libs
50
50
brew install krb5
51
51
```
52
52
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
+
53
58
## Supported HDFS Settings
54
59
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:
0 commit comments