Skip to content

Commit

Permalink
Merge pull request #29 from lidongze0629/master
Browse files Browse the repository at this point in the history
update java app yaml file (package name)
  • Loading branch information
yecol authored Jul 17, 2018
2 parents ab6ca03 + b40b790 commit 824fbf3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions java-pagerank.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ app: # Application specification
- string
name: pagerank
so_location: $GRAPE_LIB/libapp_java_driver.so
classpath: $GRAPE_LIB/grape-java-0.01.jar
mainclass: io/example/pagerank/pagerank
classpath: $GRAPE_LIB/grape-java-0.1.jar
mainclass: io/sevenbridges/grape/example/pagerank/pagerank

# compatible graph spec:
graph_etype:
Expand Down
4 changes: 2 additions & 2 deletions java-sssp-auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ app: # Application specification
- string
name: sssp-auto
so_location: $GRAPE_LIB/libapp_java_driver.so
classpath: $GRAPE_LIB/grape-java-0.01.jar
mainclass: io/example/sssp/sssp_auto
classpath: $GRAPE_LIB/grape-java-0.1.jar
mainclass: io/sevenbridges/grape/example/sssp/sssp_auto

# compatible graph spec:
graph_etype:
Expand Down
4 changes: 2 additions & 2 deletions java-sssp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ app: # Application specification
- string
name: sssp
so_location: $GRAPE_LIB/libapp_java_driver.so
classpath: $GRAPE_LIB/grape-java-0.01.jar
mainclass: io/example/sssp/sssp
classpath: $GRAPE_LIB/grape-java-0.1.jar
mainclass: io/sevenbridges/grape/example/sssp/sssp

# compatible graph spec:
graph_etype:
Expand Down
4 changes: 2 additions & 2 deletions java-wcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ app: # Application specification
- string
name: wcc
so_location: $GRAPE_LIB/libapp_java_driver.so
classpath: $GRAPE_LIB/grape-java-0.01.jar
mainclass: io/example/wcc/wcc
classpath: $GRAPE_LIB/grape-java-0.1.jar
mainclass: io/sevenbridges/grape/example/wcc/wcc

# compatible graph spec:
graph_etype:
Expand Down

0 comments on commit 824fbf3

Please sign in to comment.