Zhankun Tang created SUBMARINE-95:
-------------------------------------
Summary: Add Dockerfile 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
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)