hdfs icon indicating copy to clipboard operation
hdfs copied to clipboard

Custom webhdfs_prefix support

Open zhouchanghai opened this issue 4 years ago • 1 comments

webhdfs_prefix is hard coded in _Request class (client.py): webhdfs_prefix = `'/webhdfs/v1' However, some clusters don't use the standard prefix. It's better to pass in the prefix as a parameter of Client.

zhouchanghai avatar May 25 '21 15:05 zhouchanghai

Sounds reasonable. I'd be happy to review a PR for this.

mtth avatar Jun 08 '21 08:06 mtth