You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2020/06/04 07:35:47 UTC

[hadoop] branch branch-3.3 updated: HADOOP-17056. Addendum patch: Fix typo

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 9cfc0e5  HADOOP-17056. Addendum patch: Fix typo
9cfc0e5 is described below

commit 9cfc0e50fa9059b091546826ddabd1dfd257922e
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Thu Jun 4 16:34:28 2020 +0900

    HADOOP-17056. Addendum patch: Fix typo
    
    (cherry picked from commit 5157118bd7f3448949da885e323c163828c35aee)
---
 dev-support/docker/Dockerfile         | 2 +-
 dev-support/docker/Dockerfile_aarch64 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index b1a0982..e16fed1 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -209,7 +209,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
 
 ###
diff --git a/dev-support/docker/Dockerfile_aarch64 b/dev-support/docker/Dockerfile_aarch64
index 00f53ae..d0cfa5a 100644
--- a/dev-support/docker/Dockerfile_aarch64
+++ b/dev-support/docker/Dockerfile_aarch64
@@ -218,7 +218,7 @@ RUN mkdir -p /opt/phantomjs \
 ###
 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
 
 ###


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org