3

I need to know the dfs report of the mapr cluster but when i am executing following command i am getting error

hadoop dfsadmin -report
DEPRECATED: Use of this script to execute hdfs command is deprecated.
Instead use the hdfs command for it.

report: FileSystem maprfs:/// is not an HDFS file system
Usage: java DFSAdmin [-report] [-live] [-dead] [-decommissioning]

Is there any way to do it in MAPR.

I tried this link as well but it doesn't provided needed information.

Vikas Hardia
  • 2,635
  • 5
  • 34
  • 53

1 Answers1

1

Try below commands:

maprcli node list
maprcli dashboard info
Rahul Sharma
  • 5,614
  • 10
  • 57
  • 91
  • `-bash: maprcli:` **command not found**. The message is *"... Instead use the hdfs command for it."*. There are a `hdfs` command for a complete report? – Peter Krauss Dec 16 '19 at 20:30