daiviy commented on issue #4228:
URL: https://github.com/apache/streampark/issues/4228#issuecomment-2774641088

   flink run \
     -m yarn-cluster \
     -ynm ddl_sql_xxxxxxx \
     -p 3 \
     -yjm 2g \
     -ytm 2g \
     -ys 1 \
     -yD taskmanager.memory.managed.size=0 \
     -yD state.backend.latency-track.keyed-state-enabled=true \
     -yD taskmanager.memory.managed.fraction=0.5 \
     -yD taskmanager.memory.network.fraction=0.04 \
     -yD taskmanager.memory.network.min=128mb \
     -yD taskmanager.memory.jvm-overhead.fraction=0.02 \
     -yD taskmanager.memory.jvm-overhead.max=256mb \
     -yD yarn.containers.vcores=1 \
     -yD akka.ask.timeout=500s \
     -yD web.timeout=6000000 \
     -yD env.java.opts.all="-XX:+PrintGCDetails -XX:+PrintGCDateStamps 
-Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8" \
     -c com.reyun.adsdesk.data.rts.core.SqlJobApplication \
     /data/code/jar/xmp_ads_data_rts.jar \
     --sql   /data/code/xxxxxxxx.sql \
     --type 0 \
     --checkpointDir "/flink-checkpoint/xxxxxxx" \
     --stateBackendType 1 \
     --checkpointInterval 60000 \
     --checkpointTimeout 86400000 \
     --checkpointingMode AT_LEAST_ONCE \


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to