[
https://issues.apache.org/jira/browse/CARBONDATA-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ravindra Pesala resolved CARBONDATA-3334.
-----------------------------------------
Resolution: Fixed
Fix Version/s: 1.5.4
> 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
> Assignee: Kunal Kapoor
> Priority: Major
> Fix For: 1.5.4
>
> Time Spent: 4h 40m
> Remaining Estimate: 0h
>
> 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)