Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
If the configuration file is empty, we get the following error message:
Invalid configuration provided in /root/etc/hadoop/container-executor.cfg
This is does not provide enough details to figure out what is the issue at the first glance. We should use something like 'Empty configuration file provided...'
if (cfg->size == 0) { fprintf(ERRORFILE, "Invalid configuration provided in %s\n", file_name); exit(INVALID_CONFIG_FILE); }
Attachments
Attachments
Issue Links
- links to