Learn R Programming

rHpcc (version 1.0)

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

Description

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

Usage

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

Run this code
  ## 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)

Run the code above in your browser using DataLab