You are on page 1of 1

Dynamic process override

Example of spawn, wait & notify: extract of all employee details and calculate the interest on the salary using mapper
and insert in to bank table(emp/act no,cust name and balance) of database and intersts will be written in file
accumlate-op.

Spawn: Specifies whether to spawn a new machine process for executing the called process. If this option is
checked, the parent process cannot access the called process output. The called process is executed in a
separate process instance.

You might also like