[
https://issues.apache.org/jira/browse/HIVE-26412?focusedWorklogId=792843&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-792843
]
ASF GitHub Bot logged work on HIVE-26412:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jul/22 17:28
Start Date: 19/Jul/22 17:28
Worklog Time Spent: 10m
Work Description: adesh-rao opened a new pull request, #3456:
URL: https://github.com/apache/hive/pull/3456
HiveSplitGenerator is tightly coupled with Tez's InputContext to fetch the
available slots during split calculation. Creating a interface to fetch the
available slots will allow having other implementation too which are more
suitable for different cloud vendors.
The change contains a default implementation using Tez's InputContext and a
new HiveConfiguration pointing to the class implementing the interface.
Different cloud vendors can plugin there strategy by implementing the interface.
Issue Time Tracking
-------------------
Worklog Id: (was: 792843)
Remaining Estimate: 0h
Time Spent: 10m
> Create interface to fetch available slots during split calculation
> ------------------------------------------------------------------
>
> Key: HIVE-26412
> URL: https://issues.apache.org/jira/browse/HIVE-26412
> Project: Hive
> Issue Type: Task
> Reporter: Adesh Kumar Rao
> Assignee: Adesh Kumar Rao
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> HiveSplitGenerator is tightly coupled with Tez's InputContext to fetch the
> available slots during split calculation. Creating a interface to fetch the
> available slots will allow having other implementation too which are more
> suitable for different cloud vendors.
> The idea is to have a default implementation using Tez's InputContext and a
> new HiveConfiguration pointing to the class implementing the interface.
> Different cloud vendors can plugin there strategy by implementing the
> interface.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)