[ 
https://issues.apache.org/jira/browse/HDDS-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906953#comment-16906953
 ] 

Hudson commented on HDDS-1914:
------------------------------

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #17115 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/17115/])
HDDS-1914. Ozonescript example docker-compose cluster can't be started 
(aengineer: rev 846848ac4c18175053987416e14533c2a7f76500)
* (edit) hadoop-ozone/dist/src/main/compose/ozonescripts/.ssh/environment
* (edit) hadoop-ozone/dist/src/main/compose/ozonescripts/start.sh
* (edit) hadoop-ozone/dist/src/main/compose/ozonescripts/Dockerfile
* (edit) hadoop-ozone/dist/src/main/compose/ozonescripts/docker-config


> Ozonescript example docker-compose cluster can't be started
> -----------------------------------------------------------
>
>                 Key: HDDS-1914
>                 URL: https://issues.apache.org/jira/browse/HDDS-1914
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>            Reporter: Elek, Marton
>            Assignee: Elek, Marton
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.5.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> the compose/ozonescripts cluster provides an example environment to test the 
> start-ozone.sh and stop-ozone.sh scripts.
> It starts containers with sshd daemon but witout starting the ozone which 
> makes it possible to start those scripts.
> Unfortunately the docker files are broken since:
>  * we switched from debian to centos with the base image
>  * we started to use /etc/hadoop instead of /opt/hadoop/etc/hadoop for 
> configuring the hadoop (workers file should be copied there)
>  * we started to use jdk11 to execute ozone (instead of java8)
> The configuration files should be updated according to these changes. 
> # How to test this patch?
> (1) Do a full build and try to start the ./compose/ozonescripts cluster 
> (check the related README file in the directory):
> ```
> docker-compose up -d
> ```
> (2) start the ozone processes with ./start.sh (from compose/ozonescripts)
> (3) wait and check if om/scm webui are working and you have 1 healthy datanode



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to