Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/featureform/featureform
/ GetSparkLocalScriptPath
Function
GetSparkLocalScriptPath
config/config.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
GetSparkLocalScriptPath() string {
47
return
helpers.GetEnv(
"SPARK_LOCAL_SCRIPT_PATH"
, SparkLocalScriptPath)
48
}
49
50
func
GetSparkRemoteScriptPath() string {
51
return
SparkRemoteScriptPath
Callers
6
TestSparkGenericExecutorArgs
Function · 0.92
InitializeExecutor
Method · 0.92
InitializeExecutor
Method · 0.92
InitializeExecutor
Method · 0.92
SparkSubmitArgs
Method · 0.92
GetDFArgs
Method · 0.92
Calls
1
GetEnv
Function · 0.92
Tested by
1
TestSparkGenericExecutorArgs
Function · 0.74