liuxunorg opened a new pull request #93: SUBMARINE-292. Merge workbench server 
into submarine server
URL: https://github.com/apache/submarine/pull/93
 
 
   ### What is this PR for?
   Now submarine has 2 services, submarine server and workbench server. These 
two services have no conflicts.
   Originally divided into two services, it is for the development of 
sub-modules, easy to develop.
   But this way
   1. Users need to maintain two service processes, which increases the cost of 
use and maintenance of users and administrators.
   2. Because we need to be able to run the service on multiple resource 
scheduling systems(YARN/K8s/Docker), the two services create the complexity of 
the launcher module.
   So, now the service in the workbench server is migrated to the submarine 
server. But the code for the workbench server remains the same.
   
   
   ### What type of PR is it?
   Refactoring
   
   ### Todos
   * [ ] - Task
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/SUBMARINE-292
   
   ### How should this be tested?
   * [CI Pass](https://travis-ci.org/liuxunorg/submarine/builds/613280558)
   
   ### Screenshots (if appropriate)
   ```
   |____bin
   | |____common.sh
   | |____submarine-daemon.sh
   | |____submarine-env.sh
   |____commons-runtime-0.3.0-SNAPSHOT.jar
   |____conf
   | |____log4j.properties
   | |____log4j.properties.template
   | |____submarine-env.sh.template
   | |____submarine-site.xml
   | |____submarine-site.xml.template
   |____lib
   | |____bcpg-jdk15on-1.61.jar
   | |____bcpkix-jdk15on-1.61.jar
   | |____hk2-utils-2.5.0-b42.jar
   | |____interpreter
   | | |____python
   | | | |____python-interpreter-0.3.0-SNAPSHOT-shade.jar
   | | |____spark
   | | | |____scala-2.11
   | | | | |____spark-scala-2.11-0.9.0-SNAPSHOT.jar
   | | | |____spark-interpreter-0.3.0-SNAPSHOT-shade.jar
   | |____j2objc-annotations-1.1.jar
   | |____jackson-annotations-2.9.10.jar
   | |____websocket-server-9.4.18.v20190429.jar
   | |____workbench
   | | |____workbench-web.war
   |____LICENSE
   |____licenses
   | |____LICENSE-asm.txt
   | |____LICENSE-hamcrest.txt
   | |____LICENSE-slf4j.txt
   | |____LICENSE-tony.txt
   |____logs
   | |____submarine.log
   |____NOTICE
   |____server
   |____submarine-all-0.3.0-SNAPSHOT-hadoop-2.9.jar
   |____submarine-client-0.3.0-SNAPSHOT.jar
   |____submitter-yarn-0.3.0-SNAPSHOT.jar
   |____tony-core-0.3.21.jar
   ```
   
   
   ### Questions:
   * Does the licenses files need update? Yes/No
   * Is there breaking changes for older versions? Yes/No
   * Does this needs documentation? Yes/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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to