Member since
09-24-2015
816
Posts
488
Kudos Received
189
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3116 | 12-25-2018 10:42 PM | |
| 14010 | 10-09-2018 03:52 AM | |
| 4693 | 02-23-2018 11:46 PM | |
| 2408 | 09-02-2017 01:49 AM | |
| 2829 | 06-21-2017 12:06 AM |
06-20-2016
01:42 PM
Hi Eric,
Thanks for answer can you please clarify bit more do you agree with having KDC master on separate server in production scenario or not ? do you see any issues having KDC slave incase master KDC goes down ? Thanks Ripunjay
... View more
06-20-2016
09:55 AM
Option 1: reformat: you will need not only to "copyFromLocal" but also recreate the file system. See for example this for details. Option 2: Exit safe mode and find out where you are. I'd recommend this one. You can also find out what caused the trouble, maybe all corrupted blocks are on a bad disk or something like that. You can share the list of files you are uncertain whether to restore them or not.
... View more
06-18-2016
08:06 AM
Thanks . That resolved the problem. I just continued with "Ignore and Proceed". Before finalize I ran the Tez job manually and it ran without any error. Do you know what was causing the the Tez job to be in ACCEPTED state and timed out after 300 seconds.
... View more
12-05-2016
01:47 AM
Upload the hdfs-replication-workflow.xml into hdfs will resolve this problem. i.e. create a hdfs directory /apps/data-mirroring/workflows and upload it
... View more
05-30-2016
10:38 AM
hey, i try to move /usr/hdp/current/zookeeper-client/conf to /etc/zookeeper/2.4.0.0-169/ , i can't find /usr/hdp/current/zookeeper-client/ and i can't find /etc/zookeeper/. so, can you tell why? and do you have other ways?
... View more
05-29-2016
01:43 PM
Hi @mayki wogno, I see that you marked your question as "Resolved". If my answer below helped you can you please accept it. If you resolved your issue by other means please publish them, and we'll accept your answer. Instead of marking questions as "resolved" we consider them resolved if they are accepted. Tnx!
... View more
05-25-2016
01:53 AM
1 Kudo
@Predrag Minovic If the LDAP server is and Active Directory, you should make sure that the sync settings are similar to what is presented in this example: https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.0/bk_Ambari_Security_Guide/content/_example_active_directory_configuration.html
I think the reason that you are not getting all of the users you expect is because in an Active Directory, the CN is typically auto-generated using the user's first and last name where the sAMAccountName is explicitly set as the userid (or username). However, it is possible to manually set the CN to the username and thus this is probably why you are getting some and not all of the expected results.
... View more
05-18-2016
05:53 PM
If I wanted to list the top 10 tweets could I include a where clause in the Emit of the reducer method, something along the lines of: Emit(terms t, LIMIT(DESC(count sum),10)?
... View more
08-11-2016
12:52 PM
Hi @Arpit Agarwal,
That is my understanding as well. Thanks for a short and to the point answer.
... View more