liuxunorg opened a new pull request #94: SUBMARINE-294. Unified package named submarine URL: https://github.com/apache/submarine/pull/94 ### What is this PR for? 1. Now many submarine modules, the generated jar package, is not submarine as the prefix of the package name, it is not easy to distinguish when packaged and released. So you need to use submarine as a prefix for the package name. 2. Refactoring submarine-dist module ### What type of PR is it? Refactoring ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/SUBMARINE-294 ### How should this be tested? * [](https://travis-ci.org/liuxunorg/submarine) ### Screenshots (if appropriate) ``` |____bin | |____common.sh | |____submarine-daemon.sh | |____submarine-env.sh | |____webapps |____conf | |____log4j.properties | |____log4j.properties.template | |____submarine-env.sh.template | |____submarine-site.xml | |____submarine-site.xml.template |____lib | |____interpreter | | |____python | | | |____submarine-python-interpreter-0.3.0-SNAPSHOT-shade.jar | | |____spark | | | |____scala-2.11 | | | | |____spark-scala-2.11-0.9.0-SNAPSHOT.jar | | | |____submarine-spark-interpreter-0.3.0-SNAPSHOT-shade.jar | |____j2objc-annotations-1.1.jar | |____submarine-client-0.3.0-SNAPSHOT.jar | |____submarine-commons-cluster-0.3.0-SNAPSHOT.jar | |____submarine-commons-runtime-0.3.0-SNAPSHOT.jar | |____submarine-commons-utils-0.3.0-SNAPSHOT.jar | |____submarine-server-core-0.3.0-SNAPSHOT.jar | |____submitter | | |____submarine-submitter-k8s-0.3.0-SNAPSHOT.jar | | |____submarine-submitter-yarn-0.3.0-SNAPSHOT.jar | | |____tony-core-0.3.21.jar | |____validation-api-1.1.0.Final.jar | |____websocket-servlet-9.4.18.v20190429.jar |____LICENSE |____licenses | |____LICENSE-asm.txt | |____LICENSE-slf4j.txt | |____LICENSE-tony.txt |____NOTICE |____submarine-all-0.3.0-SNAPSHOT-hadoop-2.9.jar |____workbench-web.war ``` ### 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
