hadoop下载安装_如何下载并安装Hadoop?-程序员宅基地

技术标签: python  java  linux  hadoop  大数据  

hadoop下载安装

In this article, we will,

在本文中,我们将

  • Download and Install Virtual Box.

    下载并安装Virtual Box。

  • Download and Install Cloudera Virtual Machine (VM) Image.

    下载并安装Cloudera虚拟机(VM)映像。

  • Launch the Cloudera VM.

    启动Cloudera VM。

Hardware Requirements:

硬件要求:

First of all our pc needs to satisfy some hardware requirements so, you will need 1) Quad-Core Processor (VT-x or AMD-V support recommended), 64-bit; 8 GB RAM; at least 20 GB disk free.

首先,我们的PC需要满足一些硬件要求,因此,您将需要:1)64位四核处理器(建议支持VT-x或AMD-V); 8 GB RAM; 至少有20 GB可用磁盘。

How to find your hardware information?

如何找到您的硬件信息?

Open your System by clicking the Start button, by right-clicking on the Computer, and then click on Properties. Most computers with 8 GB RAM purchased in the last 5 years will meet the minimum requirements. We will need a high-speed internet connection because we will be downloading files up to 4 GB in size.

单击“开始”按钮,右键单击“计算机”,然后单击“属性”,以打开系统。 在过去5年中购买的大多数具有8 GB RAM的计算机都将满足最低要求。 我们将需要高速Internet连接,因为我们将下载最大4 GB的文件。

Procedure:

程序:

1) Install Virtual Box

1)安装虚拟盒子

Go to the link below to download and install virtual box
https://www.virtualbox.org/wiki/Downloads

转到下面的链接下载并安装虚拟盒
https://www.virtualbox.org/wiki/下载

I will show you screenshots of using virtual box 5.1.X , you can use this and can also upgrade to the latest version as upgradation as the process will not differ too much in both the cases.

我将向您展示使用虚拟盒5.1.X的屏幕截图,您可以使用它,也可以升级到最新版本作为升级,因为在两种情况下该过程不会有太大差异。

2) Download the Cloudera VM

2)下载Cloudera VM

Click the below link to download Cloudera VM
https://downloads.cloudera.com/demo_vm/virtualbox/cloudera-quickstart-vm-5.4.2-0-virtualbox.zip
The file is over 4GB so, no need to worry if it takes time.

单击下面的链接下载Cloudera VM
https://downloads.cloudera.com/demo_vm/virtualbox/cloudera-quickstart-vm-5.4.2-0-virtualbox.zip
该文件已超过4GB,因此无需花费时间。

3) Unzip the Cloudera VM

3)解压缩Cloudera VM

Click right by selecting "cloudera-quickstart-vm-5.4.2-0-virtualbox.zip" and select "Extract All..." and extract the file.

通过选择“ cloudera-quickstart-vm-5.4.2-0-virtualbox.zip”单击右键,然后选择“全部提取...”并解压缩文件。

4) Start the Virtual Box

4)启动虚拟盒子

5) Begin Importing

5)开始导入

To import VM go to File and then click on - Import Appliance

要导入VM,请转至文件,然后单击- 导入设备

step 1 | Download and install Hadoop

6) Now click on the folder icon at the right side

6)现在,单击右侧的文件夹图标

step 2 | Download and install Hadoop

7) Select the cloudera-quickstart-vm-5.4.2-0-virtualbox.ovf from the Folder where you unzipped the Virtual Box VM and click Open.

7)从解压缩Virtual Box VM的文件夹中选择cloudera-quickstart-vm-5.4.2-0-virtualbox.ovf ,然后单击“打开”。

step 3 | Download and install Hadoop

8) Now click on next to proceed.

8)现在单击下一步继续。

step 4 | Download and install Hadoop

9) Now click on import at the rightmost below corner of the screen.

9)现在,单击屏幕右下角最右侧的导入。

step 5 | Download and install Hadoop

