【HDFS】cachingStrategy的设置

org.apache.hadoop.hdfs.client.impl.BlockReaderFactory#getRemoteBlockReader:

  private BlockReader getRemoteBlockReader(Peer peer) throws IOException {
   
    int networkDistance = clientContext.getNetworkDistance(datanode);
    return BlockReaderRemote

你可能感兴趣的:(HDFS全方位实战,hdfs,hadoop,大数据)