Skip to content

Commit

Permalink
v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed Oct 18, 2017
1 parent deefe82 commit e997900
Show file tree
Hide file tree
Showing 40 changed files with 68 additions and 59 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
## Change Log

### upcoming
### v2.4 (2017/10/18 11:24 +00:00)
- [deefe82](https://github.com/jetoile/hadoop-unit/commit/deefe82c8a1288439063191c053b01cc53c53b0b) downgrade elastic-embedded to fix lock on windows (@jetoile)
- [7eb217a](https://github.com/jetoile/hadoop-unit/commit/7eb217af78e8c3d193ca19c8e907ffb54fb9ca27) fix maven-plugin stop (@jetoile)
- [0785a70](https://github.com/jetoile/hadoop-unit/commit/0785a70589bec6aa9eaf36c80874be34e640d5e0) fix dll issue for windows (@jetoile)
- [ea51550](https://github.com/jetoile/hadoop-unit/commit/ea5155055d0d74e3e27092c0727fc362b99e5539) add timeout for maven-plugin (@jetoile)
- [#80](https://github.com/jetoile/hadoop-unit/pull/80) cleanup (#80) (@framiere)
- [38d2886](https://github.com/jetoile/hadoop-unit/commit/38d28867f1ba138c7cc49d721786c3d58494e53f) update doc (@jetoile)
- [6aad6ae](https://github.com/jetoile/hadoop-unit/commit/6aad6ae597e37179d6ebd579c909f968ca6fcc2d) prepare for next dev version (@jetoile)

### 2.3 (2017/10/01 14:52 +00:00)
### v2.3 (2017/10/01 15:08 +00:00)
- [e01c704](https://github.com/jetoile/hadoop-unit/commit/e01c704896041768e78dd3f72d32ef55cbf6c7cf) v2.3 (@jetoile)
- [2a7ba8e](https://github.com/jetoile/hadoop-unit/commit/2a7ba8e94a9f18ff02c3ca8c5c3e37596e21c3c6) update CHANGELOG (@jetoile)
- [f575245](https://github.com/jetoile/hadoop-unit/commit/f575245e7a310036e48df619bee2754732781b14) upgrade achille 5.3.1, embedded-elastic 2.4.2, spark 2.2.0_2.11, solr (@jetoile)
- [80a1ba9](https://github.com/jetoile/hadoop-unit/commit/80a1ba901127fd66bffe3a2ffd3cf0c775aea15b) update hadoop-mini-cluster-0.1.14 (@jetoile)
- [9fed750](https://github.com/jetoile/hadoop-unit/commit/9fed750c92bb8ac7d4efd29980ee5945f704a134) add a post-integration phase to stop hadoop-unit-maven-plugin (@jetoile)
Expand Down Expand Up @@ -62,8 +71,8 @@
- [20994c0](https://github.com/jetoile/hadoop-unit/commit/20994c02582033cbabe2c0c6cc19f0cf6a209520) update to hadoop-mini-cluster 0.1.9 (@jetoile)
- [a2ffd37](https://github.com/jetoile/hadoop-unit/commit/a2ffd37b4ffaea9f052c175b6a8968f9d8c09ea3) manage travis (@jetoile)
- [#58](https://github.com/jetoile/hadoop-unit/pull/58) update to achilles 5.1.5 (#58) (@jetoile)
- [07bfc41](https://github.com/jetoile/hadoop-unit/commit/07bfc41db8583e3e4c7a403bd6a5fc6c2830e406) use aether to manage jar conflict (@jetoile)
- [dd58553](https://github.com/jetoile/hadoop-unit/commit/dd58553115b4a0ac8b2f5e927cacbddbeca925c6) update README (@jetoile)
- [07bfc41](https://github.com/jetoile/hadoop-unit/commit/07bfc41db8583e3e4c7a403bd6a5fc6c2830e406) use aether to manage jar conflict (@jetoile)
- [a371998](https://github.com/jetoile/hadoop-unit/commit/a37199897fd113c2d5bafc8d10da37715cbf0866) Update README.md (@jetoile)
- [b6b2acc](https://github.com/jetoile/hadoop-unit/commit/b6b2accef4d1310a840b71d0f30abc4b74b6e0ec) prepare for next dev version (@jetoile)

Expand Down Expand Up @@ -177,4 +186,4 @@
- [9727b4d](https://github.com/jetoile/hadoop-unit/commit/9727b4d5da87a110dfa32a266db68e470a0046d2) add solr - WIP (@jetoile)
- [1ad6696](https://github.com/jetoile/hadoop-unit/commit/1ad66961a4d7b07f0d0cc5490bf7b4bf2dc0b9f8) add kafka (@jetoile)
- [704d2d2](https://github.com/jetoile/hadoop-unit/commit/704d2d246ea1ff03cb865f97ccc04c8b2cb1e25b) update (@jetoile)
- [8060d39](https://github.com/jetoile/hadoop-unit/commit/8060d39e8425b60e1c5a3ecd3a6b508a781dd7c9) init (@jetoile)
- [8060d39](https://github.com/jetoile/hadoop-unit/commit/8060d39e8425b60e1c5a3ecd3a6b508a781dd7c9) init (@jetoile)
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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

maven.central.repo=https://repo.maven.apache.org/maven2/
maven.local.repo=/home/khanh/.m2/repository
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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</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.4-SNAPSHOT</version>
<version>2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sample/knox-hbase-webhdfs/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.4-SNAPSHOT</version>
<version>2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sample/parquet-spark/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.4-SNAPSHOT</version>
<version>2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sample/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.4-SNAPSHOT</version>
<version>2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
Loading

0 comments on commit e997900

Please sign in to comment.