Skip to content

Commit

Permalink
Addendum fix in container executor. Contributed by Wilfred Spiegelenb…
Browse files Browse the repository at this point in the history
…urg.
  • Loading branch information
aajisaka committed May 23, 2018
1 parent 45a1c68 commit 7be1bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ int main(int argc, char **argv) {
}

char *orig_conf_file = HADOOP_CONF_DIR "/" CONF_FILENAME;
char *conf_file = resolve_config_path(orig_conf_file, argv[0]);
char *conf_file = resolve_config_path(orig_conf_file, executable_file);
char *local_dirs, *log_dirs;
char *resources, *resources_key, *resources_value;

Expand Down

0 comments on commit 7be1bc5

Please sign in to comment.