Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddf-project/DDF
/ stopServer
Method
stopServer
spark/src/test/java/io/ddf/spark/BaseTest.java:24–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
@AfterClass
25
public
static
void
stopServer() throws Exception {
26
27
manager.shutdown();
28
}
29
30
public
void
createTableAirline() throws DDFException {
31
manager.sql(
"drop table if exists airline"
,
"SparkSQL"
);
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.65
Tested by
no test coverage detected