Member since
08-16-2016
48
Posts
9
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5122 | 12-28-2018 10:21 AM | |
6091 | 08-28-2018 10:58 AM | |
3360 | 10-18-2016 11:08 AM | |
3985 | 10-16-2016 10:13 AM |
11-28-2017
09:53 AM
The error originated from Hue, which I failed to mention in my original post. We have tested that patch and it has solved our issue. Thanks!
... View more
10-16-2017
10:47 PM
Thanks weichiu for the help.
... View more
06-30-2017
06:34 AM
Interesting story. The decomm process would not complete until all blocks have at least 1 good replica on other DNs. (good replica = replicas that are not stale and on a DataNode that is not being decommissioned or already decommissioned) DirectoryScanner in a DataNode scans the entire directory, reconciling inconsistency between in-memory block map and on-disk replica, so it would eventually pick up the added replica, just a matter of time.
... View more
06-01-2017
08:37 PM
Thank you, I gonna verify it.
... View more
05-09-2017
06:53 AM
Yes Harsh, it's number of blocks. Block count is 6 Million. Deleted unwanted small files, now the cluster health is good Is there any limit that a datanode should have only x no. of blocks?
... View more
04-06-2017
07:40 AM
use lsof command, and you should be able to see all the open files
... View more
04-06-2017
07:10 AM
diskbalanacer is a new feature in CDH5.8, and by definition, a new feature will not be backported to an older minor version.
... View more
10-16-2016
10:13 AM
1 Kudo
Hi, I don't think that's possible given that most applications are based on HDFS semantics (strong consistency, POSIX compatible), and S3 simply isn't designed as a file system (eventual consistency, blob store). Plus, you lose data locality. As far as I know, most cloud use cases still use HDFS as temporary, intermediate storage, and use S3 as permanent, eventual storage. There've been several studies in using HDFS as meta store, and cloud as data store, but that's a huge work (see HDFS-9806) and probably in the Hadoop 4/CDH 7 timeframe. Hope this helps.
... View more
09-20-2016
10:02 AM
Does it cause any kind of issue? Looks like some kind of network connection issue, or maybe services are restarted. If connection are broken the services and clients usually attempt to reconnection. Unless there's so much logging that it slows down your service, it shouldn't be a problem I think.
... View more
- « Previous
-
- 1
- 2
- Next »