This is an automated email from the ASF dual-hosted git repository.
aengineer pushed a commit to branch ozone-0.4.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/ozone-0.4.1 by this push:
new b944b40 HDDS-1799. Add goofyfs to the ozone-runner docker image
b944b40 is described below
commit b944b40e33987a0bb301b2bed4a19ef9dfbb05a2
Author: Márton Elek <[email protected]>
AuthorDate: Tue Jul 16 15:05:56 2019 +0200
HDDS-1799. Add goofyfs to the ozone-runner docker image
Signed-off-by: Anu Engineer <[email protected]>
(cherry picked from commit d70ec4b5fa5644d4acface78b826a2601596e030)
---
hadoop-ozone/dist/pom.xml | 2 +-
hadoop-ozone/dist/src/main/docker/Dockerfile | 4 ----
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/hadoop-ozone/dist/pom.xml b/hadoop-ozone/dist/pom.xml
index 2ec6cc0..4027a68 100644
--- a/hadoop-ozone/dist/pom.xml
+++ b/hadoop-ozone/dist/pom.xml
@@ -28,7 +28,7 @@
<properties>
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
- <docker.ozone-runner.version>20190617-2</docker.ozone-runner.version>
+ <docker.ozone-runner.version>20190717-1</docker.ozone-runner.version>
</properties>
<build>
diff --git a/hadoop-ozone/dist/src/main/docker/Dockerfile
b/hadoop-ozone/dist/src/main/docker/Dockerfile
index 4937c8e..3b0e8fe 100644
--- a/hadoop-ozone/dist/src/main/docker/Dockerfile
+++ b/hadoop-ozone/dist/src/main/docker/Dockerfile
@@ -19,7 +19,3 @@ FROM apache/ozone-runner:@docker.ozone-runner.version@
ADD --chown=hadoop . /opt/hadoop
WORKDIR /opt/hadoop
-
-RUN sudo wget https://os.anzix.net/goofys -O /usr/bin/goofys
-RUN sudo chmod 755 /usr/bin/goofys
-RUN sudo yum install -y fuse
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]