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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Akash R Nilugal (Jira)
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)