Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP][Kernel][DefaultEngine] Refactor the Default Engine to not use Hadoop directly, instead provide a generic IO interface #4191

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vkorukanti
Copy link
Collaborator

Description

Currently Hadoop APIs are used throughout the default Engine. This is a problem for connectors that don't want to depend on the Hadoop. This is an attempt to separate out the I/O related functionality into an interface (FileIO) and provide Hadoop based implementation of FileIO for connector that want to use the default engine with Hadoop. For other connectors that don't want Hadoop, can provide their own implementation of the FileIO to the default engine.

WIP: parquet write side work is remaining.

How was this patch tested?

Existing tests. Need to add code test to not use the Hadoop directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant