[
https://issues.apache.org/jira/browse/HUDI-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wangxianghu updated HUDI-913:
-----------------------------
Description:
Introduce AbstractHoodieEngineContext as a multi-engine execution environment
AbstractHoodieEngineContext is the base class of multi-engine execution
context, it has only one
attribute(org.apache.hudi.common.config.SerializableConfiguration
hadoopConf)currently, which was used to init many useful clients in Java or
Flink engine.
For the Spark engine, we can implement a HoodieSparkEngineContext which extends
AbstractHoodieEngineContext to provide JavaSparkContext.
was:
Introduce HoodieEngineContext as a multi-engine execution environment
HoodieEngineContext is the base class of multi-engine execution context, it has
only one attribute(org.apache.hudi.common.config.SerializableConfiguration
hadoopConf)currently, which was used to init many useful clients in Java or
Flink engine.
For the Spark engine, we can implement a HoodieSparkEngineContext which extends
HoodieEngineContext to provide JavaSparkContext.
> Introduce AbstractHoodieEngineContext for hudi write client
> ------------------------------------------------------------
>
> Key: HUDI-913
> URL: https://issues.apache.org/jira/browse/HUDI-913
> Project: Apache Hudi
> Issue Type: Sub-task
> Reporter: wangxianghu
> Assignee: wangxianghu
> Priority: Major
>
> Introduce AbstractHoodieEngineContext as a multi-engine execution environment
> AbstractHoodieEngineContext is the base class of multi-engine execution
> context, it has only one
> attribute(org.apache.hudi.common.config.SerializableConfiguration
> hadoopConf)currently, which was used to init many useful clients in Java or
> Flink engine.
> For the Spark engine, we can implement a HoodieSparkEngineContext which
> extends AbstractHoodieEngineContext to provide JavaSparkContext.
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)