Commit 02cb5410 by WangJinfeng

fix rtdmp_request_v2.sh

parent e9ba0fb2
......@@ -9,7 +9,7 @@ INPUT_PATH="s3://mob-emr-test/dataplatform/DataWareHouse/data/dwh/tmp/rtdmp_tmp_
audience_names="adx_goodreq7 sdk_goodreq7 sdk_wangzhuan_goodreq7"
for audience_name in ${audience_names}; do
S3_PATH="${INPUT_PATH}/${audience_name}"
S3_PATH="${INPUT_PATH}/${audience_name}/*/"
check_await ${S3_PATH}/_SUCCESS
java -cp ../${JAR} mobvista.dmp.datasource.rtdmp.RTDmpRequestV2 "${audience_name}" "${S3_PATH}"
done
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