Introduction
Now, we are really down to the business end of using Talend Open Studio. All the coding techniques described in all the other chapters count for nothing if we cannot execute the jobs we create in the real world on real data.
So, this chapter shows the methods used to deploy and schedule your Talend code once you have fully coded and tested it.
This, chapter covers two main topics required to execute our Talend jobs in real-world environments; how to generate executable code that can be used within a scheduling tool or script, and how to create schedules within Talend if we wish to use Talend for scheduling.
Whichever method you choose, Talend can easily call or be called by a variety of other tools.
But first, there are a few points of note that you should read before continuing on to the recipes.
Context Variables
Some of these exercises will make reference to the context variables. It is recommended that you first complete Chapter 6, Managing Context Variables prior to tackling...