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

[GIE] Reorganize executor package by incorporating GAIA into GIE #1883

Merged
merged 36 commits into from
Aug 1, 2022
Merged

[GIE] Reorganize executor package by incorporating GAIA into GIE #1883

merged 36 commits into from
Aug 1, 2022

Conversation

BingqingLyu
Copy link
Collaborator

@BingqingLyu BingqingLyu commented Jul 25, 2022

What do these changes do?

Reorganize executor package by moving GAIA from the research directory into interactive_engine, including reorganizing packages in a more reasonable way, removing unused packages, etc.

Related issue number

#1677

@BingqingLyu BingqingLyu marked this pull request as draft July 25, 2022 11:16
@BingqingLyu BingqingLyu changed the title [Draft] GIE reorg [Draft] GIE Reorg Jul 25, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2022

Codecov Report

Merging #1883 (d940bee) into main (a33b179) will increase coverage by 20.98%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #1883       +/-   ##
===========================================
+ Coverage   43.81%   64.80%   +20.98%     
===========================================
  Files          89       89               
  Lines        9804     9804               
===========================================
+ Hits         4296     6353     +2057     
+ Misses       5508     3451     -2057     
Impacted Files Coverage Δ
...aphscope/tests/kubernetes/test_resource_builder.py 0.00% <0.00%> (-100.00%) ⬇️
...on/graphscope/tests/kubernetes/test_demo_script.py 0.00% <0.00%> (-91.75%) ⬇️
python/graphscope/deploy/kubernetes/utils.py 11.90% <0.00%> (-57.62%) ⬇️
python/graphscope/tests/unittest/test_java_app.py 49.33% <0.00%> (-50.67%) ⬇️
python/graphscope/deploy/kubernetes/cluster.py 23.55% <0.00%> (-50.20%) ⬇️
python/graphscope/analytical/app/java_app.py 24.24% <0.00%> (-44.95%) ⬇️
...thon/graphscope/tests/kubernetes/test_with_mars.py 0.00% <0.00%> (-44.83%) ⬇️
python/graphscope/interactive/query.py 41.12% <0.00%> (-38.71%) ⬇️
...n/graphscope/deploy/kubernetes/resource_builder.py 30.59% <0.00%> (-25.95%) ⬇️
python/graphscope/client/rpc.py 76.85% <0.00%> (-12.97%) ⬇️
... and 45 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 a33b179...d940bee. Read the comment docs.

@BingqingLyu BingqingLyu changed the title [Draft] GIE Reorg [GIE] Reorganize executor package by incorporating GAIA into GIE Jul 28, 2022
@BingqingLyu BingqingLyu marked this pull request as ready for review July 28, 2022 08:17

- name: Build Ir on Groot Store
run: |
source ${HOME}/.bashrc
cd ${GITHUB_WORKSPACE}/interactive_engine
mvn clean install -DskipTests -Pv2 -Drust.compile.mode=debug --quiet
mvn clean install -DskipTests -Pv2 -Drust.compile.mode=release --quiet
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change the mode to release.
I think it's ok to use debug mode in CI environment and it can speed up the compiling.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug mode can speed up compiling, but result in slow testing.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So which one is faster? debug compile + run or release compile + run?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like release compile + run is faster

@BingqingLyu BingqingLyu marked this pull request as draft July 28, 2022 08:39
@BingqingLyu BingqingLyu marked this pull request as ready for review July 28, 2022 08:52
@BingqingLyu BingqingLyu added component:gie component:gaia GAIA, the preview release of the next version of GIE and removed wip labels Jul 28, 2022
Copy link
Collaborator

@longbinlai longbinlai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@longbinlai longbinlai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@siyuan0322 siyuan0322 merged commit eb45c58 into alibaba:main Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:gaia GAIA, the preview release of the next version of GIE component:gie
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants