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)

Reply via email to