Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.