Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

Can we add comments to oozie job.properties file?

avatar

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
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
Mentor

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

Labels