Commit 48176b1b authored by 赵建伟's avatar 赵建伟

update codes

parent 182be892
......@@ -27,7 +27,7 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \
--retryInteral 3000 \
--checkpointPath 'hdfs://bj-gmei-hdfs/user/data/flink/ctr-estimate-clk/checkpoint' \
--parallelism 6 \
--startTime '2020-04-04 15:20:00' \
--startTime '2020-04-04 15:23:00' \
>> /data/log/ctr-estimate/ctr-estimate-clk.out 2>&1 &
tail -f /data/log/ctr-estimate/ctr-estimate-clk.out
......
#!/bin/bash
app_id=`/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application -list | grep ctr-estimate | awk '{print $1}'`
app_id=`/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application -list | grep -w ctr-estimate | awk '{print $1}'`
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application -kill $app_id
\ No newline at end of file
#!/bin/bash
app_id=`/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application -list | grep ctr-estimate-clk | awk '{print $1}'`
app_id=`/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application -list | grep -w ctr-estimate-clk | awk '{print $1}'`
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application -kill $app_id
\ No newline at end of file
#!/bin/bash
app_id=`/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application -list | grep ctr-estimate-tag | awk '{print $1}'`
app_id=`/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application -list | grep -w ctr-estimate-tag | awk '{print $1}'`
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application -kill $app_id
\ No newline at end of file
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