Access to Linux machine of Dataiku installed with Fleet Maneger
Is it possible to access to Linux Machine if Dataiku was installed through Fleet Manager? I want to solve I problem that I had installing an R package (RODBC).
Error:
configure: error: "ODBC headers sql.h and sqlext.h not found"
installation of package ‘RODBC’ had non-zero exit status
So according to possible solutions that I read, I should install missing headers.
Thank you very much!!
Operating system used: Linux
Operating system used: Linux
Operating system used: Linux
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @rafael_rosado97
,
Accessing the instance via SSH is possible. On FM, go Settings > Instance templates > Support EKS instance template > New action > Add authorized SSH key. Then re-provision the instance. Then you will be able to access using your defined SSH keys.
However, making any changes over SSH is highly discouraged and unsupported, as any changes will not persist after the next upgrade/re-provisioning.Once you understand what changes you need to make in the instance template itself.
For example, let's say you need to add a system package: unixODBC-devel
Add a new the action or modify existing actions to "Install system packages" :
Then reprovision the instance and it will apply these changes.
Thanks