Solution 4 Error (HDP)
- Note: just try to use the solution(s) addressed below to solve the corresponding error
- 2015.07.31
- no response from namenode UI / 50070 is binded to private IP
- ambari web -> HDFS -> configs -> custom core-site -> add property
- key: dfs.namenode.http-bind-host
- value: 0.0.0.0
- save it and restart related services
- note that there are 'dfs.namenode.rpc-bind-host', 'dfs.namenode.servicerpc-bind-host' and 'dfs.namenode.https-bind-host' properties which can solve similar issue
- 2015.07.30
- root is not allowed to impersonate <username>
- ambari web -> HDFS -> configs -> custom core-site -> add property
- key: hadoop.proxyuser.root.groups
- value: *
- key: hadoop.proxyuser.root.hosts
- value: *
- save it and restart related services
- note that you should change root to the user name who runs/submits the service/job
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.