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