You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Anu Engineer (Jira)" <ji...@apache.org> on 2019/08/21 20:28:00 UTC

[jira] [Created] (HDDS-2005) Local Multi-Container Cluster Example generates spurious lines in the config

Anu Engineer created HDDS-2005:
----------------------------------

             Summary: Local Multi-Container Cluster Example generates spurious lines in the config
                 Key: HDDS-2005
                 URL: https://issues.apache.org/jira/browse/HDDS-2005
             Project: Hadoop Distributed Data Store
          Issue Type: Sub-task
          Components: om
            Reporter: Anu Engineer


The instructions in our 
 # [Home|http://localhost:1313/]
 ## [Getting Started|http://localhost:1313/start.html]
 ### Simple Single Ozone 

says that the user can generate a local multi-container cluster using the following commands.
{code:java}

docker run apache/ozone cat docker-compose.yaml > docker-compose.yaml
docker run apache/ozone cat docker-config > docker-config

{code}
However, running these commands on *Docker version 19.03.1, build 74b1e89* on Mac generates configs with these spurious lines first lines in both docker-compose.yaml and docker-config.
{noformat}
Setting up environment!
 {noformat}
 

This causes the failure when you do a docker-compose up -d.

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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