You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2018/03/09 00:48:00 UTC

[jira] [Created] (HIVE-18918) Bad error message in CompactorMR.lanuchCompactionJob()

Eugene Koifman created HIVE-18918:
-------------------------------------

             Summary: Bad error message in CompactorMR.lanuchCompactionJob()
                 Key: HIVE-18918
                 URL: https://issues.apache.org/jira/browse/HIVE-18918
             Project: Hive
          Issue Type: Bug
          Components: Transactions
    Affects Versions: 1.2.2
            Reporter: Eugene Koifman
            Assignee: Eugene Koifman


{noformat}
      rj.waitForCompletion();
      if (!rj.isSuccessful()) {
        throw new IOException(compactionType == CompactionType.MAJOR ? "Major" : "Minor" +
               " compactor job failed for " + jobName + "! Hadoop JobId: " + rj.getID());
      }
{noformat}

produces no useful info in case of Major compaction



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)