HADOOP-17056. Addendum patch: Fix typo

(cherry picked from commit 5157118bd7)
This commit is contained in:
Akira Ajisaka 2020-06-04 16:34:28 +09:00
parent aa19a2af17
commit 59e7275beb
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ RUN curl -L -s -S \
###
ENV MAVEN_OPTS -Xms256m -Xmx1536m
# Skip gpg verification when downlonading Yetus via yetus-wrapper
# Skip gpg verification when downloading Yetus via yetus-wrapper
ENV HADOOP_SKIP_YETUS_VERIFICATION true
###