piflow/config.properties

24 lines
457 B
Properties
Raw Normal View History

2018-10-24 17:33:46 +08:00
spark.master=yarn
spark.deploy.mode=cluster
2019-12-06 10:56:08 +08:00
2020-01-19 18:15:09 +08:00
#hdfs default file system
fs.defaultFS=hdfs://10.0.88.13:9000
2020-01-19 18:15:09 +08:00
#yarn resourcemanager hostname
yarn.resourcemanager.hostname=10.0.88.13
#if you want to use hive, set hive metastore uris
hive.metastore.uris=thrift://10.0.88.13:9083
2018-10-24 17:33:46 +08:00
2019-12-06 10:56:08 +08:00
#show data in log, set 0 if you do not show the logs
2019-01-14 16:54:22 +08:00
data.show=10
2019-01-24 15:32:07 +08:00
#monitor the throughput of flow
monitor.throughput=true
2020-01-19 18:15:09 +08:00
#server port
server.port=8001
2020-01-19 18:15:09 +08:00
#h2db port
h2.port=50001