-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CI test for spark and distributed hive. (#1705)
Add ci test for spark and distributed hive. - Fixes #1655 - Fixes #1658 - Fixes #1471 N.B.: Spark and Hive get stuck when conducting distributed testing in different containers, whereas it does not happen when they are in the same container. There may be a configuration issue somewhere, so for now, we will temporarily put Spark and Hive together. This will not affect the test results (the vineyard server for communicating with the work node did receive requests to create and modify data). Submitting the example program to yarn in the spark container worked fine. Signed-off-by: vegetableysm <[email protected]>
- Loading branch information
1 parent
07f84f7
commit 495c342
Showing
26 changed files
with
419 additions
and
184 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 was deleted.
Oops, something went wrong.
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
1 change: 1 addition & 0 deletions
1
java/hive/docker/dependency/images/spark-config-distributed/spark-defaults.conf
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 @@ | ||
spark.yarn.stagingDir=file:///tmp/ |
Oops, something went wrong.