Ethan Guo created HUDI-8092:
-------------------------------
Summary: Replace Hadoop FileSystem and related usages with
HoodieStorage abstraction in hudi-client-common module
Key: HUDI-8092
URL: https://issues.apache.org/jira/browse/HUDI-8092
Project: Apache Hudi
Issue Type: Task
Reporter: Ethan Guo
Assignee: Shawn Chang
Fix For: 1.0.0
HUDI-6497 has replaced FileSystem, Path, and FileStatus usage in hudi-common
module and relevant classes in other modules. This task aims to do the same in
hudi-client-common module so all storage I/O operations should go through
HoodieStorage abstractions and we can get rid of Hadoop dependency in the
module later.
Use `grep "org.apache.hadoop" . -r` to find imports from Hadoop libs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)