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 GitBox <gi...@apache.org> on 2019/10/17 16:38:26 UTC

[GitHub] [hadoop-submarine] liuxunorg opened a new pull request #53: SUBMARINE-246. Submarine cluster module

liuxunorg opened a new pull request #53: SUBMARINE-246. Submarine cluster module
URL: https://github.com/apache/hadoop-submarine/pull/53
 
 
   ### What is this PR for?
   The Submarine system contains a total of two Server services, Submarine Server and Workbench Server, which are long-running in the form of Daemon.
   
   Among them, Submarine Server mainly provides job submission, job scheduling, job status monitoring, and model online service for Submarine.
   
   Workbench Server is mainly for Submarine Workbench WEB is mainly for algorithm users to provide algorithm development, Python/Spark interpreter operation and other services through Notebook.
   
   The goal of the Submarine project is to provide high availability and high reliability services for big data processing, algorithm development, job scheduling, job scheduling, model online services, model batch and incremental updates. In addition to the high availability of big data and machine learning frameworks, the high availability of Submarine Server and Workbench Server itself is a key consideration.
   
   Design Doc: https://docs.google.com/document/d/1Ax6FQ5CAP-jowm2_Mp2r5kc9r7s1bkFLRfzvvbm5Wzc/edit#
   
   ### What type of PR is it?
   [Feature]
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/SUBMARINE-246
   
   ### How should this be tested?
   * ClusterMultiNodeTest.java
   * [CI Pass](https://travis-ci.org/liuxunorg/hadoop-submarine/builds/599231112)
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the licenses files need update?  No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services