A client is developing a Web application to implement a wizard-like application used by many users. At several points in the workflow, the application needs to execute jobs and transformations that are stored in the Pentaho server. Execution will include user-specific parameters. Upon completion of the job or transformation, the Web application will continue to the next UI page.
What is the recommended approach to accomplish this task?
- Use the Web service API to execute the jobs and transformations on the Pentaho server.
- Use the scheduling tool of the OS to execute the job and transformation on the pentaho server.
- Use the Kitchen and pan scripts to execute the jobs and transformations on the Pentaho server.
- Use the Job and Transformation steps to execute the jobs and transformations on the Pentaho server.
Answer(s): C
Explanation:
https://help.hitachivantara.com/Documentation/Pentaho/8.2/Products/Data_Integration/Command _Line_Tools
Reveal Solution
Next Question