You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twister2, Ahmet Uyar
Hi Ahmet.
With the changes from 0.6.0 to 0.7.0 the class BatchTSetIWorker has been removed and replaced with Twister2Worker, The latter was used with the Beam integration, In BatchTSetIWorker there is a code segment [1] that sent job status to driver, Is there an equivalent code segment in the new Twister2Worker that performs this operation?
But, I think we should remove this code segment. Because, each worker already sends a COMPLETED message to JobMaster when they are done. So, the Driver can get this message. Though, We need to implement a proper event propagator.