application.properties 1.7 KB
Newer Older
李辅翼 committed
1 2 3 4 5 6
url=jdbc:oracle:thin:@172.16.17.82:1521:gyjg
username=gyjg_zckj
password=zckj2018
roundDay=-5
redis.cluster=172.16.25.23:7000,172.16.25.23:7001,172.16.25.23:7002,172.16.25.24:7003,172.16.25.24:7004,172.16.25.24:7005
redis.server=172.16.25.23:7000,172.16.25.23:7001,172.16.25.23:7002,172.16.25.24:7003,172.16.25.24:7004,172.16.25.24:7005
李辅翼 committed
7
ftpUrl=http://193.5.103.5:80/ftp/testFtpUtil
李辅翼 committed
8
httpUrl=http://193.5.103.5:80/ftp/testHttpUtil
李辅翼 committed
9 10 11 12
#hive
hive.url=jdbc:hive2://172.16.25.25:10000/kakou
hive.user=hdfs
hive.password=hdfs
牟邦恺 committed
13 14 15 16 17
#fdfs
fdfs.so-timeout = 1500
fdfs.connect-timeout = 600
fdfs.thumb-image.width = 150
fdfs.thumb-image.height = 150
李辅翼 committed
18 19
fdfs.tracker-list[0] = 172.16.25.23:22122
fdfs.tracker-list[1] = 172.16.25.26:22122
牟邦恺 committed
20 21
fdfs.pool.max-total = 153
fdfs.pool.max-wait-millis = 102
李辅翼 committed
22 23
#˿
server.port=8084
牟邦恺 committed
24

李辅翼 committed
25 26 27
hbase.zookeeper.property.clientPort=2181
hbase.zookeeper.quorum=172.16.25.25,172.16.25.28,172.16.25.24,172.16.25.26,172.16.25.27
hbase.master=172.16.25.25:60000
李辅翼 committed
28 29 30
hbase.drv_photo.table=pic:drv_photo
hbase.vio.table=pic:vio_violation
hbase.veh_pic.table=pic:veh_pic
李辅翼 committed
31

李辅翼 committed
32
#hive----sql
李辅翼 committed
33
increment.vio.pic.sql=SELECT a.ccarnumber hphm,a.clicensetype hpzl,b.wfsj wfsj,b.wfxw wfxw,a.cpic1path url1,a.cpic2path url2,a.cpic3path url3 from (SELECT * from kakou.vio_violation_pic_his_ods WHERE substr(export_time,0,10)<=?  and substr(export_time,0,10)>?) a INNER JOIN (SELECT * from default.vio_surveil_all WHERE clbj='0') b WHERE a.ccarnumber=b.hphm and a.clicensetype=b.hpzl and substr(a.dillegaldate,0,16)=substr(b.wfsj,0,16) and a.coffense=b.wfxw
李辅翼 committed
34
vio.pic.sql.byrow=select cpic1path url1,cpic2path url2,cpic3path url3  from kakou.vio_violation_pic_his_ods where ccarnumber=? and clicensetype=? and substr(dillegaldate,0,19)=? and coffense=?
李辅翼 committed
35
pastDay=10
李辅翼 committed
36 37


李辅翼 committed
38 39 40