This topic created in 2417 days ago, the information mentioned may be changed or developed.
- sudo tar -zxf hadoop-3.1.2.tar.gz -C /usr/local
- tar (child): hadoop-3.1.2.tar.gz:无法 open: 没有那个文件或目录
- tar (child): Error is not recoverable: exiting now
- tar: Child returned status 2
- tar: Error is not recoverable: exiting now
- 安装 hdaoop 时无法解压该文件,可文件自身并没有损坏的可能啊!为啥会解压不了?
2 replies • 2019-09-18 19:28:57 +08:00
 |
|
2
wangt21 Sep 18, 2019
找到解决办法了,要先 ls 当前文件夹,而后才能解压该文件!但是原理是啥呢?
|