Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9F500200D0B for ; Tue, 29 Aug 2017 07:47:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9D786166182; Tue, 29 Aug 2017 05:47:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E4DDC16617F for ; Tue, 29 Aug 2017 07:47:04 +0200 (CEST) Received: (qmail 4159 invoked by uid 500); 29 Aug 2017 05:47:04 -0000 Mailing-List: contact issues-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list issues@carbondata.apache.org Received: (qmail 4146 invoked by uid 99); 29 Aug 2017 05:47:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2017 05:47:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 861A3183E64 for ; Tue, 29 Aug 2017 05:47:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id HHAZun5_9R8Z for ; Tue, 29 Aug 2017 05:47:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 0DB2F5F1EF for ; Tue, 29 Aug 2017 05:47:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5719EE08B4 for ; Tue, 29 Aug 2017 05:47:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B12B623F15 for ; Tue, 29 Aug 2017 05:47:00 +0000 (UTC) Date: Tue, 29 Aug 2017 05:47:00 +0000 (UTC) From: "Pallavi Singh (JIRA)" To: issues@carbondata.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CARBONDATA-1421) Auto Compaction Failing in CarbonData Loading MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 29 Aug 2017 05:47:05 -0000 Pallavi Singh created CARBONDATA-1421: ----------------------------------------- Summary: Auto Compaction Failing in CarbonData Loading Key: CARBONDATA-1421 URL: https://issues.apache.org/jira/browse/CARBONDATA-1421 Project: CarbonData Issue Type: Bug Components: data-load Affects Versions: 1.2.0 Reporter: Pallavi Singh Fix For: 1.2.0 I ran the create query followed by multiple load queries and the auto-compaction is failing. 0: jdbc:hive2://localhost:10000> LOAD DATA inpath 'hdfs://localhost:54310/data/4000_UniqData.csv' INTO table uniqdata options('DELIMITER'=',', 'FILEHEADER'='CUST_ID, CUST_NAME, ACTIVE_EMUI_VERSION, DOB, DOJ, BIGINT_COLUMN1, BIGINT_COLUMN2, DECIMAL_COLUMN1, DECIMAL_COLUMN2, Double_COLUMN1, Double_COLUMN2, INTEGER_COLUMN1'); +---------+--+ | Result | +---------+--+ +---------+--+ No rows selected (1.183 seconds) 0: jdbc:hive2://localhost:10000> LOAD DATA inpath 'hdfs://localhost:54310/data/5000_UniqData.csv' INTO table uniqdata options('DELIMITER'=',', 'FILEHEADER'='CUST_ID, CUST_NAME, ACTIVE_EMUI_VERSION, DOB, DOJ, BIGINT_COLUMN1, BIGINT_COLUMN2, DECIMAL_COLUMN1, DECIMAL_COLUMN2, Double_COLUMN1, Double_COLUMN2, INTEGER_COLUMN1'); Error: java.lang.Exception: Dataload is success. Auto-Compaction has failed. Please check logs. (state=,code=0) 0: jdbc:hive2://localhost:10000> LOAD DATA inpath 'hdfs://localhost:54310/data/7000_UniqData.csv' INTO table uniqdata options('DELIMITER'=',', 'FILEHEADER'='CUST_ID, CUST_NAME, ACTIVE_EMUI_VERSION, DOB, DOJ, BIGINT_COLUMN1, BIGINT_COLUMN2, DECIMAL_COLUMN1, DECIMAL_COLUMN2, Double_COLUMN1, Double_COLUMN2, INTEGER_COLUMN1'); Error: java.lang.Exception: Dataload is success. Auto-Compaction has failed. Please check logs. (state=,code=0) 0: jdbc:hive2://localhost:10000> 0: jdbc:hive2://localhost:10000> 0: jdbc:hive2://localhost:10000> 0: jdbc:hive2://localhost:10000> 0: jdbc:hive2://localhost:10000> 0: jdbc:hive2://localhost:10000> 0: jdbc:hive2://localhost:10000> 0: jdbc:hive2://localhost:10000> show segments for table uniqdata; +--------------------+----------+--------------------------+--------------------------+--+ | SegmentSequenceId | Status | Load Start Time | Load End Time | +--------------------+----------+--------------------------+--------------------------+--+ | 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 | +--------------------+----------+--------------------------+--------------------------+--+ 5 rows selected (0.099 seconds) 0: jdbc:hive2://localhost:10000> LOAD DATA inpath 'hdfs://localhost:54310/data/7000_UniqData.csv' INTO table uniqdata options('DELIMITER'=',', 'FILEHEADER'='CUST_ID, CUST_NAME, ACTIVE_EMUI_VERSION, DOB, DOJ, BIGINT_COLUMN1, BIGINT_COLUMN2, DECIMAL_COLUMN1, DECIMAL_COLUMN2, Double_COLUMN1, Double_COLUMN2, INTEGER_COLUMN1'); Error: java.lang.Exception: Dataload is success. Auto-Compaction has failed. Please check logs. (state=,code=0) 0: jdbc:hive2://localhost:10000> show segments for table uniqdata; +--------------------+----------+--------------------------+--------------------------+--+ | SegmentSequenceId | Status | Load Start Time | Load End Time | +--------------------+----------+--------------------------+--------------------------+--+ | 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 | +--------------------+----------+--------------------------+--------------------------+--+ -- This message was sent by Atlassian JIRA (v6.4.14#64029)