Apache Flink 中文用户邮件列表
Login
Register
Search
everywhere
only in this topic
Advanced Search
任务异常捕获疑问
Classic
List
Threaded
♦
♦
Locked
1 message
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
zq wang
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Aug 06, 2019; 9:28am
任务异常捕获疑问
各位大佬好,
请问是否可以像下面这样捕获job异常, 如果不行应当怎么处理,或者有没有更好的方式?
谢谢...
try {
env.execute("jobName");
} catch (Throwable e) {
*//log..报警*
}
Free forum by Nabble
Edit this page