community-ml-runtimes
community-ml-runtimes copied to clipboard
Update Rstudio 2023 R 4.3.2 Tested with: - Sparklyr + Spark Push Down on PvC 1.5.2 - Python Scripts
- This needs CML PC July version at a minimum
Hi, does anyone have any examples of Dockerfiles to convert a PBJ workbench image to one using Jupyterlab IDE? PBJ images: https://github.com/cloudera/ml-runtimes/tree/2023.05.2-b7
Docker file at RStudio Image said: ``` Start with a Base CML Runtime Note: This particular image will use the Python base image, not R as expected. There is a...
To whom it may concern, I noted that in CML the RStudio image does not provide you access to the environment variables set in Cloudera. Nor does the Git GUI...
I am trying to create a custom runtime in CML. I followed your tutorial here: https://community.cloudera.com/t5/Community-Articles/Using-RStudio-as-an-Editor-with-ML-Runtimes/ta-p/325166 I just changed the label and I needed to add a line to fix...
## ✅ CML Spark configuration from the Workbench runtime (with Spark 3.2 enabled): ``` spark._sc.getConf().getAll() [('spark.eventLog.enabled', 'true'), ('spark.network.crypto.enabled', 'true'), ('spark.sql.hive.hwc.execution.mode', 'spark'), ('spark.kubernetes.driver.pod.name', 'ikgvegy1ovk9i3l7'), ('spark.kubernetes.namespace', 'mlx-user-9'), ('spark.yarn.access.hadoopFileSystems', 's3a://goes-se-sandbox01/warehouse/tablespace/external/hive'), ('spark.kerberos.renewal.credentials', 'ccache'), ('spark.sql.catalog.spark_catalog',...