piflow/piflow-bin/config.properties

23 lines
456 B
Properties
Raw Normal View History

spark.master=yarn
spark.deploy.mode=cluster
2020-03-13 17:44:59 +08:00
#hdfs default file system
fs.defaultFS=hdfs://10.0.85.83:9000
#yarn resourcemanager hostname
yarn.resourcemanager.hostname=10.0.85.83
#if you want to use hive, set hive metastore uris
hive.metastore.uris=thrift://10.0.85.83:9083
2020-03-13 17:44:59 +08:00
#show data in log, set 0 if you do not show the logs
data.show=10
2020-03-13 17:44:59 +08:00
#monitor the throughput of flow
monitor.throughput=true
2020-03-13 17:44:59 +08:00
#server port
server.port=8001
2020-03-13 17:44:59 +08:00
#h2db port
h2.port=50001