[
https://issues.apache.org/jira/browse/GOBBLIN-706?focusedWorklogId=217347&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-217347
]
ASF GitHub Bot logged work on GOBBLIN-706:
------------------------------------------
Author: ASF GitHub Bot
Created on: 22/Mar/19 17:06
Start Date: 22/Mar/19 17:06
Worklog Time Spent: 10m
Work Description: ZihanLi58 commented on pull request #2576:
[GOBBLIN-706]enable dynamic mappers
URL: https://github.com/apache/incubator-gobblin/pull/2576#discussion_r268260228
##########
File path:
gobblin-modules/gobblin-kafka-common/src/main/java/org/apache/gobblin/source/extractor/extract/kafka/workunit/packer/KafkaWorkUnitPacker.java
##########
@@ -362,6 +362,15 @@ public static KafkaWorkUnitPacker getInstance(PackerType
packerType, AbstractSou
throw new IllegalArgumentException("WorkUnit packer type " +
packerType + " not found");
}
}
+ public double getWorkUnitEstSizes(Map<String, List<WorkUnit>>
workUnitsByTopic){
Review comment:
The method setWorkUnitEsiSizes is a protected method. So I just create a
public method, and this new method just calculating the size instead of setting
the property of workUnits
----------------------------------------------------------------
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: 217347)
Time Spent: 1h 10m (was: 1h)
> Making KafkaSource dynamically determine the number of mapper
> -------------------------------------------------------------
>
> Key: GOBBLIN-706
> URL: https://issues.apache.org/jira/browse/GOBBLIN-706
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Lei Sun
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)