i have 1 name node and 2 data node with 32 gb ram in HDFS. But it is not taking more than 30 people at a time.Is there a way to improve the efficiency of name and data node
Asked
Active
Viewed 11 times
0
-
Are you actively monitoring JMX values? Just because you have so much RAM doesn't mean your Java processes actually use it. Datanode doesn't require much RAM anyway – OneCricketeer Jul 25 '18 at 05:31
-
You can improve HDFS significantly by lowering your overall file counts. Don't store millions of tiny files; store tens of gigantic files – OneCricketeer Jul 25 '18 at 05:32