Member since
08-19-2013
392
Posts
29
Kudos Received
9
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3279 | 09-12-2019 01:04 PM | |
| 3374 | 08-21-2019 04:56 PM | |
| 9045 | 07-03-2018 07:59 AM | |
| 6996 | 10-09-2015 08:02 AM | |
| 3094 | 04-29-2015 12:14 PM |
04-17-2018
12:57 PM
@GeKas you are the Hero of the day. You saved me from having to call a production maintenance window. Thanks for your help.
... View more
04-12-2018
01:22 AM
@denole Yes, i agree with your point. my notion of this was to test when we have quickstart VM for testing.
... View more
04-11-2018
08:53 PM
Great !...Thank you… I got to have realized lately
... View more
10-24-2017
12:12 AM
There is a simple method to remove those. 1. List those directories inside a txt file like below hadoop fs -ls /path > test 2. cat -t test will give you positions of duplicate with junk character 3. open another shell and just try to comment it # to identify exact ones 4. again cat -t the file to confirm u commented the culprits 5. remove original folder frm list 6. for i in `cat list`; do hadoop fs -rmr $i; done
... View more
09-14-2017
02:54 PM
When you run OfflineMetaRepair, most likely you will run it from your userid or root. Then we may get some opaque errors like "java.lang.AbstractMethodError: org.apache.hadoop.hbase.ipc.RpcScheduler.getWriteQueueLength()". If you check in HDFS, you may see that the meta directory is no longer owned by hbase: $ hdfs dfs -ls /hbase/data/hbase/
Found 2 items
drwxr-xr-x - root hbase 0 2017-09-12 13:58 /hbase/data/hbase/meta
drwxr-xr-x - hbase hbase 0 2016-06-15 15:02 /hbase/data/hbase/namespace Manually chown -R it and restart HBase fixed it for me.
... View more
05-13-2016
12:34 AM
1 Kudo
Hi All, Thanks for your help. Heap memory was not sized as per recommendation given in below link and we had increased the memory and restarted the Hive metastore server which also did not help. http://www.cloudera.com/documentation/enterprise/latest/topics/cdh_ig_hiveserver2_configure.html Looks like there were some process which was holding/blocking memory and we had to restart the Complete cluster to resolve this problem. Thank you once again for input. Regards, Ajay chaudhary
... View more
10-30-2015
09:58 AM
5.4.8 has been released. http://community.cloudera.com/t5/Release-Announcements/Announcing-Cloudera-Enterprise-5-4-8/m-p/33614#U33614
... View more
10-29-2015
04:53 PM
Yes, by deleting it from the list, Cloudera Manager will automatically remove it from the ensemble and update the config files of the other three servers. They would need a restart to see the change.
... View more
10-09-2015
08:12 AM
1 Kudo
Thank you! I actually just an hour ago came across that solution when reading this, so I already implemented the solution you suggested, but was still waiting to see if it'd balance out evenly before I posted: http://www.slideshare.net/cloudera/hadoop-troubleshooting-101-kate-ting-cloudera Regardless, thank you very much for your help in resolving this issue.
... View more
- « Previous
-
- 1
- 2
- Next »