-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-detect required bash, sed, and JDK versions (#297)
* Only start Hadoop Yarn if using Java 11 or older, since it doesn't start using newer Java versions (definitely doesn't work with 17, but the change that broke it occurred somewhere between 11 and 17, and may depend on whether you're running it with experimental flags; I'm not certain of which change broke it, but this gets Uno working again for both 11 and 17) * Stop making assumptions about sed version based on Darwin OS. The user could have installed GNU sed. Instead, check for GNU sed vs. BSD sed explicitly * Stop making assumptions about bash version based on Darwin OS. The user could have installed a newer version of bash. Instead, check the bash version explicitly for the feature that requires 4.1 or later
- Loading branch information
Showing
3 changed files
with
15 additions
and
5 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