Wei-Chiu Chuang created HBASE-27739:
---------------------------------------
Summary: Remove Java reflection used in FSUtils.create()
Key: HBASE-27739
URL: https://issues.apache.org/jira/browse/HBASE-27739
Project: HBase
Issue Type: Improvement
Reporter: Wei-Chiu Chuang
FSUtils.create() uses reflection to access a HDFS API
DistributedFileSystem.create() that supports favored node.
This API is added in Hadoop 2.1.0-beta (HDFS-2576) so we can use it directly
without reflection.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)