Member since
07-19-2020
104
Posts
14
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
433 | 10-22-2024 05:23 AM | |
584 | 10-11-2024 04:28 AM | |
1725 | 09-24-2024 10:15 PM | |
787 | 09-17-2024 01:07 PM | |
991 | 09-09-2024 03:02 AM |
09-05-2024
03:04 PM
1 Kudo
Hi @HadoopCommunity Was your question answered? Please take some time to click on "Accept as Solution" -- If you find a reply useful, say thanks by clicking on the thumbs up button below this post.
... 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-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-24-2024
01:47 AM
1 Kudo
Hello @JeffLawson I tried using this JWTRedirectAuthenticationHandler but didn' t had any result, do you know that param name is it in the hbase-site.xml ?
... View more
07-22-2024
06:03 PM
Thanks for the reply @shubham_sharma, I'm not using AD account just kerberos
... View more
07-22-2024
01:37 PM
@Abdelghani Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more
07-17-2024
09:08 AM
1 Kudo
When the local NameNode is healthy, the ZKFC holds a session open in ZooKeeper. If the local NameNode is active, it also holds a special “lock” znode. This lock uses ZooKeeper’s support for “ephemeral” nodes; if the session expires, the lock node will be automatically deleted. Ephemeral znodes - These znodes exists as long as the session that created the znode is active. When the session ends the znode is deleted. Zookeeper has a concept of Watches which can be set on znodes to track them for any changes. Check the link how Watches work in zookeeper - https://zookeeper.apache.org/doc/current/zookeeperProgrammers.html#ch_zkWatches
... View more
07-17-2024
08:47 AM
1 Kudo
We cannot set specfic configuration to only handle replication related jobs with separate NIC in HDFS. However, we can setup a multi-homed environment for datanodes for all the traffic for specific datanodes. Kindly check below documentation for the same - https://hadoop.apache.org/docs/r2.7.1/hadoop-project-dist/hadoop-hdfs/HdfsMultihoming.html
... View more
05-26-2022
12:07 AM
@George-Megre The Master nodes firstly are not meant for launching tasks or interaction. Edge or gateway nodes are used to run client applications and cluster administration tools. Setup of Edge/gateway node is similar to any Hadoop node except no Hadoop cluster services runs on the GW/Edge nodes they are mere entry points and connection gateway to the Master Components like HDFS (NN) HBASE etc provide you have installed the client libraries. In your case, I am sure you have the Hbase client/gateway roles on the 3 nodes and not on the master noded. The HBase client role gives the connectivity to Hbase but again I don't see why you would like to connect /initiate the HBase shell from the master node? Geoffrey
... View more
- « Previous
-
- 1
- 2
- Next »