Learn R Programming

rHpcc (version 1.0)

sprayVariable: Used to upload the variable length file from the landing zone to the cluster.

Description

used to upload the variable length file from the landing zone and distributes it across the nodes of the destination supercomputer.

Usage

sprayVariable(ip, filePath, clusterName = "mythor", logicalFileName)

Arguments

ip
HPCC server hostname
filePath
A null-terminated string containing the path and name of the file.
clusterName
A null-terminated string containing the name of the specific supercomputer within the target cluster.
logicalFileName
Logical name of the file.

Examples

Run this code
  query <- sprayVariable(ip="127.0.0.1", filePath="/var/lib/HPCCSystems/mydropzone/SampleFile.csv", 
              clusterName="mythor", logicalFileName="~ds::myFile")

Run the code above in your browser using DataLab