要查看HDFS中的文件,可以使用以下命令:
hadoop fs -ls /
hadoop fs -ls /path/to/file_or_directory
hadoop fs -cat /path/to/file
hadoop fs -tail /path/to/file
hadoop fs -head /path/to/file
hadoop fsck /path/to/file
通过以上命令可以方便地查看HDFS中的文件和目录信息。