alibaba/GraphScope

[BUG] Use jar-with-dependencies to package frontend artifacts in GIE

Aberta

#2.938 aberto em 27 de jun. de 2023

 (1 comentário) (0 reação) (0 responsável)HTML (301 forks)batch import
component:dev-infracomponent:giegood first issuejavapriority:high

Métricas do repositório

Stars
 (2.401 estrelas)
Métricas de merge de PR
 (Mesclagem média 1m) (8 fundiu PRs em 30d)

Description

Describe the bug

It is quite superised that we didn't use jar-with-dependency to package the release artifacts for java. Recent changes about neo4j introduced some new jar dependency, double the size of the wheel package (https://pypi.org/project/graphscope/0.23.0a20230625/#files), makes graphscope hard to install with python ....

Expected Outcome

The ultimate goal is to reduce the size of wheels, which in this issue, is the artifacts of interactive engine. You could observe the size of artifacts of gie by make interactive and find graphscope.tar.gz within interactive_engine/assembly/target

Additional context Add any other context about the problem here.

Guia do colaborador