forked from opensci/piflow
24 lines
459 B
Properties
24 lines
459 B
Properties
spark.master=yarn
|
|
spark.deploy.mode=cluster
|
|
|
|
#hdfs default file system
|
|
fs.defaultFS=hdfs://10.0.86.191:9000
|
|
|
|
#yarn resourcemanager hostname
|
|
yarn.resourcemanager.hostname=10.0.86.191
|
|
|
|
#if you want to use hive, set hive metastore uris
|
|
hive.metastore.uris=thrift://10.0.88.71:9083
|
|
|
|
#show data in log, set 0 if you do not show the logs
|
|
data.show=10
|
|
|
|
#monitor the throughput of flow
|
|
monitor.throughput=true
|
|
|
|
#server port
|
|
server.port=8001
|
|
|
|
#h2db port
|
|
h2.port=50001
|