Member since
02-08-2016
793
Posts
669
Kudos Received
85
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3066 | 06-30-2017 05:30 PM | |
3985 | 06-30-2017 02:57 PM | |
3307 | 05-30-2017 07:00 AM | |
3884 | 01-20-2017 10:18 AM | |
8399 | 01-11-2017 02:11 PM |
02-09-2017
09:01 AM
1. I'm have upgraded to HDP-2.5.3.0 with Ranger 0.6.0.2.5 1-2 months ago.
I have the same issue with users=external and groups=internal, and unfortunately I don't have access to the jira.com link.
Should I do anything for this to start working normally ? 2. Users "First Name", "Last Name" and "Email" + Groups "Description" is not synced correctly - where do I change this ? 3. Filters on User + Group sync doesn't seem to have effect eventhough I have configured: - User Config -> User Search Filter: "membersOf=CN=<GROUP>,OU=<OU1>,OU=<OU2>,DC=<DC1>,DC=<DC2>" - Group Configs -> Group Search Filter: "CN=<PART_OF_GROUP*>" Perhaps these are all related... otherwise just disregard question 2+3 🙂 Thanks in advance 🙂 !
... View more
11-01-2016
05:43 PM
1 Kudo
@Sagar Shimpi Is it's FIPS 140-2 compliant ? I believe it's no afaik Ranger KMS is based on Hadoop KMS https://hadoop.apache.org/docs/stable/hadoop-kms/index.html
... View more
11-29-2016
06:22 PM
pls do check - https://community.hortonworks.com/articles/67359/ambari-ui-shows-move-master-wizard-in-progress.html We cannot find the user who left the wizard untouched.
... View more
11-21-2017
03:19 AM
I am also getting the same error like above, Any idea how to restart the installation again ?
... View more
04-27-2017
08:28 AM
OK, it works now for at least the HDP 2.5.0 version. On the HDP-UTILS-1.1.0.21 repos cent0s7 mysqal (local repos - with absolutely no internet access): [ ] libaio-0.3.109-13.el7.x86_64.rpm 25-Nov-2015 07:50 24K
[ ] mysql-community-client-5.6.36-2.el7.x86_64.rpm 10-Apr-2017 03:14 19M
[ ] mysql-community-common-5.6.36-2.el7.x86_64.rpm 10-Apr-2017 03:14 257K
[ ] mysql-community-libs-5.6.36-2.el7.x86_64.rpm 10-Apr-2017 03:14 2.0M
[ ] mysql-community-release-el7-5.noarch.rpm 30-May-2016 02:53 6.0K -- exist on the UTILS package
[ ] mysql-community-server-5.6.36-2.el7.x86_64.rpm 10-Apr-2017 03:14 59M
[ ] perl-DBI-1.627-4.el7.x86_64.rpm 03-Jul-2014 22:16 802K
[ ] perl-Net-Daemon-0.48-5.el7.noarch.rpm 03-Jul-2014 22:20 51K
[ ] perl-PlRPC-0.2020-14.el7.noarch.rpm 03-Jul-2014 22:21 36K ---- During failed to install on the first trial, go to the MySQL Server node and remove two new create MySQL-community.repo and MySQL-community-source.repo files on the /etc/yum.repos.d folder Then retry (Click the retry) button and the retry on the Ambari UI will lead to successful until completion.
... View more
10-12-2016
04:38 PM
1 Kudo
@Jasper Ranger service - configuration has details on which hadoop components is using Ranger for authorization and what policies are there which can be enabled / disabled / audited or not. These service definitions gets created when you enable ranger for the respective components from Ambari and restart the service These properties which are there against the services are used only for Test Connection and Lookup functionality which allows you to select the resource when you maintain policies, i.e auto population of the resource based on the resource name you are going to type in the field. e.g For Hive when you maintain policies if the "Database" field if there are multiple databases in hive and some of them starts with letter "d" and you type "d" in that field in brings up a list of databases which starts with "d". Same case with HDFS it will bring the matching directories for the "PATH". Same with other components too. To do this operation, Ranger communicates with respective hadoop component and brings those details. The user and config maintained here will be used for this communication and in kerberos it will be a service principal which will be used. These users will have policy to do these operations. This is the main purpose of these configuration and it DOESN'T stop you from using the RANGER plugin if the TEST CONNECTION / LOOKUP is not working. It is just for added convenience when maintaining policies. There are lot of misconception around it. In Kerberos environment in HDP 2.5 where ranger itself is kerberized , there are some "Add New Configuration" parameters get configured which maintains various users which communicates with Ranger admin to download policies, tags, service creation from ambari, service check etc.
... View more
10-12-2016
07:17 PM
Thanks @Rafael Coss ! I never explored this option. Its handy.
... View more
10-11-2016
03:23 PM
1 Kudo
I have received e-credit on my examlocal account. Now I will be able reschedule my exam again.
... View more
10-11-2016
09:58 AM
3 Kudos
@Simran Kaur Please find answers inline - 1. a node means a server, right? No VM'S ? - Node means server. A server can be physical hardware or virtual machine also. 2. How many servers I would need to add to have a healthy cluster - It depends upon what type of configuration you use for production. Generally a broader question to discuss. For Master services I would recommend to deploy on individual node and slave nodes as per your requirement. In case of HA you need to revisit placement of the above services. master1 - Active NN,ZK,JN master1 - Standby NN, ZK, JN,RM, AM,HS master1 - Ambari, ZK, HIVE,SQOOP,OOZIE,HUE,Ranger,etc.. Slave Nodes - DN,N,etc.. 3. Which of the above mentioned services should be co-located? - For HDFS make sure JN should run most probably on both namenodes, also if possible you should have dedicated disk for JN and ZK. 4. What should be the distribution like? - You can go for n-1 distribution [where is n=latest stable release from hdp] You can migrate services after installation.
... View more
10-11-2016
04:19 PM
you might need to enable hadoop debug mode to get more visibility over the issue- export hadoop.root.logger=DEBUG and run the job from cli and test
... View more