-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.02 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Generated by roxygen2: do not edit by hand
export(apply_default_configurations)
export(clean_liststatus_columns)
export(get_cluster)
export(get_name_node_url)
export(get_return_type)
export(get_setting)
export(get_user)
export(get_webhdfs_port)
export(get_webhdfs_suffix)
export(get_webhdfs_url)
export(guess_user)
export(hdfs_delete)
export(hdfs_get)
export(hdfs_ls)
export(hdfs_makedir)
export(hdfs_open)
export(hdfs_put)
export(hdfs_rename)
export(hdfs_summary)
export(hdfs_timestamp_to_posix)
export(is_namenode_active)
export(set_cluster)
export(set_name_node_url)
export(set_return_type)
export(set_user)
export(set_webhdfs_port)
export(set_webhdfs_suffix)
export(unlist_carefully)
importFrom(clusterconf,get_cluster_configs)
importFrom(clusterconf,get_cluster_package_name)
importFrom(clusterconf,get_cluster_param)
importFrom(clusterconf,list_available_clusters)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,PUT)
importFrom(httr,content)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,validate)
importFrom(methods,as)