Created on 06-16-2016 09:04 AM - edited 09-16-2022 03:25 AM
Created 06-16-2016 09:28 AM
You will do this on the edge node, that's what it's for, to interact with Hadoop through client tools.
Created 06-16-2016 09:28 AM
You will do this on the edge node, that's what it's for, to interact with Hadoop through client tools.
Created 06-16-2016 09:37 AM
hi@Artem Ervits Thank you so much...for adding new users also we should in edge? but i already added them in prod..so i need to delete user and add them to edge node? is it required ?
Created 06-17-2016 01:16 AM
To elaborate on the answer provided by @Artem Ervits
The edge node is typically used to install client tools, so it will make sense to install the AWS S3 CLI on the edge.
For adding new users to the cluster, you need to ensure that the new users exist in ALL nodes. The reason is that Hadoop by default takes the user/group mappings from the UNIX users by default. So for Hadoop to 'know' about the new user you've created on the edge node, that same userid should exist on all nodes.
Created 07-17-2017 10:43 AM
Hi @rama, I'm new to hortonworks and from last three hours i'm trying to add a new user to one of my edgeNode, but its saying "su: user adduser does not exist" when trying cammand "sudo su adduser test". Can you please help me.