Created
August 30, 2019 07:10
-
-
Save jatinchauhann/82f1a7ada1440385c5e7d54e936d7dfb to your computer and use it in GitHub Desktop.
JSON Configuration File used in the HDFS Stats Tool available at my repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"admin": { | |
"email": "[email protected]", | |
"all_stats_to_email": "[email protected],[email protected]", | |
"server_host": "your_smtp_host_name", | |
"server_port": "your_smtp_host_port_number" | |
}, | |
"db_name_1": { | |
"name": "DB Name 1", | |
"email": "[email protected]" | |
}, | |
"db_name_2": { | |
"name": "DB Name 2", | |
"email": "[email protected]" | |
}, | |
"mail_format": { | |
"subject": "Commercial Datalake: HDFS Stats", | |
"body": "<meta http-equiv='Content-Type' content='text/html; charset=utf-8'><html><body>Hi Team,<br><br>PFA the HDFS utilization stats for your respective franchises.<br><br><strong>Action items:</strong><br><ul> <li>Franchise leads should coordinate with their team to free up the HDFS space as required.</li> <li>Please observe the text input format table in the attached html for your respective franchise and convert them to parquet format tables(Only reference tables are exception of this rule).</li></ul><br><strong>Note: This is a system generated mail please do not reply on this mail.</strong><br><br>Regards,<br><span style='color: coral'>ZS Mabi Ops Team</span></body></html>" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment