Can anyone explain use of Joblet in Talend -
can please give me brief description , uses of joblet in talend.
i have tried information in google it's bit confusing.
a joblet specific component replaces job component groups. joblets can reused in different jobs or several times in same job.
at runtime, joblet code integrated job code itself. no separate code generated, same java class being used.
unlike trunjob component, joblet code automatically included in job code @ runtime, using less resources. uses same context variables job itself, joblet easier maintain.
to use group of components standalone job, can use trunjob component. unlike joblet, trunjob has own context variables.
Comments
Post a Comment