[][src]Function rust_hdfs::hdfsBuilderSetKerbTicketCachePath

pub unsafe extern "C" fn hdfsBuilderSetKerbTicketCachePath(
    bld: *mut hdfsBuilder,
    kerbTicketCachePath: *const c_char
)

Set the path to the Kerberos ticket cache to use when connecting to the HDFS cluster.

@param bld The HDFS builder @param kerbTicketCachePath The Kerberos ticket cache path. The string will be shallow-copied.