Required. The HCFS URI of the main R file to use as the driver. Must be a .R file.
args[]
string
Optional. The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision may occur that causes an incorrect job submission.
fileUris[]
string
Optional. HCFS URIs of files to be placed in the working directory of each executor. Useful for naively parallel tasks.
archiveUris[]
string
Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
properties
map (key: string, value: string)
Optional. A mapping of property names to values, used to configure SparkR. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/spark/conf/spark-defaults.conf and classes in user code.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-20 UTC."],[[["\u003cp\u003eThis content outlines the JSON representation and fields for configuring a Dataproc job that runs Apache SparkR applications.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emainRFileUri\u003c/code\u003e field is mandatory and specifies the HCFS URI of the primary \u003ccode\u003e.R\u003c/code\u003e file that acts as the driver for the SparkR job.\u003c/p\u003e\n"],["\u003cp\u003eOptional fields include \u003ccode\u003eargs\u003c/code\u003e for driver arguments, \u003ccode\u003efileUris\u003c/code\u003e and \u003ccode\u003earchiveUris\u003c/code\u003e for managing files and archives on executors, and \u003ccode\u003eproperties\u003c/code\u003e to configure SparkR settings.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eloggingConfig\u003c/code\u003e field is optional and enables configuration of runtime logs for the job execution.\u003c/p\u003e\n"]]],[],null,[]]