Skip to content

Commit

Permalink
[GIE POM] fix compiler version in gie k8s failover
Browse files Browse the repository at this point in the history
  • Loading branch information
shirly121 committed Nov 29, 2022
1 parent 920181d commit de5e056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ir-standalone/templates/frontend/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- -c
- |
cd /opt/GraphScope/interactive_engine/compiler && ./set_properties.sh
java -cp ".:./target/libs/*:./target/compiler-1.0-SNAPSHOT.jar" \
java -cp ".:./target/libs/*:./target/compiler-0.0.1-SNAPSHOT.jar" \
-Djna.library.path=../executor/ir/target/release \
-Dgraph.schema=/etc/graphscope-store/config/$GRAPH_SCHEMA com.alibaba.graphscope.gremlin.service.GraphServiceMain
{{- end }}
Expand Down

0 comments on commit de5e056

Please sign in to comment.