Member since
02-04-2016
132
Posts
52
Kudos Received
7
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6230 | 07-25-2018 10:53 AM | |
1764 | 07-25-2018 05:15 AM | |
1828 | 10-03-2017 12:08 PM | |
3096 | 04-04-2017 05:36 AM | |
3335 | 11-29-2016 05:40 PM |
06-02-2023
04:22 PM
1 Kudo
This response is NOT to fix "files with corrupt replicas" but to find and fix files that are completely corrupt, that is that there are not good replicas to recover the files. The warning of files with corrupt replicas is when the file has at least one replica which is corrupt, but the file can still be recovered from the remaining replicas. In this case hdfs fsck /path ... will not show these files because it considere these healty. These files and the corrupted replicas are only reported by the command hdfs dfsadmin -report and as far as I known there is no direct command to fix this. Only way I have found I to wait for the Hadoop cluster to health itself by reallocating the bad replicas from the good ones.
... View more
08-04-2021
06:31 AM
In my case I had to restart HiveServer2 services on nodes after I had connected the hosts to the domain (using sssd service).
... View more
06-30-2020
01:06 AM
I see that you use Active DIrecyory Did you use the below property? +++ <property> <name>hive.server2.authentication.ldap.Domain</name> <value>AD_Domain</value> </property> +++
... View more
07-26-2018
07:01 PM
great . please accept your answer as best answer and close this threaad .
... View more
07-25-2018
05:37 AM
If it states "Decommissioning" like so Then it means blocks are being replicated to other nodes. Be patient - it takes time. When finished it will change to "Decommissioned"
... View more
07-25-2018
10:53 AM
1 Kudo
If anyone stumbles upon this error - the solution is increasing the maximum heap size of the datanode This error can occur if there are pauses in the JVM's garbage collection.
... View more
07-10-2018
09:34 AM
@Adi Jabkowsky, New hive entities will be synced automatically if you enable "Hive Atlas Hook" in hive configs. Whenever you create a database or table, a message is posted to kafka topic using hive hooks and the same message is read by atlas and the corresponding entity is created in Atlas. For testing, you can create a sample database,table and check in Atlas UI . Please "Accept" the answer if this is helpful. . -Aditya
... View more
06-26-2018
06:24 AM
@Jay Kumar SenSharma The old hosts are still in the AMS metrics. I will take care of the TTL in AMS as per your recommendations. Thank you !
... View more
06-25-2018
10:16 AM
Hi @Eric Leme Thank you for your response. I'm familiar with the information you provided (yet it is appreciated... points rewarded...) but i was hoping to hear from people who actually did the switch from 1500 to Jumbo. Learn from their first hand experience. Thanks!
... View more
10-03-2017
12:08 PM
Problem solved! In case anyone else encounters the following: 1. Servers losing heartbeat for no reason 2. ambari agent always hogs 100% cpu 3. running "yarn application -list" produces results but slow than other servers. 4. In general the server is slow The fix was to set the CPU in BIOS to use profile "maximum performance" For some reason the server was set (in our case DELL, but it is in every BIOS out there) to default CPU profile which means low resources for low voltage use.
... View more