36545/how-to-find-the-port-on-which-hdfs-is-running
I am trying to access my hdfs using fully qualified name. The syntax is:
hdfs://machine-name:port/
But I don't know on which port my hdfs is running. How to find it?
If you are using hadoop 2.7 or below then use this:
hdfs getconf -confKey fs.default.name
If you are using higher versions, then use this:
hdfs getconf -confKey fs.defaultFS
The sole purpose of the virtual machine ...READ MORE
You can use dfsadmin which runs a ...READ MORE
hdfs dfsadmin -report This command tells fs ...READ MORE
Hey, There is a process or steps you ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
Yes. you can use the hadoop fsck command to do ...READ MORE
Name nodes: hdfs getconf -namenodes Secondary name nodes: hdfs getconf ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.