Skip to content

Commit 13f9411

Browse files
authored
fix a typo in advancedSkills.md (andkret#104)
* Fix a typo * Fix a typo in 03-AdvancedSkills.md from written about "tis" eco system to written about "its" eco system
1 parent 8347b69 commit 13f9411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎sections/03-AdvancedSkills.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ times, because it would just override the existing one.
738738
The second streaming method is at most once. At most once means that
739739
it's okay to drop some information, to drop some messages.
740740

741-
But it's important that a message is only only processed once as a
741+
But it's important that a message is only processed once as a
742742
maximum.
743743

744744
A example for this is event processing. Some event is happening and that
@@ -1009,7 +1009,7 @@ resources with YARN.
10091009

10101010
However, Hadoop is more than just storage, analytics and resource
10111011
management. There's a whole eco system of tools around the Hadoop core.
1012-
I've written about tis eco system in this article: [missing](missing)
1012+
I've written about its eco system in this article: [missing](missing)
10131013
What is Hadoop and why is it so freakishly popular. You should check it
10141014
out as well.
10151015

0 commit comments

Comments
 (0)