简体   繁体   English

如何在 Glue Spark ETL 作业上倒带作业书签?

[英]How to rewind Job Bookmarks on Glue Spark ETL job?

I have read here that now Glue provides the ability to rewind job bookmarks for Spark ETL job.我在这里读过,现在 Glue 提供了为 Spark ETL 作业倒带作业书签的能力。

Still, I haven't been able to find any information on how to do that.不过,我还没有找到任何关于如何做到这一点的信息。 The sub-options in the "paused" job bookmark option seem to be useful in rewinding a job bookmark, but I can't find how to implement them (I am using Glue console.) “暂停”作业书签选项中的子选项似乎在倒带作业书签时很有用,但我找不到如何实现它们(我正在使用 Glue 控制台。)

What you need to pass following parameters in "Job parameters" section.您需要在“作业参数”部分传递以下参数。 With job bookmarks paused.作业书签已暂停。

job-bookmark-from <from-value> is the run ID which represents all the input that was processed until the last successful run before and including the specified run ID. job-bookmark-from <from-value>是运行 ID,它表示在最后一次成功运行之前处理的所有输入,包括指定的运行 ID。

job-bookmark-to <to-value> is the run ID which represents all the input that was processed until the last successful run before and including the specified run ID. job-bookmark-to <to-value>是运行 ID,它表示在最后一次成功运行之前处理的所有输入,包括指定的运行 ID。 The corresponding input excluding the input identified by the is processed by the job.除了由 标识的输入之外的相应输入由作业处理。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM