mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-12-28 07:33:59 +00:00
bugfix
This commit is contained in:
parent
87a163c7f4
commit
3422d1fb22
@ -54,7 +54,7 @@ public class LocalBuilderMain {
|
||||
run(commandLine);
|
||||
} catch (Throwable e) {
|
||||
log.error("unknown exception.", e);
|
||||
System.exit(0);
|
||||
System.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
9
reasoner/runner/local-runner/reasoner.sh
Normal file
9
reasoner/runner/local-runner/reasoner.sh
Normal file
@ -0,0 +1,9 @@
|
||||
java -jar \
|
||||
./target/builder-runner-local-0.0.1-SNAPSHOT-jar-with-dependencies.jar \
|
||||
--query xxx \
|
||||
--output reasoner.csv \
|
||||
--schema_uri "http://localhost:8887" \
|
||||
--graph_state_class xxx \
|
||||
--graph_state_url xxx \
|
||||
--start_id_list xxx \
|
||||
--param_map_json_str xxx
|
||||
Loading…
x
Reference in New Issue
Block a user