Member since
01-18-2016
169
Posts
32
Kudos Received
21
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1532 | 06-27-2025 06:00 AM | |
| 1288 | 01-14-2025 06:30 PM | |
| 1846 | 04-06-2018 09:24 PM | |
| 1980 | 05-02-2017 10:43 PM | |
| 5149 | 01-24-2017 08:21 PM |
09-28-2017
01:53 PM
@james.jones
Hi not sure what it is called, but the what i think has to happen is the credentials that you are using for your ec2 machine, if that is xyz. You need allow xyz to impersonate arn:aws:sts::7777777:assumed-role/role-hdf-node/i-03333330000. see if this helps http://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html
... View more
07-18-2017
03:09 PM
Thank you @vperiasamy. We resolved the issue. I talked to Centrify Support and based on the way this environment was configured, authentication was not possible with the uid and Linux dn. The company's Centrify admins agreed to change the uid of users to match the Windows ID. We then configured authentication to go against the Windows identity, which happens to match the uid in Linux. It's a long story about the use-case, but this was by far the cleanest solution due to the fact that they use both Linux and Windows to access the cluster (we avoided manual mapping of identities this way). The article you shared is very good information.
... View more
09-07-2018
01:41 PM
@James.jones : I am having a similar scenario .Did you find out the R version compatible with HDP 2.6 ?
... View more
05-24-2017
03:22 PM
@james.jones Ambari will natively create local accounts initially to run each service in the cluster. If your intention is to move away from all local accounts, then your best bet will be to Kerberize the cluster rather than zone-enabling the cluster service accounts for an unsecured cluster. Once the cluster is Kerberized, the local accounts are abandoned for SPN accounts created in Active Directory and locally distributed keytabs. The SPN accounts do not have to be zone-enable. In fact, they should not. Although the local /etc/password accounts will remain after securing, they serve no function. I usually leave them there in case I ever need to disable Kerberos and resecure the cluster.
... View more
08-17-2017
10:02 PM
Can someone explain about these settings functionality? especially No.3, what does ambari do when we check them?
Skip group modifications Have Ambari manage UIDs Whether to skip creating users and groups in a sysprepped cluster
... View more
07-14-2017
02:44 PM
Answering my own question: It doesn't work with the latest version of cloudbreak (1.16.1). After login to the GUI I do get the error "Cannot retrieve csrf token" . But it does work with version 1.14.4 .
... View more
12-15-2016
05:29 PM
1 Kudo
Hi Issue resolved. I share the solution ... The pb was due to missconfiguration on datanode /etc/hosts after reboot. node2 cannot connect to node1 via FQDN It's an important point (not clear in the doc). All nodes ambari server and data must be able to connect each other BR Maxime
... View more
12-12-2016
06:23 PM
@Avijeet Dash - Terry made all good points. Note that using SolrCloud does not require using HDFS. SolrCloud can also use local storage and it is not uncommon. Sometimes people misunderstand when we don't point this out. The optimal choice of HDFS vs local depends on the use case, but local storage is usually preferred over HDFS if your index has a high level of updates/adds. SolrCloud automatically replicates your data and is fault tolerant, but still, SolrCloud has the advantages Terry mentioned.
... View more
12-06-2016
06:26 PM
Glad you have it worked out. Somehow I missed your last post stating that it is already installed, so my previous comment is OBE.
... View more
12-02-2016
04:51 PM
@james.jones I tried option number 2 and it did work. Thank you for your guidance and support! 🙂
... View more