Member since
01-19-2017
3676
Posts
632
Kudos Received
372
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 606 | 06-04-2025 11:36 PM | |
| 1152 | 03-23-2025 05:23 AM | |
| 573 | 03-17-2025 10:18 AM | |
| 2169 | 03-05-2025 01:34 PM | |
| 1365 | 03-03-2025 01:09 PM |
10-18-2017
07:39 AM
few minuets before i saw this post i just successfully solved the problem, i had two issues
one i did not create hive db CREATE DATABASE hive;
i base it on your post from https://community.hortonworks.com/answers/107905/view.html
another issue i had i in the db url connection,
i change it, to localhost. i am trying to accept your answer but i cant, don't have a button for it?
next stage is to try it with non root install
... View more
10-05-2017
11:12 AM
@Geoffrey Shelton Okot Problem resolved by simply Service Restart ) Thanks.
... View more
10-06-2017
07:37 AM
@Geoffrey Shelton Okot, Yes, that answers my doubt. Thank you so much for your response.
... View more
10-04-2017
05:56 PM
@arjun more If you have KDC and AD integrated, this simply means the account to which the keytab is related has been disabled, locked, expired, or deleted. The AD service account should NEVER expire. If not could you validate the below steps Make sure the [realms] and [domain_realms] entries in cat /etc/krb5.conf is correct. Validate the contents of these 2 files /var/kerberos/krb5kdc/kdc.conf , /var/kerberos/krb5kdc/kadm5.acl Check the hdfs prinncipal # kadmin.local
Authenticating as principal hdfs-uktehdpprod/admin@EUROPE.ODCORP.NET with password.
kadmin.local: listprincs hdfs*
hdfs-uktehdpprod@EUROPE.ODCORP.NET
kadmin.local: Get the correct prncipal for hdfs # klist -kt /etc/security/keytabs/hdfs.headless.keytab
Keytab name: FILE:/etc/security/keytabs/hdfs.headless.keytab
KVNO Timestamp Principal ---- ------------------- ------------------------------------------------------
1 08/24/2017 15:42:23 hdfs-uktehdpprod@EUROPE.ODCORP.NET
1 08/24/2017 15:42:23 hdfs-uktehdpprod@EUROPE.ODCORP.NET
1 08/24/2017 15:42:23 hdfs-uktehdpprod@EUROPE.ODCORP.NET Try grabbing a valid Kerberos ticket # kinit -kt /etc/security/keytabs/hdfs.headless.keytab hdfs-uktehdpprod@EUROPE.ODCORP.NET Validate the avalability period # klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: hdfs-uktehdpprod@EUROPE.ODCORP.NET
Valid starting Expires Service principal
10/04/2017 19:36:12 10/05/2017 19:36:12 krbtgt/EUROPE.ODCORP.NET@EUROPE.ODCORP.NET Please revert
... View more
08-03-2018
09:44 PM
@Benjamin Hopp @Chad Woodhead I had the exact same issue and tried bringing down both of my two NiFi nodes, waiting a few minutes, and brought them back online. Then I tried turning on the PutHDFS processor and it worked properly. Has anyone figured out why this solves the issue or what is causing this problem?
... View more
09-24-2017
11:38 AM
@geoffrey Shelton Thanks for the doc, after following the doc, I am able to see lineage in Atlas, But Cross Component scripts are not available on mention link in doc, you will find here https://github.com/hortonworks/data-tutorials/blob/archive-hdp-2.5/tutorials/hdp/hdp-2.5/cross-component-lineage-with-apache-atlas-across-apache-sqoop-hive-kafka-storm/assets/crosscomponent_scripts.zip?raw=true
... View more
09-18-2017
11:19 AM
@Hiren Gala Can you give te screenshot and parameters used? The following are possible causes of this issue: 1. Incorrect port and/or Hive Service defined in connection.
2. Network issues.
3. The Hive server is not started. Please revert
... View more
09-07-2017
06:01 AM
Thanks advince. The issue was resolved after changing the realms name from dev.com to DEV.COM
... View more
09-07-2017
05:51 AM
Thank you @Geoffrey Shelton Okot, I have added hosts in client machine, it works like charm.
... View more