Hi All,
I have resolved this issue.
It was permission problem i.e. submitting any job would create job id in dir /mr-history on hdfs cluser , whose username and group was root:root , and oozie was not able to get that job id.
I changed it to mapred:hadoop and gave full permission 777 and the above issue was resolved.
Thanks,
Vikash