Hi, I'm currently working on refactoring TsFile storage on HDFS codes by extracting HDFS related files (HDFSFile, HDFSInput, HDFSOutput) into Hadoop module from TSFile module, so that TSFile module will not depend on Hadoop libs.
During my work, I have found that Hadoop module codes are out-dated and could not be compiled correctly [1]. Then I noticed this PR[2] is solving the Hadoop module problems. May I ask whether this PR will be approved and merged recently? Or do I have any other resolutions? [1] https://travis-ci.org/apache/incubator-iotdb/builds/588776424?utm_source=github_status&utm_medium=notification [2] https://github.com/apache/incubator-iotdb/pull/386 BR, -- Zesong Sun School of Software, Tsinghua University 孙泽嵩 清华大学 软件学院 -----原始邮件----- 发件人: "Zesong Sun (Jira)" <[email protected]> 发送时间: 2019-09-22 18:23:00 (星期日) 收件人: [email protected] 抄送: 主题: [jira] [Created] (IOTDB-234) Refactor TsFile storage on HDFS Zesong Sun created IOTDB-234: -------------------------------- Summary: Refactor TsFile storage on HDFS Key: IOTDB-234 URL: https://issues.apache.org/jira/browse/IOTDB-234 Project: Apache IoTDB Issue Type: Improvement Reporter: Zesong Sun Refactor TsFile storage on HDFS codes: * Extract HDFS related files (HDFSFile, HDFSInput, HDFSOutput) into Hadoop module from TSFile module, so that TSFile module will not depend on Hadoop libs. * Use Java Reflection to get HDFS related files in TSFile module. -- This message was sent by Atlassian Jira (v8.3.4#803005)
