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

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

     [ 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)