Batch Job Execution (Test)
Once the batch job definition is complete and the development resources have been deployed to the execution environment, you can run the batch. To execute a batch, use the batch execution shells provided by the framework: runJob.sh or executeJob.sh.
The usage of the runJob.sh shell is as follows:
sh runJob.sh [APPLICATION_LOCATION] [APPLCATION_NAME] [JOB_ID] [Parameter1] [Parameter2] ...
The usage of the executeJob.sh shell is as follows:
sh executeJob.sh [APPLCATION_NAME] [JOB_ID] [Parameter1] [Parameter2] ...