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
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
When putting data from openmind to webhdfs, the returned location header is :
http://xxx.xxx.xxx.xxx/a/xxx.xxx.xxx.xxx/50075/webhdfs/v1/user/code/code.py?op=CREATE&user.name=xxx&namenoderpcaddress=xxx.xxx.xxx.xxx:9000&createflag=&createparent=true&overwrite=false
webhdfs client cannot use this url to put data. the error is :
user.name=user: command not found
The cause of this problem:
the request is received by pylon and pylon cannot handle it.
We need to first confirm this address is correct. If it is correct, we should fix pylon to support this.
The text was updated successfully, but these errors were encountered: