-
Notifications
You must be signed in to change notification settings - Fork 122
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
Distributed execution support of Hive with vineyard #1624
Conversation
18bfd8b
to
3404c55
Compare
cec28e6
to
d845938
Compare
java/modules/basic/src/main/java/io/v6d/modules/basic/arrow/TableBuilder.java
Outdated
Show resolved
Hide resolved
java/hive/src/main/java/io/v6d/hive/ql/io/VineyardInputFormat.java
Outdated
Show resolved
Hide resolved
172e632
to
b82b67c
Compare
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.
Remove hdfs related stuffs in the docker-compose configuration files.
11b9784
to
d2ac116
Compare
Rebase to main please. |
1866920
to
d9a2b8a
Compare
Done |
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.
One more comment: can we unify the dockerfiles under distributed/
to existing docker/
stuffs?
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Supports to creat tables on the vineyard with data distributed across different nodes. Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Fix a bug of file permission. Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
d9a2b8a
to
22f2794
Compare
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
ca95c3e
to
d4df239
Compare
What do these changes do?
Currently, the vineyard jar cannot run directly on hive because of dependency conflicts. You can run it temporarily by reverting to an older version of guava dependent by vineyard.
This problem will be fixed in #1682