Member since
07-19-2020
102
Posts
14
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
196 | 10-22-2024 05:23 AM | |
317 | 10-11-2024 04:28 AM | |
680 | 09-24-2024 10:15 PM | |
469 | 09-17-2024 01:07 PM | |
605 | 09-09-2024 03:02 AM |
08-31-2024
08:25 AM
1 Kudo
Hi @HadoopCommunity This job is failing due to issues retrieving the block from datanodes. Please check the datanode logs during the issue timestamp to check the actual cause of the issue.
... View more
08-27-2024
05:36 AM
Hi @JSSSS It looks like either your rack topology configuration is incorrect or you have a problem with writing on datanode. Could you please upload the screenshot of the namenode WebUI? Also, check your rack topology - hdfs dfsadmin -printTopology
... View more
08-23-2024
07:02 AM
1 Kudo
Hi @Marks_08 It could be an issue with the the beeline shell not able to include all the required configuration files needed for authentication. Could you please try with exporting the configuration manually and then launching the beeline shell. For example - export HADOOP_CONF_DIR=/etc/hadoop/conf:/etc/hive/conf:/etc/hbase/conf
... View more
08-22-2024
10:37 AM
Hi @Marks_08 Are you trying to insert in hive managed hbase table from hive shell or any other client? Is the client outside the cluster?
... View more
08-06-2024
08:44 AM
Hi @NagendraKumar You must be having some more stack trace which lists the regionserver where it is failing after retries after the below error- org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 5 actions: FailedServerException: 5 times, servers with issues Try to check give the full stack trace and check regionserver logs for those servers. Also, make sure that there are no inconsistencies in hbase.
... View more
07-30-2024
01:35 PM
1 Kudo
Hello @shivani Hadoop do not support Hybrid Encryption for Data at rest. It can only use one key to create an encryption zone at a time.
... View more
07-23-2024
10:39 AM
Hi @TMauran Could you please try to use below in hbase-site.xml and check - <property> <name>hbase.http.filter.initializers</name> <value>org.apache.hadoop.security.AuthenticationFilterInitializer</value> </property> Other properties should be present in core-site.xml as well
... View more
07-22-2024
12:46 PM
Hi @rizalt There can me mismatch between your AD account and krb5.conf for encryption types[1]. Kindly check with your AD admin. [1] https://learn.microsoft.com/en-us/archive/blogs/openspecification/windows-configurations-for-kerberos-supported-encryption-type
... View more
07-19-2024
07:32 AM
You can check if the keytabs created for resource manager is equipped with AES256 encryption type or not. Check your keytabs using below command after taking the kerberos ticket using kinit- klist -e
... View more
07-17-2024
09:18 AM
During the first iteration of the TeraGen job, the goal is to obtain a performance baseline on the disk I/O subsystem. The HDFS replication factor should be overridden from the default value 3 and set to 1 so that the data generated by the TeraGen job is not replicated to additional data nodes. Replicating the data over the network obscures the raw disk performance with potential network bandwidth constraints. Once the first TeraGen job has been run, a second iteration should be run with the HDFS replication factor set to the default value. This applies a high load on the network, and deltas between the first run and second run can provide an indication of network bottlenecks in the cluster. Please check below documentation for set of commands and details - https://docs.cloudera.com/cdp-reference-architectures/latest/cdp-pvc-base-ra/topics/ra-cdpdc-teragen-and-terasort-performance-baseline.html
... View more
- « Previous
-
- 1
- 2
- Next »