Preparing the Cluster for Aster R Runner Functions - 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
Teradata recommends users to follow these steps to optimize performance when using the Aster R runner functions.

These steps create and mount the directory home/extensibility/stream on Aster cluster. During an Aster R session, virtual object files created using the R runner functions are saved in this directory. When the Aster R session ends, these objects are deleted.

For more information on Aster R runner functions and Aster virtual objects, see Using Aster R Runner Functions to Run R Functions in the Aster Database.

Run the following commands on the queen node.
  1. ncli node runonother "mkdir /data/stream"
  2. ncli node runonother "chown -R extensibility:extensibility /data/stream"
  3. ncli node runonother "mkdir /home/extensibility/stream"
  4. ncli node runonother "chown -R extensibility:extensibility /home/extensibility/stream"
  5. ncli node runonother "mount --bind /data/stream /home/extensibility/stream"