piflow/piflow-bundle/config.properties

22 lines
455 B
Properties
Raw Normal View History

spark.master=yarn
spark.deploy.mode=cluster
#hdfs default file system
2020-04-07 17:53:49 +08:00
fs.defaultFS=hdfs://10.0.88.13:9000
#yarn resourcemanager hostname
2020-04-07 17:53:49 +08:00
yarn.resourcemanager.hostname=10.0.88.13
#if you want to use hive, set hive metastore uris
2020-04-07 17:53:49 +08:00
hive.metastore.uris=thrift://10.0.88.13: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
2020-03-31 21:19:55 +08:00
h2.port=50001