Page 1 of 1

Error: the language R is not supported

Posted: Wed Jan 09, 2013 1:01 pm
by fsalvelt
Hey guys,

I thought I would try out the R language integration. Of course things start out bad :lol:

Code: Select all

dbadmin=> create library myRLib as '/usr/home/dbadmin/first_prog.R' language 'R';
ROLLBACK 2930:  Couldn't create new UDx side process, the language R is not supported
I thought R was supported by Vertica? I'm using 6.1.

Re: Error: the language R is not supported

Posted: Wed Jan 09, 2013 1:16 pm
by JimKnicely
Hi,

Did you install the vertica-R-lang... RPM? You have to do that first :P

Check if it's installed like this:

Code: Select all

[root@verticatest01 vertica6.1.0]# rpm -qa | grep -i vertica-R
vertica-R-lang-6.1.0-0
Notice I have version 6.1 installed.

I added a quick install guide post here if you are interested:

viewtopic.php?f=62&t=665

Re: Error: the language R is not supported

Posted: Wed Jan 09, 2013 6:22 pm
by fsalvelt
Oops... I knew that, but forgot. I was trying to work on a new server... Thanks, knicely87.