What is the problem you are having with rclone?
I need some info regarding remote creation for HDFS using .pem or keytab file. I'm trying to create the remote using "rclone rc", please find the the request body below. But I need to know which parameter takes the value of .pem or keytab in request body to create the remote?
Run the command 'rclone version' and share the full output of the command.
rclone v1.57.0
- os/version: ubuntu 16.04 (64 bit)
- os/kernel: 4.4.0-1087-aws (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.2
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
HDFS
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Paste command here
I'm not running any command, instead I'm using rclone rc to create the remote.
The rclone config contents with secrets removed.
Paste config here
Below is the request body that I have to post.
{
"name": "hdfsremote",
"type": "hdfs",
"parameters": {
"namenode":"somehost:someport",
"username":"root",
"service_principal_name":"",
"data_transfer_protection":"privacy",
"encoding":""
}
}
A log from the command with the -vv
flag
Paste log here