liuxunorg commented on a change in pull request #116: SUBMARINE-306 Add some steps of creating a image of mini-submarine. URL: https://github.com/apache/submarine/pull/116#discussion_r352149176
########## File path: dev-support/mini-submarine/README.md ########## @@ -31,8 +31,21 @@ docker pull hadoopsubmarine/mini-submarine:0.3.0-SNAPSHOT #### Create image by yourself > You may need a VPN if your network is limited +1.Clone the source code of Submarine +``` +git clone https://github.com/apache/submarine.git +``` + +2.Build Submarine +``` +cd ./submarine +mvn clean install package -DskipTests +``` +3.Build image of mini-submarine +> You can pre-download these three kind of compressed file in the same file for building : zookeeper-3.4.14.tar.gz , hadoop-2.9.2.tar.gz , spark-2.4.4-bin-hadoop2.7.tgz Review comment: Download in advance, where can I download it? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
