Files
impala/bin/diagnostics
Bharath Vissapragada 5f5c8612f6 [diagnostics] Make --minidump_dir consistent with Impala's --minidump_path
Currently, the diagnostics script expects a full path to the actual
directory to which process minidumps are written. This is however
incosistent with Impala's configuration --minidump_path.

Impala creates a subdirectory under FLAGS_minidump_path (for ex:
<FLAGS_minidump_path>/impalad) to which it writes the minidumps.

This commit fixes the diagnostic script input --minidump_dir to be
consistent with the above behavior from Impala. It now looks for
minidumps under the directory <--minidump_path>/<process-name>

The users of this script are expected to fix their input args
accordingly.

Change-Id: I9e59f108a1f29a33768a39d0f4554d96e2dcd381
Reviewed-on: http://gerrit.cloudera.org:8080/11353
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Reviewed-by: Bharath Vissapragada <bharathv@cloudera.com>
2018-09-04 20:17:37 +00:00
..