Rajashekar created CRUNCH-643: --------------------------------- Summary: Make DISABLE_COMBINE_FILE flag false for SeqFileTableSource files Key: CRUNCH-643 URL: https://issues.apache.org/jira/browse/CRUNCH-643 Project: Crunch Issue Type: Bug Reporter: Rajashekar
Recently we have observed that Crunch API by default disabling the combine file flag(DISABLE_COMBINE_FILE) [1] when we create [2] SeqFileTableSource files. We need to enable the combine files by making DISABLE_COMBINE_FILE flag false. [1] https://github.com/apache/crunch/blob/apache-crunch-0.15.0/crunch-core/src/main/java/org/apache/crunch/io/seq/SeqFileTableSource.java#L38-L48 [2] https://github.com/apache/crunch/blob/apache-crunch-0.15.0/crunch-core/src/main/java/org/apache/crunch/impl/mr/run/CrunchInputFormat.java#L55-L57 -- This message was sent by Atlassian JIRA (v6.3.15#6346)