-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Distributed execution support of Hive with vineyard (#1624)
- Support distributed execution for hive with vineyard. - Build the docker cluster with scripts. - The hdfs related stuffs have been removed. 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 Signed-off-by: vegetableysm <[email protected]>
- Loading branch information
1 parent
5e3ba47
commit 2955b60
Showing
34 changed files
with
1,461 additions
and
430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
HADOOP_YARN_RM_PORT=8088 | ||
HADOOP_YARN_NM_PORT=8042 | ||
HADOOP_YARN_PROXYSERVER_PORT=9111 | ||
HADOOP_MR_HISTORYSERVER_PORT=19888 | ||
HIVE_METASTORE_PORT=9083 | ||
HIVE_HIVESERVER2_PORT=10000 | ||
HIVE_VERSION=2.3.9 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.