[
https://issues.apache.org/jira/browse/GOBBLIN-699?focusedWorklogId=212735&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-212735
]
ASF GitHub Bot logged work on GOBBLIN-699:
------------------------------------------
Author: ASF GitHub Bot
Created on: 13/Mar/19 22:23
Start Date: 13/Mar/19 22:23
Worklog Time Spent: 10m
Work Description: htran1 commented on pull request #2570: [GOBBLIN-699]
Orc compaction impl.
URL: https://github.com/apache/incubator-gobblin/pull/2570#discussion_r265351281
##########
File path:
gobblin-compaction/src/main/java/org/apache/gobblin/compaction/mapreduce/orc/OrcValueRecursiveCombineFileInputFormat.java
##########
@@ -0,0 +1,37 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.gobblin.compaction.mapreduce.orc;
+
+import java.io.IOException;
+import
org.apache.gobblin.compaction.mapreduce.CompactionCombineFileInputFormat;
+import org.apache.hadoop.io.NullWritable;
+import org.apache.hadoop.mapreduce.InputSplit;
+import org.apache.hadoop.mapreduce.RecordReader;
+import org.apache.hadoop.mapreduce.TaskAttemptContext;
+import org.apache.hadoop.mapreduce.lib.input.CombineFileRecordReader;
+import org.apache.hadoop.mapreduce.lib.input.CombineFileSplit;
+import org.apache.orc.mapred.OrcValue;
+
+public class OrcValueRecursiveCombineFileInputFormat extends
CompactionCombineFileInputFormat<NullWritable, OrcValue> {
Review comment:
Remove `Recursive` from the name since nothing about the implementation here
is recursive.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 212735)
Time Spent: 40m (was: 0.5h)
> ORC Compaction Implementation
> -----------------------------
>
> Key: GOBBLIN-699
> URL: https://issues.apache.org/jira/browse/GOBBLIN-699
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Lei Sun
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)