Error: the language R is not supported

Moderator: NorbertKrupa

Post Reply
User avatar
fsalvelt
Intermediate
Intermediate
Posts: 54
Joined: Sun Mar 18, 2012 1:34 am

Error: the language R is not supported

Post by fsalvelt » Wed Jan 09, 2013 1:01 pm

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.
Thank, Fred

User avatar
JimKnicely
Site Admin
Site Admin
Posts: 1825
Joined: Sat Jan 21, 2012 4:58 am
Contact:

Re: Error: the language R is not supported

Post by JimKnicely » Wed Jan 09, 2013 1:16 pm

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
Jim Knicely

Image

Note: I work for Vertica. My views, opinions, and thoughts expressed here do not represent those of my employer.

User avatar
fsalvelt
Intermediate
Intermediate
Posts: 54
Joined: Sun Mar 18, 2012 1:34 am

Re: Error: the language R is not supported

Post by fsalvelt » Wed Jan 09, 2013 6:22 pm

Oops... I knew that, but forgot. I was trying to work on a new server... Thanks, knicely87.
Thank, Fred

Post Reply

Return to “R Language Integration”