Member since
07-21-2017
62
Posts
2
Kudos Received
0
Solutions
02-10-2023
09:56 AM
I've installed and configured MIT Kerberos for Windows Hive ODBC connection. I could not create Kerberos ticket for more than one user, the new ticket created overwrites the existing ticket. Hence multiple user accessing that Windows machine could not obtain a valid ticket to connect to Hive ODBC connections. I've set krbs.conf from the Hive server and KRB5CCNAME is set to C:\temp\krb5cache. Please let me know how to configure this to have more valid tickets for each user.
... View more
Labels:
- Labels:
-
Apache Hive
-
Cloudera on premises
-
Kerberos
10-04-2021
08:15 AM
I tried using --hs2-url but got the below error 'ERROR tool.BaseSqoopTool: Error parsing arguments for import: ERROR tool.BaseSqoopTool: Unrecognized argument: --hs2-url' Sqoop command: sqoop import \ --connect $MYCONN \ --username $MYUSER \ --password $MYPSWD \ --table "employees_test" \ --target-dir "/user/username/importdir/employees_test" \ --delete-target-dir \ --hive-import \ --hs2-url "jdbc:hive2://hs2host1:2181,hs2host2:2181,hs2host3:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2;ssl=true;sslTrustStore=/etc/cdep-ssl-conf/CA_STANDARD/truststore.jks;trustStorePassword=password" \ --hive-database 'test' \ --hive-table 'batch'
... View more
10-01-2021
12:24 PM
I've enabled Hive Ssl, Sqoop tries to connect to hive without the ssl information. How do I specify or set the right jdbc URL for Hiveserver2 in Sqoop. I tried using --hs2-url but got 'Unrecognized argument'.
... View more
Labels:
06-15-2021
09:51 AM
I have 5 Data nodes, where 1 Data node crashed. Name node is still replicating the data blocks of the crashed Data node. What happens when I recover the crashed Data node. The data blocks which is under replicated will be reported but what happens to already replicated blocks. Will they be marked as corrupted blocks or will be deleted/removed since there will be 4 replicas?
... View more
Labels:
- Labels:
-
HDFS
-
Hortonworks Data Platform (HDP)
05-27-2020
10:13 AM
Hello All,
My Ranger DB is corrupted and I have no backup to restore it. Can I drop the corrupt db and recreate a new db for Ranger. This is for my Kerberized cluster in my test environment.
Any advice.
... View more
Labels:
- Labels:
-
Apache Ranger
-
Kerberos
02-23-2020
07:57 PM
Hello @jsensharma, Thank you for your reply, I was able to successfully restart Yarn DNS Registry but the upgrade still shows the same error - unhealthy host. I checked the host component state in Ambari database and found that the Yarn registry is in Failed state. YARN_REGISTRY_DNS | UNKNOWN | STARTED | 15 | YARN | FAILED
... View more
02-22-2020
11:17 PM
Hello All,
When upgrading HDP cluster to 3.1.0 version -Restarting yarn DNS resgistry failed due to ERROR 'resource_management.core.exceptions.ExecutionFailed: Execution of 'ambari-sudo.sh -H -E /usr/hdp/3.1.0.0-78/hadoop-yarn/bin/yarn --config /usr/hdp/3.1.0.0-78/hadoop/conf --daemon start registrydns' returned 1. ERROR: Cannot set priority of registrydns process 123223'.
I ignored it and proceeded with the upgrade. But at Finalize Pre check the task failed and the only option available is to delete the unhealthy and host and proceed with the upgrade.
How can I resolve this issue.
@jsensharma
... View more
Labels:
12-11-2019
03:11 PM
Yes i'm using IE
... View more
12-11-2019
01:59 PM
Hello All,
I've installed CM manager 6.3.0 and agents in my 7 node cluster. While setting up the CDH 6.3.1 installation, i'm stuck at setup database step, where the test connection is running for more than 2 hours, with only info found in Cloudera manager log given below.
There is no error or any other information. I can successfully connect to my databases from command line. But CM is unable to verify the connections.
Any help will be appreciated.
2019-12-11 21:48:41,016 INFO scm-web-93:com.cloudera.enterprise.JavaMelodyFacade: Entering HTTP Operation: Method:POST, Path:/dbTestConn/testConnection 2019-12-11 21:48:41,036 INFO scm-web-93:com.cloudera.enterprise.JavaMelodyFacade: Exiting HTTP Operation: Method:POST, Path:/dbTestConn/testConnection, Status:200 2019-12-11 21:48:43,071 INFO scm-web-93:com.cloudera.enterprise.JavaMelodyFacade: Entering HTTP Operation: Method:POST, Path:/dbTestConn/checkConnectionResult 2019-12-11 21:48:43,081 INFO scm-web-93:com.cloudera.enterprise.JavaMelodyFacade: Exiting HTTP Operation: Method:POST, Path:/dbTestConn/checkConnectionResult, Status:200
... View more
Labels:
- Labels:
-
Cloudera Manager
10-31-2019
11:51 AM
Hello All,
I have a two nifi nodes and while taking backup moved the flow files to backup folder in both the nodes and restarted NIFI service and my NIFI UI is blank. I restored the flow files back and after restart the NIFI node crashes with the below error.
ERROR [main] o.a.nifi.controller.StandardFlowService Failed to load flow from cluster due to: org.apache.nifi.controller.UninheritableFlowException: Failed to connect node to cluster because local flow is different than cluster flow. org.apache.nifi.controller.UninheritableFlowException: Failed to connect node to cluster because local flow is different than cluster flow.
Please help.
... View more
Labels:
- Labels:
-
Apache NiFi