You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Babulal (JIRA)" <ji...@apache.org> on 2019/03/28 08:49:00 UTC

[jira] [Created] (CARBONDATA-3334) multiple segment files created for partition table for one segment

Babulal created CARBONDATA-3334:
-----------------------------------

             Summary: multiple segment files created for partition table for one segment
                 Key: CARBONDATA-3334
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3334
             Project: CarbonData
          Issue Type: Bug
            Reporter: Babulal


unnecessary file 0.tmp.  also  created along with duplicate segment files (and 0_1553762464817.segment,0_1553762469148.segment)   

create table f (name string) partitioned by (b int) stored by 'carbondata' ;

insert into f select 'a',10;

check hdfs store location 

hadoop fs -ls /user/hive/warehouse/carbon.store/carbon1_1_test/f/Metadata/segments/
Found 3 items
-rw-rw-r--+ 3 carbon hive 163 2019-03-28 14:11 /user/hive/warehouse/carbon.store/carbon1_1_test/f/Metadata/segments/0_1553762464817.segment
-rw-rw-r--+ 3 carbon hive 158 2019-03-28 14:11 /user/hive/warehouse/carbon.store/carbon1_1_test/f/Metadata/segments/0_1553762469148.segment
drwxrwx---+ - carbon hive 0 2019-03-28 14:11 /user/hive/warehouse/carbon.store/carbon1_1_test/f/Metadata/segments/_0.tmp

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)