Member since
11-04-2015
44
Posts
18
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1260 | 03-17-2017 06:17 AM | |
61505 | 02-29-2016 12:25 PM | |
11509 | 02-03-2016 01:25 PM |
01-28-2021
03:26 AM
1 Kudo
Hi @pvillard, I have some doubts about what kind of keytab file to create. I don't know much about Kerberos and do not find much information about the kind of Keytab file I should use to connect my Nifi Cluster to a kerberized Cloudera Cluster. Can you help me?
... View more
03-17-2017
06:17 AM
1 Kudo
We can achieve this using JOIN as follows. 1. JOIN A and B BY Id. B_joined = JOIN A by Id, B by Id; 2. JOIN A and C by Id: C_joined = JOIN A by Id, C by Id; Now, we can get the required fields of A and C from their respective joined data sets as follows: B_filtered = FOREACH B_joined GENERATE B::Id,B::t1; C_filtered =FOREACH C_joined GENERATE C::Id;
... View more
03-11-2017
04:04 PM
Make sure your realm name is all uppercase characters. hdfs-hadoopprod@Hortonworks.com should really be hdfs-hadoopprod@HORTONWORKS.COM. Also, the default settings are for the headless/user principal names to include the cluster name. If you choose to stay with this, make sure the clusters have unique names. However, you are welcome to change the unique value for these principal names to anything that avoids a collisions. If principals names are the same in multiple Ambari-managed clusters using the same KDC, one instance of Ambari will wind up changing the passwords out from under the other other instances. This will invalidate the keytab files installed on the hosts and break the clusters.
... View more
03-07-2017
06:27 AM
Pig is definitely and option, but a couple points. If you only do this once a month and have all the daily files (say 1st - 31st of the month) then understand that Pig doesn't do simple control loop logic (as identified in the presentation that my answer above points you to) and you'd have to wrap it with some controlling script or something. But... on the other hand... if you get a new daily file each day then Pig is going to be your best friend since the previous day's finalized file is now the new "origs" file from above and you just do the delta processing one file at a time. I'm sure there's more to it than I'm imagining, but that general pattern I quickly described is HIGHLY leveraged by many Pig users out there. Good luck & thanks for accepting my answer!
... View more
02-22-2017
05:20 AM
@Pierre Villard
Thank you very much dear! You made my day!
... View more
08-09-2017
02:05 PM
Hi Kibrom Gebrehiwot, Unsure if you're still stuck here. What you can do is goto Manage Ambari > Versions > and update the HDP and HDP-UTILS URL's. You will be able to find your relevant URL's in your version document of ambari. Try to use the Public URL's if you have internet access. Thanks, Adnan Khan
... View more
02-02-2016
08:59 AM
1 Kudo
@Kibrom Gebrehiwot This is the Sandbox connection issue right?
Did you follow the suggestions I gave at https://community.hortonworks.com/questions/12846/how-to-solve-connection-refused-errors-in-hdp.html#comment-13052 I think you re trying to use the Sandbox in a way it is not intended also. It is not intended to sit on a headless server, and have multiple people access it. It is intended to sit on your desktop, once desktop with a NAT network interface. If you want multiple people to access a cluster, you should build your own.
See this experience from someone else https://community.hortonworks.com/questions/8581/alert-on-sandboxhortonworkscom-hdp-232.html#answer-11170
... View more
05-07-2017
08:15 AM
Thanks a lot sir..You saved my day
... View more
06-18-2019
06:09 PM
it is strange, I relaunched again Registering host, his passed !!? would not it be a performance problem of memory (RAM) or network?
... View more
12-10-2015
07:12 AM
Glad to hear!
... View more