Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. C:hadoopdemo>hadoop hdfs -cat /input_dir/input_file.txt
  2. The filename, directory name, or volume label syntax is incorrect. Error: Could not find or load main class hdfs
  3.  
  4. C:hadoopdemo>hdfs -cat /input_dir/input_file.txt
  5. The filename, directory name, or volume label syntax is incorrect. Unrecognized option: -cat Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.
  6.  
  7. C:hadoopdemo>where java
  8. C:Javajdk1.8.0_211binjava.exe
  9.  
  10. C:hadoopdemo>where hadoop
  11. C:hadoopbinhadoop
  12. C:hadoopbinhadoop.cmd
  13.  
  14. C:hadoopdemo>dir /s
  15. Volume in drive C has no label.
  16. Volume Serial Number is *******
  17.  
  18. Directory of C:hadoopdemo
  19.  
  20. 17.05.2019 22:36 <DIR> .
  21. 17.05.2019 22:36 <DIR> ..
  22. 17.05.2019 22:25 <DIR> input_dir
  23. 17.05.2019 22:22 28 input_file.txt
  24. 1 File(s) 28 bytes
  25.  
  26. Directory of C:hadoopdemoinput_dir
  27.  
  28. 17.05.2019 22:25 <DIR> .
  29. 17.05.2019 22:25 <DIR> ..
  30. 17.05.2019 22:22 28 input_file.txt
  31. 1 File(s) 28 bytes
  32.  
  33. Total Files Listed:
  34. 2 File(s) 56 bytes
  35. 5 Dir(s) 314 405 015 552 bytes free
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement