Trevor McKay
Trevor McKay
## Description The 4.7.1 fabric8 client appears to break with serialization errors on processing a CRD list response from the kube api server for kubernetes 1.19. The newer client version...
This may be because of the way spark-submit is run using an exec in start.sh To reproduce 1) Run a sample app with APP_EXIT set to false (manually in a...
Develop heuristics for setting spark.default.parallelism in a containerized environment and set it explicitly if a user has not set it via --conf on application launch or in spark-defaults.conf on the...
Currently the launch script scrapes the master webui to track the number of alive workers before starting the application. We need a more reliable way to do this, such as...
## Feature Request Allow env vars to be specified for the test pod in config.yaml (because sometimes passing args is not convenient) Example: I've created a source-to-image (S2I) builder that...
This change integrates the cuOpt solver with cvxpy. cuOpt is now open-source and can be found at https://github.com/NVIDIA/cuopt The integration supports a locally installed cuopt instance by default. It also...
We would like to add a LP/MIP solver interface to cvxpy for NVIDIA cuOpt. We are working on a PR in a fork to add cuOpt as a conic solver....