Skip to content

Commit 0fb3949

Browse files
committed
remove smiley :P
1 parent ee2fb2b commit 0fb3949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/concepts/pages/service-exposition.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Some products require information about their external accessibility.
2222
This is e.g. important for HDFS, where the namenode keeps track of which datanode serves which block. Another case is Kafka, where it is required for client bootstrapping.
2323
A common use case is an HDFS client connecting to a namenode in order to read block 42. Therefore, the namenode needs to know which datanode is serving block 42. The namenode then responds with the IP or hostname of the datanode containing that block 42.
2424
For that to work, the datanode needs to know it's external address on startup and tell it the namenode.
25-
(And yes, we needed to patch Hadoop source-code for that ;))
25+
(And yes, we needed to patch the Hadoop sourcecode for that)
2626

2727
The {listener-operator}[listener-operator] runs as CSI driver (same as the {secret-operator}[secret-operator]) and places files inside the CSI volume, which tell the tool how it is reachable.
2828

0 commit comments

Comments
 (0)