Skip to content

Commit 9063e54

Browse files
committed
add python api configurations to test .properties file
1 parent 2039859 commit 9063e54

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/test/config/wayang.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ wayang.giraph.job.tracker = localhost:50300
2121
wayang.giraph.maxWorkers = 1
2222
wayang.giraph.minWorkers = 1
2323
wayang.mapreduce.job.counters.limit = 200
24+
25+
# for python api tests
26+
wayang.api.python.worker = python/src/pywy/execution/worker.py
27+
wayang.api.python.path = python3

0 commit comments

Comments
 (0)