Unpack Hadoop Installation

The next step is to unpack the downloaded and copied package.

To unpack the package follow these steps:

    1. Open a new Cygwin window.
    2. After the new Cygwin window appears, execute the following command:
      tar -xzf hadoop-0.19.1.tar.gz
      This will start unpacking the Hadoop distribution. After several minutes you should see a new Cygwin prompt again as shown in the screenshot below:
    3. When you see the new prompt, execute the following command:
      ls -l
      This command will list the contents of your home directory. You should see a newly created directory called hadoop-0.19.1 
    4. 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.

Hadoop on Windows with Eclipse -06- Unpack Hadoop Installation

相关文章:

  • 2021-12-17
  • 2021-12-29
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2021-04-12
猜你喜欢
  • 2021-04-03
  • 2022-01-08
  • 2021-12-24
  • 2022-02-27
  • 2021-06-12
  • 2021-11-16
  • 2022-12-23
相关资源
相似解决方案