<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: User Management Question in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150639#M36026</link>
    <description>&lt;P&gt;If you don't use LDAP then linux accounts you use must be present on each node in the cluster and must have similar permissions (you can get away with this requirement if you are using Ranger and disable posix permissions using dfs.permissions.enabled = false).&lt;/P&gt;&lt;P&gt;But without LDAP you need to have linux accounts on all machines.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2016 09:22:38 GMT</pubDate>
    <dc:creator>mqureshi</dc:creator>
    <dc:date>2016-07-27T09:22:38Z</dc:date>
    <item>
      <title>User Management Question</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150638#M36025</link>
      <description>&lt;P&gt;Trying to explore the best way to manage users in hadoop ecosystem. Basically I am going to provide 3 user interface to user community:&lt;/P&gt;&lt;P&gt;a.) EdgeNode - Linux machine. This is where users can use their Linux credentials and use command line to use hadoop clients (spark, sqoop, hdfs etc)&lt;/P&gt;&lt;P&gt;b.) Ambari web interface&lt;/P&gt;&lt;P&gt;c.) HUE interface&lt;/P&gt;&lt;P&gt;d.) Ranger - For Admins to control file and folder permissions&lt;/P&gt;&lt;P&gt;Question I have is is it possible to create account in Linux environment and let all other pull it from there and use the same credentials. I read about LDAP but it appears to be difficult and we don't currently have a working LDAP. &lt;/P&gt;&lt;P&gt;How can I centrally manage users without using LDAP ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:50:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150638#M36025</guid>
      <dc:creator>prakashpunj</dc:creator>
      <dc:date>2026-04-21T13:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: User Management Question</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150639#M36026</link>
      <description>&lt;P&gt;If you don't use LDAP then linux accounts you use must be present on each node in the cluster and must have similar permissions (you can get away with this requirement if you are using Ranger and disable posix permissions using dfs.permissions.enabled = false).&lt;/P&gt;&lt;P&gt;But without LDAP you need to have linux accounts on all machines.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 09:22:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150639#M36026</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2016-07-27T09:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: User Management Question</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150640#M36027</link>
      <description>&lt;P&gt;How about web interface, AMbari and HUE. Can user accounts on Ambari and Hue gets sync with Linux account. &lt;/P&gt;&lt;P&gt;Also why do I need Linux account on all members of the cluster. I can just give access to one machine which can be used as EdgeNode. &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 09:39:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150640#M36027</guid>
      <dc:creator>prakashpunj</dc:creator>
      <dc:date>2016-07-27T09:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: User Management Question</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150641#M36028</link>
      <description>&lt;P&gt;The user needs to exist on machines where ever you are reading file blocks from based on Posix permissions. Like I said, you might not need them if you are using Ranger and/or dfs.permissions.enabled = false in core-site.xml. When you are in HUE and run a hive query, it runs as Hive user, not as HUE. You want to make sure, you have a user named "hive" where you have HiveServer2. Then you enable hive impersonation to decide who you want to give what access.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_ambari_views_guide/content/_configuring_your_cluster_for_hive_view.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_ambari_views_guide/content/_configuring_your_cluster_for_hive_view.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://hortonworks.com/blog/best-practices-for-hive-authorization-using-apache-ranger-in-hdp-2-2/"&gt;http://hortonworks.com/blog/best-practices-for-hive-authorization-using-apache-ranger-in-hdp-2-2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ambari just a management tool, so you can have Ambari accounts for people who need access to Ambari and this would be independent of cluster. see this &lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_Ambari_Admin_Guide/content/_local_and_ldap_user_and_group_types.html"&gt;link&lt;/A&gt; to create "local" users for Ambari.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 10:12:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150641#M36028</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2016-07-27T10:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: User Management Question</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150642#M36029</link>
      <description>&lt;P&gt;For user management use LDAP, so it will be easy to manage one LDAP server otherwise you have to create user on all machines. So rather than creating user on all machine use LDAP and use all machine as LDAP client. &lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 21:21:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150642#M36029</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2016-07-27T21:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: User Management Question</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150643#M36030</link>
      <description>&lt;P&gt;Using LDAP is the plan but making it work doesnt seem to be simple. &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;pP&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 00:06:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150643#M36030</guid>
      <dc:creator>prakashpunj</dc:creator>
      <dc:date>2016-07-28T00:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: User Management Question</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150644#M36031</link>
      <description>&lt;P&gt;To configure ldap is easy. And if you agree with the solution, let's close this.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 16:13:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/User-Management-Question/m-p/150644#M36031</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2016-07-28T16:13:39Z</dc:date>
    </item>
  </channel>
</rss>

