-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support Ingest SST Files #654
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Totally, the pr looks good to me now.
Unit testing passed. |
Unit testing passed. |
1 similar comment
Unit testing passed. |
Unit testing passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done. Thanks for taking care of it.
Unit testing passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Unit testing passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done
It is used to ingest sst files directly after download files from hdfs.
It is used to ingest sst files directly after download files from hdfs.
* Fix iterator with snapshot(parameter position) (vesoft-inc#3785) Co-authored-by: Harris.Chu <[email protected]> Co-authored-by: Sophie <[email protected]> * add getNeighborIter size * refactor subgraph * fix error * address comment * remove project from subgraph plan * add comment * remove project * fix error Co-authored-by: Alex Xing <[email protected]> Co-authored-by: Harris.Chu <[email protected]> Co-authored-by: Sophie <[email protected]> Co-authored-by: Yee <[email protected]> Co-authored-by: jimingquan <[email protected]> Co-authored-by: Alex Xing <[email protected]> Co-authored-by: Harris.Chu <[email protected]> Co-authored-by: Sophie <[email protected]> Co-authored-by: Yee <[email protected]>
In this PR, you can ingest the SST files after download from
HDFS
.INGEST
command can be used in console.