You are viewing a plain text version of this content. The canonical link for it is here.
Posted to submarine-dev@hadoop.apache.org by "Zhankun Tang (JIRA)" <ji...@apache.org> on 2019/07/22 09:07:00 UTC

[jira] [Updated] (SUBMARINE-95) Add Docker image for developers and beginners to try submarine in one container

     [ https://issues.apache.org/jira/browse/SUBMARINE-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhankun Tang updated SUBMARINE-95:
----------------------------------
    Summary: Add Docker image for developers and beginners to try submarine in one container  (was: Add Dockerfile for developers and beginners to try submarine in one container)

> Add Docker image for developers and beginners to try submarine in one container
> -------------------------------------------------------------------------------
>
>                 Key: SUBMARINE-95
>                 URL: https://issues.apache.org/jira/browse/SUBMARINE-95
>             Project: Hadoop Submarine
>          Issue Type: Improvement
>            Reporter: Zhankun Tang
>            Assignee: Zhankun Tang
>            Priority: Major
>
> Our users may be new to Hadoop. And many of our developers are not willing to set up hadoop and maintain it. I propose a docker image dedicated for try/develop submarine in one container.
> The image contains vanilla Hadoop, spark and submarine. When running, below commands can give a sense of how it's like:
>  
> {code:java}
> build_submarine_dev_env.sh
> docker run -it -h submarine-dev --net=bridge --privileged local/hadoop-docker:submarine /bin/bash
> su yarn && cd && cd submarine && ./run_submarine_minist_tony.sh{code}
>  



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