Hadoop on Windows with Eclipse -06- Unpack Hadoop Installation

简介: Unpack Hadoop InstallationThe next step is to unpack the downloaded and copied package.hereTo 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.

目录
相关文章
|
C语言 Android开发 Windows
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
|
4月前
|
分布式计算 Hadoop Windows
解决Windows环境下hadoop集群的运行
解决Windows环境下hadoop集群的运行
35 0
|
4月前
|
算法 程序员 Apache
Windows下搭建SVN服务器并配置eclipse和idea
Windows下搭建SVN服务器并配置eclipse和idea
59 1
|
9月前
|
IDE Java 开发工具
Eclipse的安装配置 - Windows(结尾附视频)
Eclipse的安装配置 - Windows(结尾附视频)
106 0
|
10月前
|
分布式计算 Hadoop Java
Windows系统下安装Hadoop
Windows系统下安装Hadoop
|
11月前
|
存储 分布式计算 Hadoop
【hadoop】windows上hadoop测试环境的搭建步骤
【hadoop】windows上hadoop测试环境的搭建步骤
289 0
|
11月前
|
存储 分布式计算 安全
Hadoop windows intelij 跑 MR WordCount
Hadoop windows intelij 跑 MR WordCount
63 1
|
分布式计算 Hadoop Linux
Windows运行Hadoop时报错:Could not locate executablenull\bin\winutils.exe in the Hadoo
Windows运行Hadoop时报错:Could not locate executable null\bin\winutils.exe in the Hadoop binaries 从标题报错中就可以看到,不能定位到winutils.exe,在hadoop中
144 0
|
IDE Java 开发工具
Windows的JDK和Eclipse的安装教程
Windows的JDK和Eclipse的安装教程
Windows的JDK和Eclipse的安装教程
|
分布式计算 Hadoop Java
Hadoop学习(二) 配置Hadoop的Eclipse的编程环境
测试Java连接hadoop 编程实现读取一个分布式文件。
193 0

热门文章

最新文章

推荐镜像

更多