 |
HDF5
1.12.0
|
Go to the documentation of this file.
25 #define H5FD_HDFS (H5FD_hdfs_init())
97 #define H5FD__CURR_HDFS_FAPL_T_VERSION 1
99 #define H5FD__HDFS_NODE_NAME_SPACE 128
100 #define H5FD__HDFS_USER_NAME_SPACE 128
101 #define H5FD__HDFS_KERB_CACHE_PATH_SPACE 128
H5_DLL hid_t H5FD_hdfs_init(void)
Definition: H5FDhdfs.c:577
int32_t stream_buffer_size
Definition: H5FDhdfs.h:109
int64_t hid_t
Definition: H5Ipublic.h:55
int32_t namenode_port
Definition: H5FDhdfs.h:106
Definition: H5FDhdfs.h:103
#define H5_DLL
Definition: H5api_adpt.h:234
int32_t version
Definition: H5FDhdfs.h:104
H5_DLL herr_t H5Pset_fapl_hdfs(hid_t fapl_id, H5FD_hdfs_fapl_t *fa)
Definition: H5FDhdfs.c:661
#define H5FD__HDFS_NODE_NAME_SPACE
Definition: H5FDhdfs.h:99
char namenode_name[H5FD__HDFS_NODE_NAME_SPACE+1]
Definition: H5FDhdfs.h:105
int herr_t
Definition: H5public.h:128
#define H5FD__HDFS_KERB_CACHE_PATH_SPACE
Definition: H5FDhdfs.h:101
char user_name[H5FD__HDFS_USER_NAME_SPACE+1]
Definition: H5FDhdfs.h:107
struct H5FD_hdfs_fapl_t H5FD_hdfs_fapl_t
#define H5FD__HDFS_USER_NAME_SPACE
Definition: H5FDhdfs.h:100
H5_DLL herr_t H5Pget_fapl_hdfs(hid_t fapl_id, H5FD_hdfs_fapl_t *fa_out)
Definition: H5FDhdfs.c:764
char kerberos_ticket_cache[H5FD__HDFS_KERB_CACHE_PATH_SPACE+1]
Definition: H5FDhdfs.h:108