linkis icon indicating copy to clipboard operation
linkis copied to clipboard

Feat merge ecp to manager

Open jackxu2011 opened this issue 3 years ago • 1 comments

What is the purpose of the change

Now there are too many Linkis services, and ECP is responsible for managing the materials of EngineConn. As a management service, it is better to merge it into the LinkisManager service. 现在Linkis服务过多,而ECP负责管理EngineConn的物料,作为管理服务,建议合并到LinkisManager服务更好

Related issues/PRs

Related issues: #3466

Brief change log

  • merge the ecp to linkismanager
  • modify the install shell

Checklist

  • [x] I have read the Contributing Guidelines on pull requests.
  • [x] I have explained the need for this PR and the problem it solves
  • [ ] I have explained the changes or the new features added to this PR
  • [ ] I have added tests corresponding to this change
  • [ ] I have updated the documentation to reflect this change
  • [ ] I have verified that this change is backward compatible (If not, please discuss on the Linkis mailing list first)
  • [ ] If this is a code change: I have written unit tests to fully verify the new behavior.

jackxu2011 avatar Sep 20 '22 08:09 jackxu2011

Codecov Report

Merging #3476 (e9d63bd) into dev-1.3.1 (88ddb19) will decrease coverage by 0.02%. The diff coverage is 0.00%.

@@               Coverage Diff               @@
##             dev-1.3.1    #3476      +/-   ##
===============================================
- Coverage        14.32%   14.29%   -0.03%     
+ Complexity        1524     1523       -1     
===============================================
  Files             1032     1032              
  Lines            38177    38197      +20     
  Branches          5372     5375       +3     
===============================================
- Hits              5469     5461       -8     
- Misses           31974    32003      +29     
+ Partials           734      733       -1     
Impacted Files Coverage Δ
.../src/main/scala/org/apache/linkis/rpc/Sender.scala 0.00% <0.00%> (ø)
.../org/apache/linkis/rpc/conf/RPCConfiguration.scala 0.00% <0.00%> (ø)
...n/scala/org/apache/linkis/rpc/utils/RPCUtils.scala 0.00% <0.00%> (ø)
.../queue/parallelqueue/ParallelConsumerManager.scala 19.35% <0.00%> (-12.91%) :arrow_down:
...r/engineplugin/python/executor/PythonSession.scala 58.91% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Sep 20 '22 09:09 codecov[bot]