10

I know both these properties are related to namenode. But what is the actual difference between them?

euphoria83
  • 14,768
  • 17
  • 63
  • 73
pramesh
  • 1,914
  • 1
  • 19
  • 30

2 Answers2

18

Property fs.default.name has been deprecated and replaced by fs.defaultFS.

marbu
  • 1,939
  • 2
  • 16
  • 30
3

Both are same only. fs.default.name is deprecated property of fs.defaultFS.

You can find more deprecated properties and new property here

Kumar
  • 3,782
  • 4
  • 39
  • 87