Unpack Hadoop Installation
The next step is to unpack the downloaded and copied package.
To unpack the package follow these steps:
-
- Open a new Cygwin window.
- After the new Cygwin window appears, execute the following command:
tar -xzf hadoop-0.19.1.tar.gzThis will start unpacking the Hadoop distribution. After several minutes you should see a new Cygwin prompt again as shown in the screenshot below:
- When you see the new prompt, execute the following command:
ls -lThis command will list the contents of your home directory. You should see a newly created directory called hadoop-0.19.1
- Next execute the following commands:
cd hadoop-0.19.1
ls -l
If you get output similar to the following, everything was unpacked correctly and you can go to the next step.

本文详细介绍了如何在Cygwin环境下解压Hadoop安装包的过程。首先,打开新的Cygwin窗口,然后使用tar命令解压下载并复制的Hadoop-0.19.1.tar.gz文件。解压完成后,通过ls-l命令查看home目录下是否创建了名为hadoop-0.19.1的新目录,最后进入该目录检查解压是否成功。
3595

被折叠的 条评论
为什么被折叠?



