@zhangyy
2019-12-12T11:23:54.000000Z
字数 624
阅读 126
hadoop的部分
- linux 下面配置eclipse 与搭建maven 环境
### 1.1 上传安装处理
apache-maven-3.0.5-bin.tar.gz
repository.tar.gz
eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
$ mkdir .mvn
$tar -zxvf apache-maven-3.0.5-bin.tar.gz -C yangyang/
$ vim .bash_profile
$source .bash_profile
$mvn -version
$ tar -zxvf repository.tar.gz -C .mvn
$cd yangyang/mvn/conf
$cp -p setting.xml /home/hadoop/.mvn
$tar -zxvf eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz -C yangyang
$ 打开一个console 终端
$cd yangyang/eclipse
$./eclipse
点击OK
关掉welcome
修改 pom.xml 文件
### 2.7 maven 配置包