Skip to content

Commit

Permalink
v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed May 20, 2018
1 parent eca5775 commit 8c624cc
Show file tree
Hide file tree
Showing 43 changed files with 76 additions and 64 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## Change Log

### v2.6 (2017/11/07 10:49 +00:00)
### upcoming (2018/05/20 15:48 +00:00)
- [4e1864c](https://github.com/jetoile/hadoop-unit/commit/4e1864c3d5adbb48c5488fb0a9eb9988da7860e0) fix redis download (@jetoile)
- [1a769de](https://github.com/jetoile/hadoop-unit/commit/1a769dea9fa93ee22487e04782df5f3988c30887) update doc for ksql (@jetoile)
- [2d9097e](https://github.com/jetoile/hadoop-unit/commit/2d9097eca9f1a8012840993913a96292119f3cc4) add support for ES 6.2.4 (@jetoile)
- [#82](https://github.com/jetoile/hadoop-unit/pull/82) add support for ksql (#82) (@jetoile)
- [#81](https://github.com/jetoile/hadoop-unit/pull/81) add support for confluent (#81) (@jetoile)
- [aedebe2](https://github.com/jetoile/hadoop-unit/commit/aedebe2a0ebf75e8621bd4829e92a00960b3d372) refactor code (@jetoile)
- [6f3e18f](https://github.com/jetoile/hadoop-unit/commit/6f3e18f824917b3c38c3e86ebaecbc999f1d2007) suppress lombok dependency (@jetoile)
- [04ba4e8](https://github.com/jetoile/hadoop-unit/commit/04ba4e8098d6daed1d1372da30d91949925615d9) update doc (@jetoile)
- [325134f](https://github.com/jetoile/hadoop-unit/commit/325134fabe63e1133a20ba1541290d2423d365a3) prepare for next dev version (@jetoile)

### v2.6 (2017/11/07 11:01 +00:00)
- [ce4e4ef](https://github.com/jetoile/hadoop-unit/commit/ce4e4efa6cb71e1af5c070d6f39565df1e44e6d3) update dll to hdp 2.6.2.0 (@jetoile)
- [d88742d](https://github.com/jetoile/hadoop-unit/commit/d88742d011739738789d8f10da6c7151664ea677) remove windows dll to replace (@jetoile)
- [d6f50b1](https://github.com/jetoile/hadoop-unit/commit/d6f50b1a01d2581226d13ec609ea67f770653f5f) add google analytics to site (@jetoile)
Expand Down Expand Up @@ -156,8 +167,8 @@
- [3c037b6](https://github.com/jetoile/hadoop-unit/commit/3c037b63ac157e16cd76ffee449e7f7be19946f3) Update README.md (@jetoile)
- [300edc2](https://github.com/jetoile/hadoop-unit/commit/300edc2bc34618212a6c13822817964e58dc6aba) Cosmetics (@framiere)
- [034680b](https://github.com/jetoile/hadoop-unit/commit/034680bfa6b4e9bc89a0158d64af0529f5f78c9e) update docs (@jetoile)
- [9e85192](https://github.com/jetoile/hadoop-unit/commit/9e8519274e4751d01e8d3775b4b06f5b5207c2f8) use Config var instead default.properties (@jetoile)
- [0b06a16](https://github.com/jetoile/hadoop-unit/commit/0b06a16276c1f00c70ba8a85c14df59089448814) add cassandra support (@jetoile)
- [9e85192](https://github.com/jetoile/hadoop-unit/commit/9e8519274e4751d01e8d3775b4b06f5b5207c2f8) use Config var instead default.properties (@jetoile)
- [6034598](https://github.com/jetoile/hadoop-unit/commit/6034598fca16b3f6192185407af0232a35762c0c) add mongodb support (@jetoile)
- [379726a](https://github.com/jetoile/hadoop-unit/commit/379726ac32827b31a9204545eb2826bfa32f6f07) update docs (@jetoile)
- [60ae8b9](https://github.com/jetoile/hadoop-unit/commit/60ae8b9bf1e499667df85c4ff0ff36cce59cc5d5) update to mini cluster 1.5.0 (@jetoile)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ hadoop-unit-standalone:

| Hadoop Unit version | Hadoop mini cluster version | HDP version |
| ------------- | ------------- | ------------- |
| 2.7 | 0.1.14 | HDP 2.6.2.0 |
| 2.6 | 0.1.14 | HDP 2.6.2.0 |
| 2.5 | 0.1.14 | HDP 2.6.2.0 |
| 2.4 | 0.1.14 | HDP 2.6.2.0 |
Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-alluxio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-client/hadoop-unit-client-alluxio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit-client</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-client/hadoop-unit-client-hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>hadoop-unit-client</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-client/hadoop-unit-client-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>hadoop-unit-client</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-client/hadoop-unit-client-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit-client</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-client/hadoop-unit-client-solrcloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit-client</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-client/hadoop-unit-client-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit-client</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-commons-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-confluent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-knox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-oozie/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-solrcloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
#HADOOP_HOME=/opt/hadoop

zookeeper.artifact=fr.jetoile.hadoop:hadoop-unit-zookeeper:2.7-SNAPSHOT
hdfs.artifact=fr.jetoile.hadoop:hadoop-unit-hdfs:2.7-SNAPSHOT
alluxio.artifact=fr.jetoile.hadoop:hadoop-unit-alluxio:2.7-SNAPSHOT
hivemeta.artifact=fr.jetoile.hadoop:hadoop-unit-hive:2.7-SNAPSHOT
hiveserver2.artifact=fr.jetoile.hadoop:hadoop-unit-hive:2.7-SNAPSHOT
kafka.artifact=fr.jetoile.hadoop:hadoop-unit-kafka:2.7-SNAPSHOT
hbase.artifact=fr.jetoile.hadoop:hadoop-unit-hbase:2.7-SNAPSHOT
oozie.artifact=fr.jetoile.hadoop:hadoop-unit-oozie:2.7-SNAPSHOT
solr.artifact=fr.jetoile.hadoop:hadoop-unit-solr:2.7-SNAPSHOT
solrcloud.artifact=fr.jetoile.hadoop:hadoop-unit-solrcloud:2.7-SNAPSHOT
cassandra.artifact=fr.jetoile.hadoop:hadoop-unit-cassandra:2.7-SNAPSHOT
mongodb.artifact=fr.jetoile.hadoop:hadoop-unit-mongodb:2.7-SNAPSHOT
elasticsearch.artifact=fr.jetoile.hadoop:hadoop-unit-elasticsearch:2.7-SNAPSHOT
neo4j.artifact=fr.jetoile.hadoop:hadoop-unit-neo4j:2.7-SNAPSHOT
knox.artifact=fr.jetoile.hadoop:hadoop-unit-knox:2.7-SNAPSHOT
redis.artifact=fr.jetoile.hadoop:hadoop-unit-redis:2.7-SNAPSHOT
yarn.artifact=fr.jetoile.hadoop:hadoop-unit-yarn:2.7-SNAPSHOT
confluent.kafka.artifact=fr.jetoile.hadoop:hadoop-unit-confluent:2.7-SNAPSHOT
confluent.schemaregistry.artifact=fr.jetoile.hadoop:hadoop-unit-confluent:2.7-SNAPSHOT
confluent.kafka_rest.artifact=fr.jetoile.hadoop:hadoop-unit-confluent:2.7-SNAPSHOT
confluent.ksql_rest.artifact=fr.jetoile.hadoop:hadoop-unit-confluent:2.7-SNAPSHOT
zookeeper.artifact=fr.jetoile.hadoop:hadoop-unit-zookeeper:2.7
hdfs.artifact=fr.jetoile.hadoop:hadoop-unit-hdfs:2.7
alluxio.artifact=fr.jetoile.hadoop:hadoop-unit-alluxio:2.7
hivemeta.artifact=fr.jetoile.hadoop:hadoop-unit-hive:2.7
hiveserver2.artifact=fr.jetoile.hadoop:hadoop-unit-hive:2.7
kafka.artifact=fr.jetoile.hadoop:hadoop-unit-kafka:2.7
hbase.artifact=fr.jetoile.hadoop:hadoop-unit-hbase:2.7
oozie.artifact=fr.jetoile.hadoop:hadoop-unit-oozie:2.7
solr.artifact=fr.jetoile.hadoop:hadoop-unit-solr:2.7
solrcloud.artifact=fr.jetoile.hadoop:hadoop-unit-solrcloud:2.7
cassandra.artifact=fr.jetoile.hadoop:hadoop-unit-cassandra:2.7
mongodb.artifact=fr.jetoile.hadoop:hadoop-unit-mongodb:2.7
elasticsearch.artifact=fr.jetoile.hadoop:hadoop-unit-elasticsearch:2.7
neo4j.artifact=fr.jetoile.hadoop:hadoop-unit-neo4j:2.7
knox.artifact=fr.jetoile.hadoop:hadoop-unit-knox:2.7
redis.artifact=fr.jetoile.hadoop:hadoop-unit-redis:2.7
yarn.artifact=fr.jetoile.hadoop:hadoop-unit-yarn:2.7
confluent.kafka.artifact=fr.jetoile.hadoop:hadoop-unit-confluent:2.7
confluent.schemaregistry.artifact=fr.jetoile.hadoop:hadoop-unit-confluent:2.7
confluent.kafka_rest.artifact=fr.jetoile.hadoop:hadoop-unit-confluent:2.7
confluent.ksql_rest.artifact=fr.jetoile.hadoop:hadoop-unit-confluent:2.7

maven.central.repo=https://repo.maven.apache.org/maven2/
maven.local.repo=/home/khanh/.m2/repository
Expand Down Expand Up @@ -134,7 +134,7 @@ oozie.share.lib.create=true
oozie.local.share.lib.cache.dir=/tmp/share_lib_cache
oozie.purge.local.share.lib.cache=false
oozie.sharelib.path=/home/khanh/github
oozie.sharelib.name=oozie-4.2.0.2.7-SNAPSHOT.1.0-129-distro.tar.gz
oozie.sharelib.name=oozie-4.2.0.2.7.1.0-129-distro.tar.gz
oozie.port=20113
oozie.host=localhost
oozie.sharelib.component=OOZIE,MAPREDUCE_STREAMING,SPARK
Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-windowslibs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-yarn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hadoop-unit</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit</artifactId>
<packaging>pom</packaging>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
<name>hadoop-unit</name>
<url>https://github.com/jetoile/hadoop-unit</url>

Expand Down
2 changes: 1 addition & 1 deletion sample/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sample</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sample/kafka-spark-streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sample</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sample/kafka-stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sample</artifactId>
<groupId>fr.jetoile.hadoop</groupId>
<version>2.7-SNAPSHOT</version>
<version>2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 8c624cc

Please sign in to comment.