server: port: 8082 spring: profiles: # active: big_dev application: name: ame cloud: main: # Spring Boot 2.1 allow-bean-definition-overriding: true stream: kafka: binder: brokers: kafkanode1.dev01.aloudata.work:9092,kafkanode2.dev01.aloudata.work:9092,kafkanode3.dev01.aloudata.work:9092 #Kafka的消息中间件服务器 auto-create-topics: true #如果设置为false,就不会自动创建Topic 有可能你Topic还没创建就直接调用了。 producer-properties: acks: -1 max.request.size: 10485760 # 10M bindings: outputFile: #这里用stream给我们提供的默认output,后面会讲到自定义output destination: aloudata_extract_filesystem_topic #aloudata_extract_filesystem_test_topic #消息发往的目的地 content-type: application/json #消息发送的格式,接收端不用指定格式,但是发送端要 redis: #Redis数据库编号(默认为0) database: 7 #连接超时时间(毫秒) timeout: 3000 #配置lettuce lettuce: pool: # 连接池中的最大空闲连接 max‐idle: 50 # 连接池中的最小空闲连接 min‐idle: 10 # 连接池最大连接数(使用负值表示没有限制,不要配置过大,否则可能会影响redis的性能) max‐active: 100 # 连接池最大阻塞等待时间(使用负值表示没有限制);单位毫秒 max‐wait: 10000 #关闭超时时间;单位毫秒 shutdown-timeout: 500 # 集群模式 # cluster: # nodes: 172.16.0.57:6379,192.168.0.60:26380 # 密码 password: 123456 host: 10.5.20.21 #redis.dev01.aloudata.work port: 6379 datasource: url: jdbc:postgresql://10.5.100.3:5432/bigmeta0.5.2dag?stringtype=unspecified&reWriteBatchedInserts=true driver-class-name: org.postgresql.Driver username: postgres password: postgres type: com.alibaba.druid.pool.DruidDataSource initialSize: 10 minIdle: 5 maxActive: 30 maxWait: 60000 timeBetweenEvictionRunsMillis: 60000 minEvictableIdleTimeMillis: 300000 validationQuery: SELECT 1 poolPreparedStatements: true maxPoolPreparedStatementPerConnectionSize: 20 application: redis: key-timeout: 604800 mybatis: mapper-locations: classpath:mappers/*xml #指定Mybatis的Mapper文件 type-aliases-package: com.aloudata.ame.common.dao.dataobject #指定Mybatis的实体目录 connector: file: globalVariableFilePath: /Users/gaoshuairen/ame/task-script/global_variable.conf globalVariablePlatform: default globalVariableIngestSwitch: close batch: table: ingestDir: /Users/gaoshuairen/ame/gsr/tableIngestDir finishDir: /Users/gaoshuairen/ame/gsr/tableIngestDir-f view: ingestDir: /Users/gaoshuairen/ame/gsr/viewIngestDir finishDir: /Users/gaoshuairen/ame/gsr/viewIngestDir-f task: ingestDir: /Users/gaoshuairen/ame/gsr/taskIngestDir finishDir: /Users/gaoshuairen/ame/gsr/taskIngestDir-f tableDdlDir: /Users/gaoshuairen/ame/test scriptParserDirectoryMonitoring: inputDirectories: /data/parser-script;/Users/gaoshuairen/ame/parser-script; lastAccessTimeCacheKey: "ame:scriptParserDirectoryMonitoring:lastAccessTime:1:" sql: variable: #defaultVariateValue: 1910-01-01 databases: position: 1 keywords: update create alter drop insert use select with set add from parser: bigMetaUrl: http://10.5.40.40:8080 datasourceName: FileParser redis_host: redis.dev01.aloudata.work redis_port: 6379 redis_database: 12 redis_password: 123456 redis_key_timeout: 172800 logging: config: classpath:log4j2.xml file: path: /Users/gaoshuairen/logs11 kafka: brokers: kafkanode1.dev01.aloudata.work:9092,kafkanode2.dev01.aloudata.work:9092,kafkanode3.dev01.aloudata.work:9092 topics: ddl: aloudata_extract_filesystem_dml_topic1gsr dml: aloudata_extract_filesystem_dml_topic1gsr dag: aloudata_extract_dag_1 producer-properties: acks: -1 max.request.size: 10485760 # 10M ingestion: rootDir: dir: /Users/gaoshuairen/ame/remote type: direct sqlGrammarType: HIVE datasourceName: gsr_test task: schemaSwitch: close script: originalScriptPath: /autohome/etlgs/CTM/APP replaceScriptPath: /Users/gaoshuairen/ame/dml1 spi: fileServer: type: LOCAL config: '{ "defaultType":"ECS", "bucketName":"lv39_00_dsp2018.10", "downloadPath":"data/edw/dg4/download", "endPoint":"http://99.12.100.29:9020", "expirationDays":"90", "officeEndpoint":"http://99.12.100.29.9030", "expirationPrefix":"90temp-", "presistPath":"dg4_general/persist/", "secretKey":"7iTDcpr5pgtRGBvqgcIQ2VKyxNg1O3KwsCdTHM4Z", "tempPath":"data/edw/dg4/temp/", "uploadPath":"data/edw/dg4/upload/", "user":"lv39_user1" }' management: endpoints: web: exposure: include: "*" endpoint: health: show-details: always