hadoop2.6.0的maven的pom配置

来源:互联网 发布:mac 玩天涯明月刀 编辑:程序博客网 时间:2024/06/05 11:46




<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">  <modelVersion>4.0.0</modelVersion>  <groupId>mr</groupId>  <artifactId>mr</artifactId>  <version>0.0.1-SNAPSHOT</version>  <name>mr</name>        <dependencies><span style="white-space:pre"></span><dependency><span style="white-space:pre"></span><groupId>org.apache.zookeeper</groupId><span style="white-space:pre"></span><artifactId>zookeeper</artifactId><span style="white-space:pre"></span><version>3.4.6</version><span style="white-space:pre"></span></dependency><span style="white-space:pre"></span><dependency><span style="white-space:pre"></span><groupId>org.apache.hadoop</groupId><span style="white-space:pre"></span><artifactId>hadoop-client</artifactId><span style="white-space:pre"></span><version>2.6.0</version><span style="white-space:pre"></span></dependency><span style="white-space:pre"></span><dependency><span style="white-space:pre"></span><groupId>org.apache.hadoop</groupId><span style="white-space:pre"></span><artifactId>hadoop-common</artifactId><span style="white-space:pre"></span><version>2.6.0</version><span style="white-space:pre"></span></dependency><span style="white-space:pre"></span><dependency><span style="white-space:pre"></span><groupId>org.apache.hadoop</groupId><span style="white-space:pre"></span><artifactId>hadoop-hdfs</artifactId><span style="white-space:pre"></span><version>2.6.0</version><span style="white-space:pre"></span></dependency><span style="white-space:pre"></span><dependency><span style="white-space:pre"></span><groupId>commons-io</groupId><span style="white-space:pre"></span><artifactId>commons-io</artifactId><span style="white-space:pre"></span><version>2.4</version><span style="white-space:pre"></span></dependency><span style="white-space:pre"></span></dependencies>  </project>


0 0
原创粉丝点击