Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support spark local mode with multiple threads #1675

Merged

Conversation

tobegit3hub
Copy link
Collaborator

@tobegit3hub tobegit3hub added this to the v0.5 milestone Apr 21, 2022
@tobegit3hub tobegit3hub self-assigned this Apr 21, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Apr 21, 2022

SDK Test Report

  73 files    73 suites   7m 26s ⏱️
173 tests 170 ✔️ 3 💤 0
213 runs  210 ✔️ 3 💤 0

Results for commit 52720a3.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 21, 2022

Linux Test Report

       56 files       185 suites   1h 5m 30s ⏱️
  8 384 tests   8 376 ✔️ 8 💤 0
12 300 runs  12 292 ✔️ 8 💤 0

Results for commit 52720a3.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Apr 21, 2022

Codecov Report

Merging #1675 (52720a3) into main (179f3a1) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff            @@
##               main    #1675   +/-   ##
=========================================
  Coverage     67.83%   67.83%           
  Complexity      323      323           
=========================================
  Files           609      609           
  Lines        118622   118680   +58     
  Branches       1000     1004    +4     
=========================================
+ Hits          80471    80512   +41     
- Misses        37944    37961   +17     
  Partials        207      207           
Impacted Files Coverage Δ
...openmldb/taskmanager/config/TaskManagerConfig.java 0.00% <0.00%> (ø)
...m/openmldb/taskmanager/spark/SparkJobManager.scala 0.00% <0.00%> (ø)
...s/query_response_time/deploy_query_response_time.h 81.25% <0.00%> (-18.75%) ⬇️
src/sdk/db_sdk.h 91.42% <0.00%> (-5.24%) ⬇️
...atistics/query_response_time/query_response_time.h 78.26% <0.00%> (-4.35%) ⬇️
.../query_response_time/deploy_query_response_time.cc 97.10% <0.00%> (-2.90%) ⬇️
hybridse/src/vm/catalog_wrapper.h 45.25% <0.00%> (-1.30%) ⬇️
src/catalog/sdk_catalog.cc 74.00% <0.00%> (-1.00%) ⬇️
src/catalog/tablet_catalog.cc 69.76% <0.00%> (-0.90%) ⬇️
hybridse/src/vm/sql_compiler.cc 79.91% <0.00%> (-0.86%) ⬇️
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 179f3a1...52720a3. Read the comment docs.

@github-actions github-actions bot added the task-manager openmldb taskmanager label Apr 24, 2022
@tobegit3hub tobegit3hub merged commit 75d9e34 into 4paradigm:main Apr 26, 2022
@lumianph lumianph mentioned this pull request May 13, 2022
39 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task-manager openmldb taskmanager
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Spark master as local[*] in TaskManager
4 participants