diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-29 18:41:29 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-29 18:41:29 -0700 |
| commit | 001a472057f01b3ac2d3edb59b3d5fb0a141cddd (patch) | |
| tree | b9bac6f68ab44cb2d0fee5df0db69ba589ff69b0 /weed/pb/remote.proto | |
| parent | 05d27741179b199608d0c5c5373bf3c8939c1697 (diff) | |
| download | seaweedfs-001a472057f01b3ac2d3edb59b3d5fb0a141cddd.tar.xz seaweedfs-001a472057f01b3ac2d3edb59b3d5fb0a141cddd.zip | |
cloud mount: remote storage support hdfs
Diffstat (limited to 'weed/pb/remote.proto')
| -rw-r--r-- | weed/pb/remote.proto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/pb/remote.proto b/weed/pb/remote.proto index 20f4f9934..1f1c37343 100644 --- a/weed/pb/remote.proto +++ b/weed/pb/remote.proto @@ -46,6 +46,12 @@ message RemoteConf { string wasabi_secret_key = 41; string wasabi_endpoint = 42; string wasabi_region = 43; + + repeated string hdfs_namenodes = 50; + string hdfs_username = 51; + string hdfs_service_principal_name = 52; + string hdfs_data_transfer_protection = 53; + } message RemoteStorageMapping { |