Virtual machine image will be imported; we need to wait for sometime till the process gets completed.

虚拟机映像将被导入; 我们需要等待一段时间,直到流程完成。

step 6 | Download and install Hadoop

10) Launch Cloudera VM

10)启动Cloudera VM

Once the importing is finished, the quickstart-vm-5.4.2-0 VM will appear on the left in the Virtual Box window. Select that and click on the Start button to launch the Virtual machine.

导入完成后,quickstart-vm-5.4.2-0 VM将显示在Virtual Box窗口的左侧。 选择该选项,然后单击“开始”按钮以启动虚拟机。

step 7 | Download and install Hadoop

11) Cloudera VM booting

11)Cloudera VM引导

Virtual machine will take several minutes to start. Booting process takes time as many hadoop tools get started.

虚拟机将需要几分钟才能启动。 随着许多hadoop工具的启动,启动过程需要时间。

step 8 | Download and install Hadoop

12) Once the Booting process is complete the desktop will appear with a browser on screen.

12)启动过程完成后,桌面将出现,并在屏幕上显示一个浏览器。

step 9 | Download and install Hadoop

Conclusion:

结论:

Finally we are done with the downloading of cloudera, hadoop and their successful installation, I have followed the above process to download and install it as it was recommended in one of my course I was doing on courser, will recommend you all to try this process to install hadoop it you got stuck anywhere or for any other further queries related to this I will recommend you to shoot your questions below in the comment section.

最后,我们完成了cloudera,hadoop下载以及它们的成功安装 ,按照我在Courser上进行的一门课程的建议,我按照上述过程下载并安装了它,将推荐大家尝试此过程。要安装hadoop,您可能会卡在任何地方,或者对此有任何其他疑问,我建议您在下面的评论部分中提出您的问题。

翻译自: https://www.includehelp.com/big-data/how-to-download-and-install-hadoop.aspx

hadoop下载安装

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/cumubi7453/article/details/107795486

智能推荐

C++学习笔记 -多重继承成员的模糊性_hawkol_新浪博客-程序员宅基地

