Skip to content

Commit 0c1dcbc

Browse files
committed
Update sections/kerberos_the_madness.md
1 parent e6b0eae commit 0c1dcbc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sections/kerberos_the_madness.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Hadoop and Kerberos: The Madness beyond the Gate
2+
# Hadoop and Kerberos: The Madness Beyond the Gate
33

44

55
Authors:
@@ -27,13 +27,14 @@ And forever more, we shall fear those voices calling out to us in the night, the
2727
| Unhuman entities oblivious to humanity | Kerberos Domain Controller |
2828
| Books whose reading will drive the reader insane | IETF RFC 4120 |
2929
| Entities which are never spoken of aloud | UserGroupInformation |
30+
| People driven insane by their knowledge | You |
3031

3132

3233
This documents contains the notes from previous people who have delved too deep into the mysteries of Hadoop and Kerberos, who have read the forbidden source code, maybe who have even contributed to it. If you wish to preserve your innocence, to view the world as a place of happiness: stop now.
3334

3435
## Disclaimer
3536

36-
This document is a collection of notes based on the experience of the author. There are no guarantees that any of the information contained within was correct at the time of writing, let alone the time of reading. The author does not accept any responsibility for actions made on the basis of the information contained herein, be it correct or or incorrect.
37+
This document is a collection of notes based on the experience of the author. There are no guarantees that any of the information contained within was correct at the time of writing, let alone the time of reading. The author does not accept any responsibility for actions made on the basis of the information contained herein, be it correct or incorrect.
3738

3839
The reader of this document is likely to leave with some basic realisation that Kerberos, while important, is an uncontrolled force of suffering and devastation. The author does not accept any responsibility for the consequences of such knowledge.
3940

@@ -112,7 +113,7 @@ security: the authentication and authentication comes first. Encryption adds a n
112113
secure key management, as well as the inevitable performance overhead. It also complicates
113114
some aspects of HDFS use.
114115

115-
Data stored in HDFS by applications is implicitly encrypted. However applications like
116+
Data stored in HDFS by applications is implicitly encrypted. However, applications like
116117
Hive have had to be reworked to ensure
117118
that when making queries across encrypted datasets, temporary data files are also stored
118119
in the same encryption zone, to stop the intermediate data being stored unencrypted.

0 commit comments

Comments
 (0)