Docs.rs
  • hadoop-common-0.0.2
    • hadoop-common 0.0.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • xiaozhiyan
    • Dependencies
      • anyhow ^1.0.72 normal
      • atomic ^0.6.0 normal
      • hadoop-proto ^0.0.2 normal
      • iref ^2.2.3 normal
      • once_cell ^1.18.0 normal
      • prost ^0.11.9 normal
      • uuid ^1.4.1 normal
      • whoami ^1.4.1 normal
    • Versions
    • 41.38% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

hadoop_common0.0.2

Module common_configuration_keys

Module Items

  • Constants

In hadoop_common::fs

hadoop_common::fs

Module common_configuration_keys

Source

Re-exports§

pub use super::common_configuration_keys_public::*;

Constants§

FS_PERMISSIONS_UMASK_DEFAULT
Default value for FS_PERMISSIONS_UMASK_KEY
FS_PERMISSIONS_UMASK_KEY
Default umask for files created in HDFS
IPC_CLIENT_ASYNC_CALLS_MAX_DEFAULT
IPC_CLIENT_ASYNC_CALLS_MAX_KEY
IPC_CLIENT_BIND_WILDCARD_ADDR_DEFAULT
IPC_CLIENT_BIND_WILDCARD_ADDR_KEY
IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SASL_DEFAULT
IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SASL_KEY
IPC_CLIENT_FALLBACK_TO_SIMPLE_AUTH_ALLOWED_DEFAULT
IPC_CLIENT_FALLBACK_TO_SIMPLE_AUTH_ALLOWED_KEY
IPC_CLIENT_PING_DEFAULT
Default value of IPC_CLIENT_PING_KEY
IPC_CLIENT_PING_KEY
Enables pings from RPC client to the server
IPC_MAXIMUM_RESPONSE_LENGTH
Max response size a client will accept
IPC_MAXIMUM_RESPONSE_LENGTH_DEFAULT
Default value for IPC_MAXIMUM_RESPONSE_LENGTH
IPC_PING_INTERVAL_DEFAULT
Default value for IPC_PING_INTERVAL_KEY
IPC_PING_INTERVAL_KEY
How often does RPC client send pings to RPC server