-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYSTEMDS-2926] AWS scripts update for EMR-7.0.0 (#2003)
The changes fix some general issues: - creating and referencing the S3 buckets - not assigning any sub-network for the cluster (bad practice + potential security vulnerability) The changes also update the used EMR version to the currently most recent one: emr-7.0.0: - configurations update - exchanging Ganglia with AmazonCloudWatchAgent see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-AmazonCloudWatchAgent.html While testing the script with the current repo version the following bug was observed: when launching SystemDS in execution mode "spark" an `IllegalCallerException` is thrown. For running the command `spark-submit target/SystemDS.jar -f path/to/hello.dml -exec spark -stats -explain` the exact output in the console is: ```shell ... --MAIN PROGRAM ----GENERIC (lines 1-1) [recompile=false] ------CP print Hello World.SCALAR.STRING.true _Var0.SCALAR.STRING 8 ------CP rmvar _Var0 An Error Occurred : IllegalCallerException -- java.lang.ref is not open to unnamed module @4eba373c ```
- Loading branch information
1 parent
4742a85
commit eb29b2d
Showing
3 changed files
with
19 additions
and
10 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