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

update codes

parent d2879174
...@@ -21,12 +21,15 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \ ...@@ -21,12 +21,15 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \
--maidianInGroupId 'ctr-estimate-flink' \ --maidianInGroupId 'ctr-estimate-flink' \
--windowSize 600 \ --windowSize 600 \
--slideSize 600 \ --slideSize 600 \
--jdbcUrl 'jdbc:mysql://172.16.40.170:4000/jerry_test?user=data_user&password=YPEzp78HQBuhByWPpefQu6X3D6hEPfD6&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/checkpoint' \ --checkpointPath 'hdfs://bj-gmei-hdfs/user/data/flink/ctr-estimate/checkpoint' \
--parallelism 12 \ --parallelism 12 \
--startTime '2020-04-03 19:30:00' \ --startTime '2020-04-03 19:40:00' \
>> /data/log/ctr-estimate/ctr-estimate.out 2>&1 & >> /data/log/ctr-estimate/ctr-estimate.out 2>&1 &
tail -10f /data/log/ctr-estimate/ctr-estimate.out tail -10f /data/log/ctr-estimate/ctr-estimate.out
\ No newline at end of file
#--jdbcUrl 'jdbc:mysql://172.16.40.170:4000/jerry_test?user=data_user&password=YPEzp78HQBuhByWPpefQu6X3D6hEPfD6&autoReconnect=true&useSSL=false' \
\ No newline at end of file
--CREATE SCHEMA `jerry_test` DEFAULT CHARACTER SET utf8mb4 ; -- CREATE SCHEMA `jerry_test` DEFAULT CHARACTER SET utf8mb4 ;
use jerry_test;
-- CTR特征预估点击量表 -- CTR特征预估点击量表
CREATE TABLE `device_current_estimate_clk` ( CREATE TABLE `device_current_estimate_clk` (
......
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