(store SparkFileStore)
| 899 | RunSparkJob(args []string, store SparkFileStore) error |
| 900 | InitializeExecutor(store SparkFileStore) error |
| 901 | PythonFileURI(store SparkFileStore) (filestore.Filepath, error) |
| 902 | SparkSubmitArgs(destPath filestore.Filepath, cleanQuery string, sourceList []string, jobType JobType, store SparkFileStore) ([]string, error) |
| 903 | GetDFArgs(outputURI filestore.Filepath, code string, sources []string, store SparkFileStore) ([]string, error) |
| 904 | } |
no outgoing calls