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

[Improve][HDFS] Support HDFS incremental read #392

Open
1 of 2 tasks
lichang-bd opened this issue Feb 13, 2023 · 0 comments
Open
1 of 2 tasks

[Improve][HDFS] Support HDFS incremental read #392

lichang-bd opened this issue Feb 13, 2023 · 0 comments
Labels
difficulty-medium Medium difficulty to fix this issue enhancement New feature or request

Comments

@lichang-bd
Copy link
Member

Description

HDFS Inputformat supports passing in path parameters and imports all files under the path. However, in incremental scenarios, it is necessary to filter based on file name or file creation time

image

In the implementation, you can customize the PathFilter strategy, filter according to the file name regular match or file creation time, and set it through the setInputPathFilter function

image

image

BitSail Component or Code Module

BitSail Connector

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@lichang-bd lichang-bd changed the title [Improve][HDFS] Support file filter for hdfs input [Improve][HDFS] Support HDFS incremental read Feb 13, 2023
@lichang-bd lichang-bd added enhancement New feature or request difficulty-medium Medium difficulty to fix this issue labels Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty-medium Medium difficulty to fix this issue enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant