Zhang Lei

Results 62 comments of Zhang Lei

Java Template https://github.com/GraphScope/java-template

@parkerzf Hi, here is the background of this issue: we want to find a way to integrate `GraphScope` with `Spark GraphX`, which means enabling running GraphScope app on GraphX graph...

@parkerzf Hi, sorry for the late reply. 1. Purely for GraphX, i think. 2. Yes,First we will store graph in GraphScope(C++), and wrap fragment as RDD, providing RDD interface for...

Hi, thank you for opening pull request for GraphScope! Could you please rebase your branch to main?

hi, @Issac-Newton, Please check your coding style(c++, java) to pass CI test. https://github.com/alibaba/GraphScope/blob/main/.github/workflows/docs.yml#L21 https://github.com/alibaba/GraphScope/blob/main/.github/workflows/docs.yml#L58

To reproduce, use the following config ``` graph.planner.opt: RBO physical.opt.config: ffi graph.planner.rules: FilterIntoJoinRule, FilterMatchRule, NotMatchToAntiJoinRule ```

This PR has been divided into several small, merged PRs into main.

> The reason is the binary `interactive-server` needs to find the `libotel*.so`, which is installed to the `/usr/local/lib`, and the mechanism is rely on LD_LIBRARY_PATH to find libraries. Generally this...