[
https://issues.apache.org/jira/browse/HADOOP-18682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890801#comment-17890801
]
ASF GitHub Bot commented on HADOOP-18682:
-----------------------------------------
adoroszlai commented on code in PR #6483:
URL: https://github.com/apache/hadoop/pull/6483#discussion_r1805920692
##########
hadoop-common-project/hadoop-common/src/site/markdown/HadoopDocker.md:
##########
@@ -0,0 +1,63 @@
+<!---
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License. See accompanying LICENSE file.
+-->
+
+## Hadoop Docker
+
+### Official releases
+
+There are special branches for running specific hadoop version in docker.
+These branches, use the files from official hadoop releases for running hadoop
inside the containers.
+
+E.g.
+*
[docker-hadoop-runner-latest](https://github.com/apache/hadoop/tree/docker-hadoop-runner-latest)
+*
[docker-hadoop-runner-jdk11](https://github.com/apache/hadoop/tree/docker-hadoop-runner-jdk11)
+*
[docker-hadoop-runner-jdk8](https://github.com/apache/hadoop/tree/docker-hadoop-runner-jdk8)
+*
[docker-hadoop-runner](https://github.com/apache/hadoop/tree/docker-hadoop-runner)
Review Comment:
nit: `docker-hadoop-runner*` images are not related to any specific Hadoop
version. They are just the base images for running any Hadoop version.
> Move hadoop docker scripts under the main source code
> -----------------------------------------------------
>
> Key: HADOOP-18682
> URL: https://issues.apache.org/jira/browse/HADOOP-18682
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Ayush Saxena
> Assignee: Christos Bisias
> Priority: Major
> Labels: pull-request-available
>
> Exploratory:
> Coming from https://github.com/apache/hadoop/pull/5514
> We have docker scripts maintained in a different branch. We can explore them
> to have as part of dev-support in our main source code.
> They can be used for new users to try the code without the headache of
> building and doing crazy stuff, and can help in dev testing as well
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]