Commit 44b2ff34 authored by 赵建伟's avatar 赵建伟

update codes

parent 7a9d9504
...@@ -9,9 +9,9 @@ nohup $FLINK_HOME/bin/flink run \ ...@@ -9,9 +9,9 @@ nohup $FLINK_HOME/bin/flink run \
-m yarn-cluster \ -m yarn-cluster \
-ynm ctr-estimate \ -ynm ctr-estimate \
-yqu flink \ -yqu flink \
-yn 2 \ -yn 3 \
-ys 2 \ -ys 3 \
-p 4 \ -p 6 \
-yjm 1024 \ -yjm 1024 \
-ytm 2048 \ -ytm 2048 \
$JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \
...@@ -26,7 +26,7 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \ ...@@ -26,7 +26,7 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \
--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 20:30:00' \ --startTime '2020-04-03 20: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
......
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