[
https://issues.apache.org/jira/browse/HIVE-18918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eugene Koifman reassigned HIVE-18918:
-------------------------------------
> 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
> Priority: Major
>
> {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)