Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.4
-
None
-
None
Description
1. Install hadoop under the sudo user
2. delete sudo user from all hosts
3. delete all services, ambari-server and ambari-agents
4. Install and setup ambari-server once again
5. Try to install hadoop under the sudo user once again
6. The hosts confirmation fail with the same error on all hosts
scp: /tmp/os_type_check.sh: Permission denied
the /tmp/os_type_check.sh owner on server host on the failed cluster was
-rwxr-xr-x 1 1000 users 2780 2013-06-07 16:32 os_type_check.sh
the /tmp/os_type_check.sh owner on server host on the cluster which were success was
-rwxr-xr-x. 1 testuser testuser 2780 Jun 7 08:52 os_type_check.sh
testuser - is the sudo user.