forked from yecol/grape-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjava-pagerank.yaml
42 lines (38 loc) · 868 Bytes
/
java-pagerank.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
app: # Application specification
# checkout parameter
param:
- string
- string
- string
- string
name: pagerank
so_location: $GRAPE_LIB/libapp_java_driver.so
java_app_mainclass: io/sevenbridges/grape/example/pagerank/PageRank
java_vm_params:
- -Djava.compiler=NONE
- -Djava.class.path=.:$GRAPE_LIB/grape-java-0.1.jar:$HOME/
- -Djava.library.path=.:$HOME
- -Xmx4096m
- -Xms4096m
# compatible graph spec:
graph_etype:
- double
- float
graph_vtype:
- double
- float
graph_type:
- immutable_edgecut
# - mutable
graph_load_strategy:
- only_out
message_strategy: sync_on_out_vertex
message_type: pair
result_prefix: .
is_java_app: true
enable_coordinator_aggregation: false
enable_assemble: false
enable_result_output: true
enable_auto: false
query_type: string