...
Property | Macro Enabled? | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
Scala | Yes | Required. Spark code in Scala defining how to transform RDD to RDD. The code must implement a function called
The input Operating on lower level
For example:
The will perform a word count on the input field The following imports are included automatically and are ready for the user code to use:
| ||||||||
Dependencies | Yes | Optional. Extra dependencies for the Spark program. It is a ‘,' separated list of URI for the location of dependency jars. A path can be ended with an asterisk ‘*’ as a wildcard, in which all files with extension '.jar’ under the parent path will be included. | ||||||||
Compile at Deployment Time | No | Optional. Decide whether to perform code compilation at deployment time. It will be useful to turn it off in cases when some library classes are only available at run time, but not at deployment time. Default is true. |