Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
Description
The e2e test script fails to run on a plain Mac OSX install as it requires wget to be installed to download Spark.
Mac OSX does not have a native wget available and requires brew or mac ports to be used. We can get the same functionality for downloading Spark by using curl which is a part of the OS install and already used in all other downloads in the e2e script.
Attachments
Attachments
Issue Links
- is part of
-
YUNIKORN-1637 Skip the spark installation if spark is installed
- Closed