Skip to content

Commit d92f63e

Browse files
committed
a new error
1 parent b6c1168 commit d92f63e

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ or the YARN scheduler starting to summon pre-human deities.
3636
1. This is a work in progress book designed to built using the [gitbook tool chain](https://github.com/GitbookIO/gitbook).
3737

3838
1. It is hosted on [github](https://github.com/steveloughran/kerberos_and_hadoop).
39+
Pull requests are welcome.
3940

4041
1. All the content is Apache licensed.
4142

@@ -44,6 +45,6 @@ contract with [Hortonworks](http://hortonworks.com/) then issues related to Kerb
4445
eventually reach the author. Otherwise: try
4546

4647
- [Hortonworks Answerhub](https://community.hortonworks.com/answers/index.html)
47-
- The users mailing list of Apache Hadoop, the application and you are using on top of it
48+
- The users mailing list of Apache Hadoop, the application and you are using on top of it.
4849
- [Stack Overflow](http://stackoverflow.com/search?q=hadoop+kerberos).
4950

sections/acknowledgements.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@
1919
However, our best praise, our greatest appreciation, has to go to everyone who added logging statements in the Hadoop codepath.
2020

2121
Some of the content in this document was copied from a 2013 presentation by Kevin Minder.
22+
23+
## contributors to this document
24+
25+
* Samson Scharfrichter

sections/errors.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,3 +443,10 @@ javax.security.sasl.SaslException: DIGEST-MD5: No common protection layer betwee
443443
at java.lang.reflect.Method.invoke(Method.java:497)
444444
```
445445

446+
## On windows: `No authority could be contacted for authentication`
447+
448+
Reported on windows clients, especially related to the Hive ODBC client. This is kerberos, just
449+
someone else's library.
450+
451+
1. Make sure that your system is happy in the AD realm, etc. Do this first.
452+
1. Make sure you've configured the ODBC driver [according to the instructions](http://hortonworks.com/wp-content/uploads/2013/04/Hortonworks-Hive-ODBC-Driver-User-Guide.pdf).

0 commit comments

Comments
 (0)