piflow/config.properties

24 lines
430 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.86.191:9000
2020-01-19 18:15:09 +08:00
#yarn resourcemanager hostname
2019-09-10 18:10:23 +08:00
yarn.resourcemanager.hostname=10.0.86.191
2020-01-19 18:15:09 +08:00
#hive metastore uris
2019-12-06 10:56:08 +08:00
hive.metastore.uris=thrift://10.0.88.71: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