You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: