0

I am working with hadoop, little bit curious about the memory requirements for secondary namenode... as compared with Namenode

  • 1
    _"...[Secondary NN] is usually run on a different machine than the primary NameNode since **its memory requirements are on the same order as the primary NameNode.**"_ https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html#Secondary_NameNode – mazaneicha Aug 31 '22 at 15:59

1 Answers1

0

They should be identical if you want a highly available system. If you don't need high availability, and you are using a secondary node as a secondary node then you could reduce the requirements but I'd think in production you would not want that. It also would not enable you to make good predictions about performance.

Matt Andruff
  • 4,974
  • 1
  • 5
  • 21