You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Guodong Xu (JIRA)" <ji...@apache.org> on 2018/11/23 06:29:00 UTC

[jira] [Created] (BIGTOP-3102) docker-hadoop.sh WARNING: The scale command is deprecated

Guodong Xu created BIGTOP-3102:
----------------------------------

             Summary: docker-hadoop.sh WARNING: The scale command is deprecated
                 Key: BIGTOP-3102
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3102
             Project: Bigtop
          Issue Type: Bug
          Components: docker
    Affects Versions: 1.2.1, 1.3.0
            Reporter: Guodong Xu


When running docker-hadoop.sh to create a virtual Hadoop cluster on top of Docker containers, there is a warning message:

WARNING: The scale command is deprecated. Use the up command with the --scale flag instead.

Checking the shell file, the warning is spit out by docker-compose. There is a suggestion from docker-compose official website to modify it using 'up':

[https://docs.docker.com/compose/reference/scale/]

 

This patch fix made this update. And verified using Arm aarch64.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)