Questions tagged [namenode]

The Hadoop NameNode is the centerpiece of an HDFS file system. It keeps the directory tree of all files in the file system, and tracks where across the cluster the file data is kept.

The NameNode is the centerpiece of an HDFS file system. It keeps the directory tree of all files in the file system, and tracks where across the cluster the file data is kept. It does not store the data of these files itself.

Client applications talk to the NameNode whenever they wish to locate a file, or when they want to add/copy/move/delete a file. The NameNode responds to the successful requests by returning a list of relevant DataNodes where the data lives.

200 questions
-1
votes
1 answer

Hadoop nodes do not ask for passwords during start

When I try to ssh into localhost, I am prompted for password. See below " ssh connection to localhost: [hadoop@mftrhel74 sbin]$ ssh localhost hadoop@localhost's password: Last login: Fri Aug 23 15:44:08 2019 from mah" ---The above statement means,…
Ahmed
  • 1
  • 1
-1
votes
1 answer

How to properly check disk usage on hdfs?

I am running jobs on yarn and I see Resources are low on NN. Please add or free up more resources then turn off safe mode manually. So, I go check disk space and I see that there is plenty of space: df -h Filesystem Size Used Available …
makansij
  • 9,303
  • 37
  • 105
  • 183
-1
votes
1 answer

Hadoop JvmPauseMonitor

Recently came across and interesting scenario with Cloudera Hadoop and HDFS where we were unable to start our NameNode Service. When attempting a restart of HDFS Services we were unable successfully restart NameNode Service in our cluster. Upon…
KnownTraveler
  • 349
  • 2
  • 12
-2
votes
1 answer

Browsing hdfs not work

I installed HDFS using Cloudera Manager 5 . Then i tried to browse http://localhost:50070/ (Hdfshealth) it was not working ! please help !
Bata Omou
  • 7
  • 3
-3
votes
1 answer

Hadoop - Can name node execute task?

Is it possible for the name node to execute tasks? By default, the tasks execute on the data nodes of the cluster.
1 2 3
13
14