文章浏览阅读207次。什么是多重继承的模糊性?指的是在多重继承下,派生类对基类成员访问不唯一,这就导致模糊性问题,编译系统不知道选择哪个基类成员。​​以上代码在brid和fish两个基类中都有breath()函数,派生类在执行时不知道执行哪个breath()函数,存在二义性。只需更改main()函数如下:void main(){flyfish ff;ff.fly();ff.bird::b..._c++模糊继承

Android.mk和Android.bp宏对应关系_android.mk 中的build_shared_library 对应android.bp 中什么-程序员宅基地

文章浏览阅读1.6k次。Android.mk和Android.bp宏对应关系_android.mk 中的build_shared_library 对应android.bp 中什么

百度地图mysql打点,PHP+Mysql實現百度地圖API打點-程序员宅基地

文章浏览阅读153次。需求:從本地數據庫讀取經緯度,通過百度API在地圖上打點顯示(最簡示例)開發環境:PHP+Mysql源碼:1. bm.html 代碼:body, html,#allmap {width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"微軟雅黑";}#l-map{height:100%;width:78%;float:left;bo..._jsp从数据库mysql取出经纬度数据在百度地图标注

Core Graphics之CGContext详解 (转)-程序员宅基地

文章浏览阅读116次。CGContext又叫图形上下文,相当于一块画布,以堆栈形式存放,只有在当前 context上绘图才有效。iOS有分多种图形上下文,其中UIView自带提供的在drawRect:方法中通过 UIGraphicsGetCurrentContext获取,还有专门为图片处理的context,UIGraphicsBeginImageContext函数生成,还有pdf的context等等。..._cgtextu

pygame模块 最简单最方便的下载及安装教程_pygameout自动化模块下载-程序员宅基地

文章浏览阅读2k次。下载安装打开cmd后简单一行代码:pip install pygame会帮你自动下载最新最适合你的版本!测试一下用Pygame创建了一个空白的游戏窗口:谢谢大家!_pygameout自动化模块下载

Android—MVC、MVP、MVVM_android mvc mvp mvvm-程序员宅基地

文章浏览阅读141次。MVC:视图(View):用户界面。 控制器(Controller):业务逻辑 模型(Model):数据保存View 传送指令到 Controller Controller 完成业务逻辑后,要求 Model 改变状态 Model 将新的数据发送到 View,用户得到反馈操作方式: 用户操作View或Controller特点:单向传输,View代码量大,业务逻辑都部署在 View。MVP:Controller改为Presenter各部分之间的通信,都是双向的。._android mvc mvp mvvm

随便推点

写在24岁,我的4年 Java 程序猿的程序人生_java开发24岁应该有几年工作经验-程序员宅基地

文章浏览阅读432次。前言你好,陌生人!我是木山,时间煮雨,一晃已经工作俩年了,接触编程已经将近四年了,一入Java深似海,从此头发是路人,我也从一个萌新,逐渐成为摸鱼大佬,那个写jsp的男孩,未曾长大,只是框架越用越杂。依然记得大学那会儿翘课去网吧打游戏,记得和室友一起去狂奔去图书馆占位,也记得一起在宿舍通宵熬夜学习,还记得大家一起找工作分享面试经验,更记得毕业季各奔东西的那群可爱的人。原来你是这样的java哦第一次遇见java是在大三,好巧不巧当时正好开了这门课,那会儿也是个马马虎虎的人,上课也爱开小差,没有学到什么_java开发24岁应该有几年工作经验

测试基础+计算机基础_按权展开求和法是什么-程序员宅基地

文章浏览阅读229次。一、计算机基础1.1 什么是软件1.1.1 基础概念计算机 = 硬件 + 软件软件 = 程序 + 文档提示:测试对象是程序和文档(软件)1.1.2 软件的开发阶段第一阶段:需求分析阶段​ 需求分析人员完成 产出物:《需求规格说明书》第二阶段:设计阶段​ 是由系统结构师(分析师)完成 产出物:《概要设计说明书》 《详细设计说明书》第三阶段:编码阶段​ 开发人员(程序员) 产出物:程序(源代码)面试:开发阶段中哪个阶段产_按权展开求和法是什么

vue-cli中config/index.js 里面的配置详解_vue-cli index.build-程序员宅基地

文章浏览阅读1k次。config/index.js 里面的 build配置index: path.resolve(__dirname, '../dist/index.html'),assetsRoot: path.resolve(__dirname, '../dist'), assetsSubDirectory: 'static', assetsPublicPath: '/',index: 模板..._vue-cli index.build

fxml设置背景_JavaFX学习笔记(最全,最详细)-程序员宅基地

文章浏览阅读1.8k次,点赞4次,收藏14次。文章目录Java: JavaFX桌面GUI开发1、基本概念2、最小框架代码3、控件布局4,初步认识stage窗口5,stage窗口模式(StageStyle)6,screen类的使用7,Group容器的使用8,Button按钮以及简单介绍设置背景颜色和外边框等问题9,JavaFX布局(pane)(1). Pane(2). BorderPane(3). HBox(4). VBox(5) FlowPa..._fxml设置背景

岛屿数量-程序员宅基地

文章浏览阅读6.2k次,点赞3次,收藏7次。题目给定一个由 '1'(陆地)和 '0'(水)组成的的二维网格,计算岛屿的数量。一个岛被水包围,并且它是通过水平方向或垂直方向上相邻的陆地连接而成的。你可以假设网格的四个边均被水包围。示例 1:输入:11110110101100000000输出: 1示例 2:输入:11000110000010000011输出: 3来源:力扣(LeetCode)链接:htt..._岛屿数量

cef源码编译_cef csdn 编译-程序员宅基地

文章浏览阅读259次。https://bitbucket.org/chromiumembedded/cef/src/master/_cef csdn 编译