sprayFixed: Used to upload the fixed-format file from the landing zone to...

Description Usage Arguments Examples

View source: R/functions.R

Description

used to upload the fixed-format file from the landing zone and distributes it across the nodes of the destination supercomputer.

Usage

1
sprayFixed(ip, filePath, recordlength, clusterName = "mythor", logicalFileName)

Arguments

ip

HPCC server hostname

filePath

A null-terminated string containing the path and name of the file.

recordlength

Size of the records in 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
3
4
5
  ## Not run: 
    query <- sprayFixed(ip="127.0.0.1", filePath="/var/lib/HPCCSystems/mydropzone/SampleFile.txt", 
                recordlength=301, clusterName="mythor", logicalFileName="~ds::myFile")
  
## End(Not run)

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

Related to sprayFixed in rHpcc...