hadoop_hdfs_client/hdfs/protocol/
hdfs_constants.rs

1/// URI Scheme for `hdfs://namenode/` URIs.
2pub const HDFS_URI_SCHEME: &str = "hdfs";
3
4/// HDFS Protocol Names:
5pub const CLIENT_NAMENODE_PROTOCOL_NAME: &str = "org.apache.hadoop.hdfs.protocol.ClientProtocol";