Hadoop on Windows with Eclipse -06- Unpack Hadoop Installation

简介: Unpack Hadoop Installation The next step is to unpack the downloaded and copied package. here To unpack the package follow these steps: Open a new Cygwin window.
+关注继续查看

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.

目录
相关文章
|
8月前
|
分布式计算 Hadoop Java
Hadoop3.2.2安装 windows版
Hadoop3.2.2安装 windows版
241 0
|
11月前
|
分布式计算 Hadoop Java
Hadoop学习(二) 配置Hadoop的Eclipse的编程环境
测试Java连接hadoop 编程实现读取一个分布式文件。
142 0
|
分布式计算 Hadoop Java
Windows本地安装Hadoop
Windows本地安装Hadoop
214 0
Windows本地安装Hadoop
|
分布式计算 Hadoop Windows
windows下安装hadoop
一直想玩一下hadoop,看到hadoop早就支持了windows,就参考网上的文档自己搭了一套,还在学习中,如有错误,欢迎指正。
2192 0
|
分布式计算 Hadoop Android开发
|
分布式计算 Java Python
|
分布式计算 Hadoop Java
|
分布式计算 Hadoop Android开发
Hadoop on Windows with Eclipse -05- Download, Copy and Unpack Hadoop
Download, Copy and Unpack Hadoop The next step is to download and copy the Hadoop distribution. here   Download hadoop 2.
1148 0
|
分布式计算 Hadoop Android开发
Hadoop on Windows with Eclipse -02- Prerequisites
Prerequisites Before we begin, make sure the following components are installed on your workstation (win 7 sp1 x64): jdk1.
1058 0
相关产品
云迁移中心
相关实验场景
更多
推荐文章
更多