You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Zhichao Zhang (JIRA)" <ji...@apache.org> on 2017/08/30 07:30:00 UTC

[jira] [Commented] (CARBONDATA-1422) Major and Minor Compaction Failing

    [ https://issues.apache.org/jira/browse/CARBONDATA-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16146810#comment-16146810 ] 

Zhichao  Zhang commented on CARBONDATA-1422:
--------------------------------------------

can you show more detailed log messages?

> Major and Minor Compaction Failing
> ----------------------------------
>
>                 Key: CARBONDATA-1422
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1422
>             Project: CarbonData
>          Issue Type: Bug
>    Affects Versions: 1.2.0
>            Reporter: Pallavi Singh
>             Fix For: 1.2.0
>
>
> The major and minor compaction is failing. 
> The Compaction is failing in the default scenario where the table property dictionary_include is not specified which is the default behaviour.
> Please find the error logs below :
> 0: jdbc:hive2://localhost:10000> show segments for table uniqdata;
> +--------------------+----------+--------------------------+--------------------------+--+
> | SegmentSequenceId  |  Status  |     Load Start Time      |      Load End Time       |
> +--------------------+----------+--------------------------+--------------------------+--+
> | 9                  | Success  | 2017-08-29 11:17:29.927  | 2017-08-29 11:17:30.555  |
> | 8                  | Success  | 2017-08-29 11:17:27.572  | 2017-08-29 11:17:28.363  |
> | 7                  | Success  | 2017-08-29 11:17:23.583  | 2017-08-29 11:17:25.112  |
> | 6                  | Success  | 2017-08-29 11:17:07.966  | 2017-08-29 11:17:09.322  |
> | 5                  | Success  | 2017-08-29 10:38:15.727  | 2017-08-29 10:38:16.548  |
> | 4                  | Success  | 2017-08-29 10:37:13.053  | 2017-08-29 10:37:13.888  |
> | 3                  | Success  | 2017-08-29 10:36:57.851  | 2017-08-29 10:36:59.08   |
> | 2                  | Success  | 2017-08-29 10:36:49.439  | 2017-08-29 10:36:50.373  |
> | 1                  | Success  | 2017-08-29 10:36:37.365  | 2017-08-29 10:36:38.768  |
> | 0                  | Success  | 2017-08-29 10:36:21.011  | 2017-08-29 10:36:26.1    |
> +--------------------+----------+--------------------------+--------------------------+--+
> 10 rows selected (0.081 seconds)
> 0: jdbc:hive2://localhost:10000> ALTER TABLE uniqdata COMPACT 'MINOR';
> Error: java.lang.RuntimeException: Compaction failed. Please check logs for more info. Exception in compaction java.lang.Exception: Compaction Failure in Merger Rdd. (state=,code=0)
> 0: jdbc:hive2://localhost:10000> ALTER TABLE uniqdata COMPACT 'MAJOR';
> Error: java.lang.RuntimeException: Compaction failed. Please check logs for more info. Exception in compaction java.lang.Exception: Compaction Failure in Merger Rdd. (state=,code=0)
> 0: jdbc:hive2://localhost:10000> 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)