Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Can we add comments to oozie job.properties file?

avatar
Rising Star

I am creating a common Data Ingestion framework using Oozie by making my workflow.xml as a standard one using the parameters and these parameters can be passed thru job.properties file.

Now the challenge is: when following the coding standards, I can't add comments for a partiucalar table/project in workflow.xml as it is a standard one, so can I add in the job.properties file which can vary table to table.

If you have any other ways please let me know

1 ACCEPTED SOLUTION

avatar
Master Mentor

Prepend the comments in job.properties with # and in workflow.xml use <!-- comment --> like so.

View solution in original post

1 REPLY 1

avatar
Master Mentor

Prepend the comments in job.properties with # and in workflow.xml use <!-- comment --> like so.