[
https://issues.apache.org/jira/browse/SUBMARINE-330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wanqiang Ji updated SUBMARINE-330:
----------------------------------
Summary: Pack the k8s submitter libs into lib/submitter/k8s (was: Pack the
submitter into plugins path under dist)
As we discussed offline with [~liuxun], [~zhouquan] and [~tangzhankun], don't
need to add the plugins folder, only put the submitter under lib/submitter and
group by the submitter type. Such as:
{code:java}
-- lib
|---- submitter
|-------- k8s
|-------- yarn
|-------- yarnservice{code}
> Pack the k8s submitter libs into lib/submitter/k8s
> --------------------------------------------------
>
> Key: SUBMARINE-330
> URL: https://issues.apache.org/jira/browse/SUBMARINE-330
> Project: Apache Submarine
> Issue Type: Sub-task
> Components: Build
> Reporter: Wanqiang Ji
> Assignee: Wanqiang Ji
> Priority: Major
>
> Due to the submitter as the plugin under server module, but at now it was
> packaged with other components, so when start server with all submitter libs
> (include dependencies) maybe caused conflicts.
> As the best practice, we'd better split with others in package phase. After
> the dist structure as below:
> {code:java}
> -- submarine-0.3.0-SNAPSHOT
> |---- bin/
> |---- conf/
> |---- lib/
> |---- licenses/
> |---- log/
> |---- plugins/
> |---- LICENSE
> |---- NOTICE
> |---- README
> ...{code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]