Hey,
You can use this example to see,
$ oozie job -oozie http://localhost:11000/oozie -config job.properties -run
The run option creates and starts a workflow job, coordinator job or bundle job.
The parameters for the job must be provided in a file, either a Java Properties file (.properties) or a Hadoop XML Configuration file (.xml). This file must be specified with the -config option.