Member since
05-24-2017
20
Posts
1
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5318 | 06-09-2017 03:39 AM | |
9373 | 06-05-2017 01:39 AM |
02-06-2020
08:03 AM
Hi @anis016 ,
Glad to hear the issue got resolved after downgrading OpenJDK version. I have seen some other customers who experienced the issues with u242 version.
Cheers!
... View more
08-17-2017
11:31 AM
Fantastic ! It is now working.. Login into Admin account did the trick. Thank you a bunch 🙂 @Jay SenSharma If you have a time, can you please tell about the maven dependency. I am wondering, how you are able to use this dependency because I searched through the maven repo and the updated one is 2.0.0.0 <dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-views</artifactId>
<version>2.5.0.0</version>
</dependency> However, I really appreciate your help. I was struggling with this for past 2 days ! phew ...
... View more
08-09-2017
12:24 PM
I don't know of any best practice, but I did refer to an existing service, e.g. HBase This example shows that the dependencies are only defined for the Master component. But anyhow, it totally depends on your components. So if your slave depends on having e.g. a RegionServer on the same host you should add this dependency to your slave component. If you just require to have a RegionServer on the cluster I'd just go with defining the dependency at the Master component. What's also important is the '<requiredServices>' section in the sample linked to above. I hope this information helps.
... View more
08-01-2017
11:41 AM
Yes, thats correct. You can get more details here https://www.cloudera.com/documentation/enterprise/5-9-x/topics/search_sentry.html Also, Now sentry as a service is also provided for solr you can use that too and use solr sentry tool commands
... View more
06-05-2017
01:39 AM
I was able to solve this problem. I was getting the concept wrong. So, what I did was -- 1. I created keytab file for my current user i.e "cloudera" 2. The Jaas.conf should have that keytab, not the hdfs keytab. 3. I had to add this user, hdfs user in the yarn allowed hosts through CM. Also, I added solr user too there. 4. kinit the cloudera user 5. Put the required files in the /user/cloudera directory in hdfs. 6. Run the job.
... View more