- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Can we add comments to oozie job.properties file?
- Labels:
-
Apache Oozie
Created ‎09-26-2016 01:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎09-26-2016 02:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Prepend the comments in job.properties with # and in workflow.xml use <!-- comment --> like so.
Created ‎09-26-2016 02:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Prepend the comments in job.properties with # and in workflow.xml use <!-- comment --> like so.
