'How can I know the value of job.properties's variable in oozie?

[Background Story]

  1. There are many RUNNING jobs in oozie.
  2. job.properties files when be used to submit is not exists.
  3. I want to parse workflow.xml and to know the value of variable which defined in job.properties.

I found wf_jobs table in meta DB. I guess 'conf' column is the job.properties info what I want to know. But 'conf' column is blob type and unknown format. (I tried writing blob data into the file and that file is not gzip, not tar.gzip, not plain text...)

How can I know the value of variable which defined in job.properties when I parse workflow.xml in oozie?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source