piflow/config.properties

22 lines
464 B
Properties
Raw Permalink 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
2020-03-26 15:29:11 +08:00
fs.defaultFS=hdfs://192.168.3.138:8020
2020-01-19 18:15:09 +08:00
#yarn resourcemanager hostname
2020-03-26 15:29:11 +08:00
yarn.resourcemanager.hostname=192.168.3.139
#if you want to use hive, set hive metastore uris
2020-03-26 15:29:11 +08:00
hive.metastore.uris=thrift://192.168.3.140: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
2020-03-26 15:29:11 +08:00
h2.port=50001