()
| 48 | } |
| 49 | |
| 50 | func GetSparkRemoteScriptPath() string { |
| 51 | return SparkRemoteScriptPath |
| 52 | } |
| 53 | |
| 54 | func GetPythonLocalInitPath() string { |
| 55 | return helpers.GetEnv("PYTHON_LOCAL_INIT_PATH", PythonLocalInitPath) |
no outgoing calls
no test coverage detected