I am getting error while installing R-SWAT into Kubernetes cluster,
I have followed below 2 methods to install,
Method 1: Mounted sas-pyconfig mount on Linux machine outside k8s cluster
- mounted ./saspyconfig directory outisde cluster on Linux machine
- ran install command
- It fails to launch R because, we only have access to R inside container
Method 2: Inside CAS container
- Launched a session to get inside CAS container
- Was able to launch R inside container
- While running install command for R-swat, it fails with write permission error for Librarary folder inside /opt/sas/viya/home/sas-pyconfig/default_r/Lib64/R/, so it is asking to install in some other directory.
Please help
How to install R-SWAT in k8s cluster
I am getting error while installing R-SWAT into Kubernetes cluster,
I have followed below 2 methods to install,
Method 1: Mounted sas-pyconfig mount on Linux machine outside k8s cluster
Method 2: Inside CAS container
Please help
How to install R-SWAT in k8s cluster