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

Description Usage Arguments Examples

View source: R/functions.R

Description

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

Usage

1
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

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

rHpcc documentation built on May 2, 2019, 11:04 a.m.

Related to sprayVariable in rHpcc...