Installing R

ben_p
Level 5
Installing R

Hi all,

I would like to install R on DSS, which is running on a virtual machine in Google Cloud. Disclaimer: I am not proficient with the command line, so need some basic hand-holding here!

I am following the docs:
https://doc.dataiku.com/dss/latest/installation/r.html#case-1-automatic-installation-if-your-dss-ser...

Which say..

Go to the DSS data dir

cd DATADIR

But when I type this into my shell window it's not recognised.

Capture.PNG

How can I navigate my way to this folder?

My VM is running on CentOS.

 

0 Kudos
3 Replies
sergeyd
Dataiker

Hi @Ben,

DATADIR it's not an actual directory. It the name of the location where DSS was installed. On GCP it should be /home/dataiku/dss as stated in this article. So the resulted command navigating to DSS directory should be: cd /home/dataiku/dss

Hope this helps. 

ben_p
Level 5
Author

Thanks @sergeyd that makes a lot more sense! I managed to find my way to the directory thanks to your guidance!

Ben

0 Kudos
tgb417

@ben_p I feel your confusion.  The first time I tried to do this I had exactly the same problem.  Take a look at the end of my post from 2/10/2017

https://community.dataiku.com/t5/Setup-Configuration/How-do-I-install-the-MS-SQL-Server-Driver-on-th...

--Tom