You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Joe McDonnell (Code Review)" <ge...@cloudera.org> on 2019/12/26 20:56:49 UTC

[Impala-ASF-CR] IMPALA-8003: Improve logging for diskspace errors from dataload

Hello Laszlo Gaal, Paul Rogers, David Knupp, Impala Public Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/12399

to look at the new patch set (#4).

Change subject: IMPALA-8003: Improve logging for diskspace errors from dataload
......................................................................

IMPALA-8003: Improve logging for diskspace errors from dataload

When running dataload for a local HDFS minicluster on a machine
without enough diskspace, it can fail with arcane errors that don't
mentioned disk space. This checks the HDFS NameNode log for common
errors that indicate disk space issues ("Failed to place enough replicas"
and "NOT_ENOUGH_STORAGE_SPACE") and prints a better error message.
This does not do any checks for non-HDFS or remote clusters.

Change-Id: If8766d819c68345cac7d0a32258415ef1a188f53
---
M testdata/bin/create-load-data.sh
1 file changed, 31 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/99/12399/4
-- 
To view, visit http://gerrit.cloudera.org:8080/12399
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If8766d819c68345cac7d0a32258415ef1a188f53
Gerrit-Change-Number: 12399
Gerrit-PatchSet: 4
Gerrit-Owner: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: David Knupp <dk...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: Laszlo Gaal <la...@cloudera.com>
Gerrit-Reviewer: Paul Rogers <pr...@cloudera.com>