Known Issues
You might run into some known issues while using Cloudera Machine Learning on Private Cloud.
DSE-35013: First CML workspace creation fails
On RHEL 8.8, during the first CML workspace installation on GPU with Embedded Container
Service external registry, pods might get stuck in the init
or
crashloop
state.
- Restart or delete the pods which are in
init
orcrashloop
state in the test workspace. - Once all pods are in the running state, create new workspaces as needed.
- Delete the test workspace from the CML UI if no longer needed.
DSE-32887: Runtime Updates can not be enabled from the Site adminitraton UI on Private Cloud Data Services
With this bug present on Private Cloud Data Services 1.5.2 and 1.5.3, Runtime repositories added on the Site Administration>Runtimes page will not be scanned for new Runtimes. Adding Runtime repositories to CML was a new feature in 1.5.2. Unfortunately with this bug, the feature is completely unusable.
Workaround:
curl 'https://<CML_URL>/api/v1/site/config' \
-X 'PATCH' \
-u <ADMIN_APIv1_KEY>: \
-H 'content-type: application/json' \
-d '{"enable_runtime_updates":true}'
DSE-32730: Workloads unable to start up after changing default hadoopCLI addon
Changing the default Hadoop CLI Runtime Addon causes jobs, models, and application workloads to be unable to start up.
- Open affected workload settings.
- Update the workload (this updates the Hadoop CLI Addon associated with the workload to the default one.)
- For Jobs: update.
- For Applications: update and restart.
- For Models: deploy a new build.
DSE-28768: Spark Pushdown is not working with Scala 2.11 runtime
Scala and R are not supported for Spark Pushdown.
Workaround: None.