Skip to content

HuaweiCloudDeveloper/hadoop-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Hadoop Distributed Computing Platform

English | 简体中文

Table of Contents

Project Introduction

Hadoop is an open - source distributed computing platform used for processing large - scale data storage and computing. This product is based on the Huawei Cloud EulerOS 2.0 64 - bit system of Kunpeng servers, providing an out - of - the - box Hadoop computing platform.

Core Components and Functions

  1. HDFS (Hadoop Distributed File System)
  • Storage Architecture: It adopts a master - slave structure. The NameNode manages metadata, and the DataNode stores actual data blocks (default 128MB/block), supporting multi - replica redundancy (default 3 copies) to ensure fault tolerance.
  • Applicable Scenarios: It is suitable for large - file batch processing (such as video storage and log analysis), but has low efficiency for low - latency access and small - file storage.
  1. MapReduce
  • Computing Model: It realizes distributed computing through two stages of Map (data sharding processing) and Reduce (result aggregation), simplifying the complexity of parallel programming.
  1. YARN (Resource Scheduling System)
  • Function: It dynamically allocates cluster resources (CPU, memory), supports concurrent execution of multiple tasks (such as MapReduce and Spark), and improves resource utilization.

The open - source image product Hadoop Distributed Computing Platform provided by this project has pre - installed Hadoop version 3.3.6 and its related operating environment, and provides deployment templates. Come and refer to the usage guide to easily start the "out - of - the - box" efficient experience!

System requirements are as follows:

  • CPU: 2vCPUs or higher
  • RAM: 4GB or larger
  • Disk: At least 40GB

Prerequisites

Register a Huawei account and activate Huawei Cloud

Image Description

Image Specification Feature Description Remarks
hadoop - 3.3.6 - kunpeng Installed and deployed based on Kunpeng servers + Huawei Cloud EulerOS 2.0 64 - bit

Get Help

  • For more questions, you can contact us via issue or the service support of the specified product in the Huawei Cloud Marketplace.
  • For other open - source images, see [open - source - image - repos](https://github.com/HuaweiCloudDeveloper/open - source - image - repos)

How to Contribute

  • Fork this repository and submit a merge request.
  • Synchronously update README.md based on your open - source image information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •