Testing Using the R Client on the Queen and Worker Nodes - Aster R

Teradata Aster® R User GuideUpdate 3

Product
Aster R
Release Number
7.00.02.01
Published
December 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
fop1497542774450.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
fbp1477004286096
lifecycle
previous
Product Category
Software
  1. Test using the root account. Replace the AsterDSN in the example with the DSN defined in the odbc.ini file.
    # chroot /opt/aster/third-party/R/
    
    # R
    
    > library("TeradataAsterR")
    
    > odbcDataSources()
    
    > ta.connect("AsterDSN")
    
    >q()
    
    # exit
  2. Test using the "extensibility" user. Replace the AsterDSN in the example with the DSN defined in the odbc.ini file.
    # chroot /opt/aster/third-party/R/
    
    # su – extensibility
    
    # R
    
    > library("TeradataAsterR")
    
    > odbcDataSources()
    
    > ta.connect("AsterDSN")
    
    >q()
    
    # exit