Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ getExecutionEngine
Method
getExecutionEngine
src/org/apache/pig/impl/PigContext.java:527–529 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
525
}
526
527
public
ExecutionEngine getExecutionEngine() {
528
return
executionEngine;
529
}
530
531
public
DataStorage getDfs() {
532
return
dfs;
Callers
4
testJobConfGenerationWithUserConfigs
Method · 0.95
run
Method · 0.95
exec
Method · 0.95
call
Method · 0.95
Calls
no outgoing calls
Tested by
1
testJobConfGenerationWithUserConfigs
Method · 0.76