Commit 49246988 authored by 赵建伟's avatar 赵建伟

update codes

parent 9689cdab
...@@ -19,8 +19,8 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \ ...@@ -19,8 +19,8 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \
--batchSize 1000 \ --batchSize 1000 \
--maidianInTopic 'gm-maidian-data' \ --maidianInTopic 'gm-maidian-data' \
--maidianInGroupId 'ctr-estimate-flink' \ --maidianInGroupId 'ctr-estimate-flink' \
--windowSize 600 \ --windowSize 5 \
--slideSize 600 \ --slideSize 5 \
--jdbcUrl 'jdbc:mysql://172.18.44.3:3306/jerry_test?user=root&password=5OqYM^zLwotJ3oSo&autoReconnect=true&useSSL=false' \ --jdbcUrl 'jdbc:mysql://172.18.44.3:3306/jerry_test?user=root&password=5OqYM^zLwotJ3oSo&autoReconnect=true&useSSL=false' \
--maxRetry 3 \ --maxRetry 3 \
--retryInteral 3000 \ --retryInteral 3000 \
......
...@@ -20,8 +20,8 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \ ...@@ -20,8 +20,8 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \
--batchSize 1000 \ --batchSize 1000 \
--maidianInTopic 'gm-maidian-data' \ --maidianInTopic 'gm-maidian-data' \
--maidianInGroupId 'ctr-estimate-flink-clk' \ --maidianInGroupId 'ctr-estimate-flink-clk' \
--windowSize 600 \ --windowSize 5 \
--slideSize 600 \ --slideSize 5 \
--jdbcUrl 'jdbc:mysql://172.18.44.3:3306/jerry_test?user=root&password=5OqYM^zLwotJ3oSo&autoReconnect=true&useSSL=false' \ --jdbcUrl 'jdbc:mysql://172.18.44.3:3306/jerry_test?user=root&password=5OqYM^zLwotJ3oSo&autoReconnect=true&useSSL=false' \
--maxRetry 3 \ --maxRetry 3 \
--retryInteral 3000 \ --retryInteral 3000 \
......
...@@ -20,14 +20,14 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \ ...@@ -20,14 +20,14 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \
--batchSize 1000 \ --batchSize 1000 \
--maidianInTopic 'gm-maidian-data' \ --maidianInTopic 'gm-maidian-data' \
--maidianInGroupId 'ctr-estimate-flink-tag' \ --maidianInGroupId 'ctr-estimate-flink-tag' \
--windowSize 600 \ --windowSize 5 \
--slideSize 600 \ --slideSize 5 \
--jdbcUrl 'jdbc:mysql://172.18.44.3:3306/jerry_test?user=root&password=5OqYM^zLwotJ3oSo&autoReconnect=true&useSSL=false' \ --jdbcUrl 'jdbc:mysql://172.18.44.3:3306/jerry_test?user=root&password=5OqYM^zLwotJ3oSo&autoReconnect=true&useSSL=false' \
--maxRetry 3 \ --maxRetry 3 \
--retryInteral 3000 \ --retryInteral 3000 \
--checkpointPath 'hdfs://bj-gmei-hdfs/user/data/flink/ctr-estimate-tag/checkpoint' \ --checkpointPath 'hdfs://bj-gmei-hdfs/user/data/flink/ctr-estimate-tag/checkpoint' \
--parallelism 6 \ --parallelism 6 \
--startTime '2020-04-04 11:41:00' \ --startTime '2020-04-04 11:42:00' \
>> /data/log/ctr-estimate/ctr-estimate-tag.out 2>&1 & >> /data/log/ctr-estimate/ctr-estimate-tag.out 2>&1 &
tail -f /data/log/ctr-estimate/ctr-estimate-tag.out tail -f /data/log/ctr-estimate/ctr-estimate-tag.out
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment