Open zhouchanghai opened 3 years ago
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.
Sounds reasonable. I'd be happy to review a PR for this.
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.