|
@ -7,10 +7,6 @@ logging:
|
|
|
web: INFO
|
|
|
hibernate: ERROR
|
|
|
|
|
|
hadoop:
|
|
|
hbase-properties:
|
|
|
- hbase.zookeeper.property.clientPort: 2181
|
|
|
- zookeeper.znode.parent: /hbase-unsecure
|
|
|
|
|
|
spring:
|
|
|
# REDIS
|
|
@ -22,7 +18,7 @@ spring:
|
|
|
#sentinel:
|
|
|
# master: # Name of Redis server.
|
|
|
# nodes: # Comma-separated list of host:port pairs.
|
|
|
|
|
|
|
|
|
pool:
|
|
|
max-active: 8 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
|
|
|
max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
|
|
@ -30,9 +26,6 @@ spring:
|
|
|
min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
|
|
|
|
|
|
# SOLR (SolrProperties)
|
|
|
data:
|
|
|
solr:
|
|
|
repositories.enabled: true # Enable Solr repositories.
|
|
|
|
|
|
datasource:
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
@ -67,23 +60,12 @@ cda-document-type-options:
|
|
|
spring:
|
|
|
profiles: dev
|
|
|
|
|
|
redis:
|
|
|
host: 192.168.1.220 # Redis server host.
|
|
|
|
|
|
data:
|
|
|
solr:
|
|
|
#zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
|
|
|
zk-host: node1,node2,node3:2181/solr # ZooKeeper host address in the form HOST:PORT.
|
|
|
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: ha
|
|
|
password: ha
|
|
|
|
|
|
hadoop:
|
|
|
hbase-properties:
|
|
|
#- hbase.zookeeper.quorum: node2.jkzldev.com,node1.jkzldev.com,node4.jkzldev.com
|
|
|
- hbase.zookeeper.quorum: node1,node2,node3
|
|
|
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.54:22122
|
|
@ -93,50 +75,25 @@ fast-dfs:
|
|
|
spring:
|
|
|
profiles: alpha
|
|
|
|
|
|
redis:
|
|
|
host: 192.168.1.220 # Redis server host.
|
|
|
|
|
|
data:
|
|
|
solr:
|
|
|
#zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
|
|
|
zk-host: node1,node2,node3:2181/solr # ZooKeeper host address in the form HOST:PORT.
|
|
|
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: ha
|
|
|
password: ha
|
|
|
|
|
|
hadoop:
|
|
|
hbase-properties:
|
|
|
#- hbase.zookeeper.quorum: node2.jkzldev.com,node1.jkzldev.com,node4.jkzldev.com
|
|
|
- hbase.zookeeper.quorum: node1,node2,node3
|
|
|
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.54:22122
|
|
|
public-server: http://172.19.103.54:80
|
|
|
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: test
|
|
|
|
|
|
redis:
|
|
|
host: 172.19.103.47 # Redis server host.
|
|
|
|
|
|
data:
|
|
|
solr:
|
|
|
#zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
|
|
|
zk-host: node1,node2,node3:2181/solr # ZooKeeper host address in the form HOST:PORT.
|
|
|
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: weifuwu
|
|
|
password: weifuwu
|
|
|
|
|
|
hadoop:
|
|
|
hbase-properties:
|
|
|
#- hbase.zookeeper.quorum: node2.jkzldev.com,node1.jkzldev.com,node4.jkzldev.com
|
|
|
- hbase.zookeeper.quorum: node1,node2,node3
|
|
|
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.54:22122
|
|
|
public-server: http://172.19.103.54:80
|
|
@ -145,22 +102,11 @@ fast-dfs:
|
|
|
spring:
|
|
|
profiles: prod
|
|
|
|
|
|
redis:
|
|
|
host: 11.1.2.20 # Redis server host.
|
|
|
|
|
|
data:
|
|
|
solr:
|
|
|
#zk-host: 11.1.2.51,11.1.2.52,11.1.2.53:2181/solr # ZooKeeper host address in the form HOST:PORT.
|
|
|
zk-host: node1.hde.jkzlehr.com,node2.hde.jkzlehr.com,node3.hde.jkzlehr.com:2181/solr
|
|
|
datasource:
|
|
|
url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: ha
|
|
|
password: jkzlxm
|
|
|
|
|
|
hadoop:
|
|
|
hbase-properties:
|
|
|
#- hbase.zookeeper.quorum: node2.jkzl.com,node3.jkzl.com,node1.jkzl.com
|
|
|
- hbase.zookeeper.quorum: node1,node2,node3
|
|
|
|
|
|
fast-dfs:
|
|
|
tracker-server: 11.1.2.9:22122
|