type
status
date
slug
summary
tags
category
icon
password
📒
环境部署,如果你需要的是hadoop的环境部署 请移步到nqr的wiki:

MapReduce编程环境

一、安装idea(不会去百度,以下文章仅供参考)

二、maven项目配置

1.新建项目(配置如图)

notion image

2.配置pom.xml文件

点击左侧最下面可以看到的pom.xml,将下面的配置文件插入到pom.xml文件中

3.从maven仓库上下载依赖

点击右侧的m,打开maven插件,点击compile,编译 这样idea会自动从maven仓库下载依赖(建议使用plan)
notion image

end:然后你就可以愉快编程了