Upload file resources that can be used by the Tasklet when run within a job. For example, the ShellScript Tasklet can access this directory by using the environment variable "JOBSERVER_TASKLET_RESOURCES_DIR". The upload directory is in the sub-directory named "tasklet_resources".
The SparkApp Tasklet can also use the protocol prefix of "tasklet-file:" to directly identify a file in the upload resources directory in order to access and pass files to the spark-submit job. The protocol "tasklet-file:" is an alias for the spark-submit "file:" prefix that points to the Tasklet's unique upload resources directory. This makes it easy to directly reference files in the upload resources directory per for use by the spark-submit utility.
Use this button to choose the file to upload.
You can remove/delete files already uploaded by selecting them and then clicking the "Deleted Selected" button.