From 48c0e2f0d22cf635c0ec75228a19572bd3030cfa Mon Sep 17 00:00:00 2001 From: jetoile Date: Tue, 7 Nov 2017 12:01:51 +0100 Subject: [PATCH] v2.6 --- CHANGELOG.md | 22 ++++++++++-- hadoop-unit-alluxio/pom.xml | 2 +- hadoop-unit-cassandra/pom.xml | 2 +- .../hadoop-unit-client-alluxio/pom.xml | 2 +- .../hadoop-unit-client-hdfs/pom.xml | 2 +- .../hadoop-unit-client-hive/pom.xml | 2 +- .../hadoop-unit-client-kafka/pom.xml | 2 +- .../hadoop-unit-client-solrcloud/pom.xml | 2 +- .../hadoop-unit-client-spark/pom.xml | 2 +- hadoop-unit-client/pom.xml | 2 +- hadoop-unit-commons-hadoop/pom.xml | 2 +- hadoop-unit-commons/pom.xml | 2 +- hadoop-unit-elasticsearch/pom.xml | 2 +- hadoop-unit-hbase/pom.xml | 2 +- hadoop-unit-hdfs/pom.xml | 2 +- hadoop-unit-hive/pom.xml | 2 +- hadoop-unit-kafka/pom.xml | 2 +- hadoop-unit-knox/pom.xml | 2 +- hadoop-unit-maven-plugin/pom.xml | 2 +- hadoop-unit-mongodb/pom.xml | 2 +- hadoop-unit-neo4j/pom.xml | 2 +- hadoop-unit-oozie/pom.xml | 2 +- hadoop-unit-redis/pom.xml | 2 +- hadoop-unit-site/pom.xml | 2 +- hadoop-unit-solr/pom.xml | 2 +- hadoop-unit-solrcloud/pom.xml | 2 +- hadoop-unit-standalone/pom.xml | 2 +- .../resources/hadoop-unit-default.properties | 34 +++++++++---------- hadoop-unit-windowslibs/pom.xml | 2 +- hadoop-unit-yarn/pom.xml | 2 +- hadoop-unit-zookeeper/pom.xml | 2 +- pom.xml | 2 +- sample/all/pom.xml | 2 +- sample/kafka-spark-streaming/pom.xml | 2 +- sample/kafka-stream/pom.xml | 2 +- sample/knox-hbase-webhdfs/pom.xml | 2 +- sample/parquet-spark/pom.xml | 2 +- sample/pom.xml | 2 +- sample/redis/pom.xml | 2 +- sample/solr-parquet-spark/pom.xml | 2 +- sample/spark-streaming-cassandra/pom.xml | 2 +- 41 files changed, 75 insertions(+), 59 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f2a77f..788b7f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ ## Change Log -### v2.5 (2017/10/18 19:05 +00:00) +### v2.6 (2017/11/07 10:49 +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) +- [d5265a8](https://github.com/jetoile/hadoop-unit/commit/d5265a82ebc3d87ca2085a1d1590defc390a2438) update documentation (@jetoile) +- [26ea0f9](https://github.com/jetoile/hadoop-unit/commit/26ea0f9b96c872679c94b20214ba9571bd664244) update site (@jetoile) +- [0ac767a](https://github.com/jetoile/hadoop-unit/commit/0ac767a95f888239d0cee2e5470f64541b373088) create maven site (@jetoile) +- [6c97c3f](https://github.com/jetoile/hadoop-unit/commit/6c97c3f194a8dd39d0f715826f9029ed10852680) update readme with wiki (@jetoile) +- [3f2749e](https://github.com/jetoile/hadoop-unit/commit/3f2749e47c157b205cf7c7f7710175313cbd929d) fix JavaScopes visibility to RUNTIME for standalone and maven mode (@jetoile) +- [668e4bf](https://github.com/jetoile/hadoop-unit/commit/668e4bfbee3b7f49581e6744344f5346230ca8cc) unable yarn by default (@jetoile) +- [a05e38b](https://github.com/jetoile/hadoop-unit/commit/a05e38b3c38e91b4936e574a65751ebed1a7b528) fix pom (@jetoile) +- [6bac046](https://github.com/jetoile/hadoop-unit/commit/6bac0468d976f2ab45cec367cd972b21e5c2554d) fix hive for windows (@jetoile) +- [50d393a](https://github.com/jetoile/hadoop-unit/commit/50d393a7aa0a34b100772859fb4b1066fddcdeac) update readme (@jetoile) +- [c65e1ba](https://github.com/jetoile/hadoop-unit/commit/c65e1ba4542ad43b827f0621e7facf94dc50edb7) prepare for next dev version (@jetoile) + +### v2.5 (2017/10/18 19:07 +00:00) +- [9ac58c8](https://github.com/jetoile/hadoop-unit/commit/9ac58c8597cac684305c987b6015147b79d4adb3) v2.5 (@jetoile) - [08a2911](https://github.com/jetoile/hadoop-unit/commit/08a291117519af137f3fb63bec92fc829b5f7eb4) fix macos issue (@jetoile) - [715f975](https://github.com/jetoile/hadoop-unit/commit/715f9759187ee4c2be06ad22d061055dfd25b673) update doc (@jetoile) - [6e54bca](https://github.com/jetoile/hadoop-unit/commit/6e54bcaa84275772783e0403f3a8b448349e2c79) prepare for next dev version (@jetoile) @@ -140,8 +156,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) -- [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) +- [0b06a16](https://github.com/jetoile/hadoop-unit/commit/0b06a16276c1f00c70ba8a85c14df59089448814) add cassandra support (@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) @@ -192,4 +208,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) \ No newline at end of file +- [8060d39](https://github.com/jetoile/hadoop-unit/commit/8060d39e8425b60e1c5a3ecd3a6b508a781dd7c9) init (@jetoile) diff --git a/hadoop-unit-alluxio/pom.xml b/hadoop-unit-alluxio/pom.xml index d3a78b8b..9b63b753 100644 --- a/hadoop-unit-alluxio/pom.xml +++ b/hadoop-unit-alluxio/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-cassandra/pom.xml b/hadoop-unit-cassandra/pom.xml index 0e9b36d7..5153f1cd 100644 --- a/hadoop-unit-cassandra/pom.xml +++ b/hadoop-unit-cassandra/pom.xml @@ -6,7 +6,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-client/hadoop-unit-client-alluxio/pom.xml b/hadoop-unit-client/hadoop-unit-client-alluxio/pom.xml index b4d1e811..7fd73eea 100644 --- a/hadoop-unit-client/hadoop-unit-client-alluxio/pom.xml +++ b/hadoop-unit-client/hadoop-unit-client-alluxio/pom.xml @@ -5,7 +5,7 @@ hadoop-unit-client fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-client/hadoop-unit-client-hdfs/pom.xml b/hadoop-unit-client/hadoop-unit-client-hdfs/pom.xml index 29925f8b..fa528d2a 100755 --- a/hadoop-unit-client/hadoop-unit-client-hdfs/pom.xml +++ b/hadoop-unit-client/hadoop-unit-client-hdfs/pom.xml @@ -4,7 +4,7 @@ hadoop-unit-client fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-client/hadoop-unit-client-hive/pom.xml b/hadoop-unit-client/hadoop-unit-client-hive/pom.xml index e886fd78..17b06c12 100755 --- a/hadoop-unit-client/hadoop-unit-client-hive/pom.xml +++ b/hadoop-unit-client/hadoop-unit-client-hive/pom.xml @@ -4,7 +4,7 @@ hadoop-unit-client fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-client/hadoop-unit-client-kafka/pom.xml b/hadoop-unit-client/hadoop-unit-client-kafka/pom.xml index c215e0b5..1a0e6829 100644 --- a/hadoop-unit-client/hadoop-unit-client-kafka/pom.xml +++ b/hadoop-unit-client/hadoop-unit-client-kafka/pom.xml @@ -5,7 +5,7 @@ hadoop-unit-client fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-client/hadoop-unit-client-solrcloud/pom.xml b/hadoop-unit-client/hadoop-unit-client-solrcloud/pom.xml index 84dc31e0..91e94ab7 100644 --- a/hadoop-unit-client/hadoop-unit-client-solrcloud/pom.xml +++ b/hadoop-unit-client/hadoop-unit-client-solrcloud/pom.xml @@ -5,7 +5,7 @@ hadoop-unit-client fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-client/hadoop-unit-client-spark/pom.xml b/hadoop-unit-client/hadoop-unit-client-spark/pom.xml index 1d2654b3..dbcb62a3 100644 --- a/hadoop-unit-client/hadoop-unit-client-spark/pom.xml +++ b/hadoop-unit-client/hadoop-unit-client-spark/pom.xml @@ -5,7 +5,7 @@ hadoop-unit-client fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-client/pom.xml b/hadoop-unit-client/pom.xml index 23f0f323..1cdf8602 100755 --- a/hadoop-unit-client/pom.xml +++ b/hadoop-unit-client/pom.xml @@ -4,7 +4,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-commons-hadoop/pom.xml b/hadoop-unit-commons-hadoop/pom.xml index 44ee6422..f50a273e 100644 --- a/hadoop-unit-commons-hadoop/pom.xml +++ b/hadoop-unit-commons-hadoop/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-commons/pom.xml b/hadoop-unit-commons/pom.xml index 0c879731..23fb99d0 100644 --- a/hadoop-unit-commons/pom.xml +++ b/hadoop-unit-commons/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-elasticsearch/pom.xml b/hadoop-unit-elasticsearch/pom.xml index 56dd6049..e7386f7d 100644 --- a/hadoop-unit-elasticsearch/pom.xml +++ b/hadoop-unit-elasticsearch/pom.xml @@ -6,7 +6,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-hbase/pom.xml b/hadoop-unit-hbase/pom.xml index 1b92c048..5df10be9 100644 --- a/hadoop-unit-hbase/pom.xml +++ b/hadoop-unit-hbase/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-hdfs/pom.xml b/hadoop-unit-hdfs/pom.xml index bbf79b92..40ee1d81 100644 --- a/hadoop-unit-hdfs/pom.xml +++ b/hadoop-unit-hdfs/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-hive/pom.xml b/hadoop-unit-hive/pom.xml index d9abbbf7..7d84dfef 100644 --- a/hadoop-unit-hive/pom.xml +++ b/hadoop-unit-hive/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-kafka/pom.xml b/hadoop-unit-kafka/pom.xml index c90a1897..41224da1 100644 --- a/hadoop-unit-kafka/pom.xml +++ b/hadoop-unit-kafka/pom.xml @@ -19,7 +19,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-knox/pom.xml b/hadoop-unit-knox/pom.xml index ba0938b6..8298c021 100644 --- a/hadoop-unit-knox/pom.xml +++ b/hadoop-unit-knox/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-maven-plugin/pom.xml b/hadoop-unit-maven-plugin/pom.xml index 6b5a1bd3..fb198879 100644 --- a/hadoop-unit-maven-plugin/pom.xml +++ b/hadoop-unit-maven-plugin/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-mongodb/pom.xml b/hadoop-unit-mongodb/pom.xml index 2ed62866..bc9e65c9 100644 --- a/hadoop-unit-mongodb/pom.xml +++ b/hadoop-unit-mongodb/pom.xml @@ -6,7 +6,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-neo4j/pom.xml b/hadoop-unit-neo4j/pom.xml index 7575166e..80acc179 100644 --- a/hadoop-unit-neo4j/pom.xml +++ b/hadoop-unit-neo4j/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-oozie/pom.xml b/hadoop-unit-oozie/pom.xml index f37cab59..4943bbbd 100644 --- a/hadoop-unit-oozie/pom.xml +++ b/hadoop-unit-oozie/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-redis/pom.xml b/hadoop-unit-redis/pom.xml index 0c3d96ff..5b5a56e8 100644 --- a/hadoop-unit-redis/pom.xml +++ b/hadoop-unit-redis/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-site/pom.xml b/hadoop-unit-site/pom.xml index 3ffb2b82..fa097fec 100644 --- a/hadoop-unit-site/pom.xml +++ b/hadoop-unit-site/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-solr/pom.xml b/hadoop-unit-solr/pom.xml index b4a5b6ea..51ed74c5 100644 --- a/hadoop-unit-solr/pom.xml +++ b/hadoop-unit-solr/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-solrcloud/pom.xml b/hadoop-unit-solrcloud/pom.xml index b7d24068..089aea89 100644 --- a/hadoop-unit-solrcloud/pom.xml +++ b/hadoop-unit-solrcloud/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-standalone/pom.xml b/hadoop-unit-standalone/pom.xml index 2e414d2a..59e5b3bf 100644 --- a/hadoop-unit-standalone/pom.xml +++ b/hadoop-unit-standalone/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-standalone/src/main/resources/hadoop-unit-default.properties b/hadoop-unit-standalone/src/main/resources/hadoop-unit-default.properties index eb184d64..21bc4545 100644 --- a/hadoop-unit-standalone/src/main/resources/hadoop-unit-default.properties +++ b/hadoop-unit-standalone/src/main/resources/hadoop-unit-default.properties @@ -1,22 +1,22 @@ #HADOOP_HOME=/opt/hadoop -zookeeper.artifact=fr.jetoile.hadoop:hadoop-unit-zookeeper:2.6-SNAPSHOT -hdfs.artifact=fr.jetoile.hadoop:hadoop-unit-hdfs:2.6-SNAPSHOT -alluxio.artifact=fr.jetoile.hadoop:hadoop-unit-alluxio:2.6-SNAPSHOT -hivemeta.artifact=fr.jetoile.hadoop:hadoop-unit-hive:2.6-SNAPSHOT -hiveserver2.artifact=fr.jetoile.hadoop:hadoop-unit-hive:2.6-SNAPSHOT -kafka.artifact=fr.jetoile.hadoop:hadoop-unit-kafka:2.6-SNAPSHOT -hbase.artifact=fr.jetoile.hadoop:hadoop-unit-hbase:2.6-SNAPSHOT -oozie.artifact=fr.jetoile.hadoop:hadoop-unit-oozie:2.6-SNAPSHOT -solr.artifact=fr.jetoile.hadoop:hadoop-unit-solr:2.6-SNAPSHOT -solrcloud.artifact=fr.jetoile.hadoop:hadoop-unit-solrcloud:2.6-SNAPSHOT -cassandra.artifact=fr.jetoile.hadoop:hadoop-unit-cassandra:2.6-SNAPSHOT -mongodb.artifact=fr.jetoile.hadoop:hadoop-unit-mongodb:2.6-SNAPSHOT -elasticsearch.artifact=fr.jetoile.hadoop:hadoop-unit-elasticsearch:2.6-SNAPSHOT -neo4j.artifact=fr.jetoile.hadoop:hadoop-unit-neo4j:2.6-SNAPSHOT -knox.artifact=fr.jetoile.hadoop:hadoop-unit-knox:2.6-SNAPSHOT -redis.artifact=fr.jetoile.hadoop:hadoop-unit-redis:2.6-SNAPSHOT -yarn.artifact=fr.jetoile.hadoop:hadoop-unit-yarn:2.6-SNAPSHOT +zookeeper.artifact=fr.jetoile.hadoop:hadoop-unit-zookeeper:2.6 +hdfs.artifact=fr.jetoile.hadoop:hadoop-unit-hdfs:2.6 +alluxio.artifact=fr.jetoile.hadoop:hadoop-unit-alluxio:2.6 +hivemeta.artifact=fr.jetoile.hadoop:hadoop-unit-hive:2.6 +hiveserver2.artifact=fr.jetoile.hadoop:hadoop-unit-hive:2.6 +kafka.artifact=fr.jetoile.hadoop:hadoop-unit-kafka:2.6 +hbase.artifact=fr.jetoile.hadoop:hadoop-unit-hbase:2.6 +oozie.artifact=fr.jetoile.hadoop:hadoop-unit-oozie:2.6 +solr.artifact=fr.jetoile.hadoop:hadoop-unit-solr:2.6 +solrcloud.artifact=fr.jetoile.hadoop:hadoop-unit-solrcloud:2.6 +cassandra.artifact=fr.jetoile.hadoop:hadoop-unit-cassandra:2.6 +mongodb.artifact=fr.jetoile.hadoop:hadoop-unit-mongodb:2.6 +elasticsearch.artifact=fr.jetoile.hadoop:hadoop-unit-elasticsearch:2.6 +neo4j.artifact=fr.jetoile.hadoop:hadoop-unit-neo4j:2.6 +knox.artifact=fr.jetoile.hadoop:hadoop-unit-knox:2.6 +redis.artifact=fr.jetoile.hadoop:hadoop-unit-redis:2.6 +yarn.artifact=fr.jetoile.hadoop:hadoop-unit-yarn:2.6 maven.central.repo=https://repo.maven.apache.org/maven2/ maven.local.repo=/home/khanh/.m2/repository diff --git a/hadoop-unit-windowslibs/pom.xml b/hadoop-unit-windowslibs/pom.xml index 1d1eab10..7440ff6a 100644 --- a/hadoop-unit-windowslibs/pom.xml +++ b/hadoop-unit-windowslibs/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-yarn/pom.xml b/hadoop-unit-yarn/pom.xml index beedf35f..07c73359 100644 --- a/hadoop-unit-yarn/pom.xml +++ b/hadoop-unit-yarn/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/hadoop-unit-zookeeper/pom.xml b/hadoop-unit-zookeeper/pom.xml index 591c8ca6..8126d623 100644 --- a/hadoop-unit-zookeeper/pom.xml +++ b/hadoop-unit-zookeeper/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/pom.xml b/pom.xml index ce7c7dd5..9cbee773 100755 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ fr.jetoile.hadoop hadoop-unit pom - 2.6-SNAPSHOT + 2.6 hadoop-unit https://github.com/jetoile/hadoop-unit diff --git a/sample/all/pom.xml b/sample/all/pom.xml index 50c88130..751cc8b7 100644 --- a/sample/all/pom.xml +++ b/sample/all/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/sample/kafka-spark-streaming/pom.xml b/sample/kafka-spark-streaming/pom.xml index c087589e..29b70f99 100644 --- a/sample/kafka-spark-streaming/pom.xml +++ b/sample/kafka-spark-streaming/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/sample/kafka-stream/pom.xml b/sample/kafka-stream/pom.xml index 2c6f368e..4fc7d596 100644 --- a/sample/kafka-stream/pom.xml +++ b/sample/kafka-stream/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/sample/knox-hbase-webhdfs/pom.xml b/sample/knox-hbase-webhdfs/pom.xml index 22ff6ce0..717d6ea4 100644 --- a/sample/knox-hbase-webhdfs/pom.xml +++ b/sample/knox-hbase-webhdfs/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/sample/parquet-spark/pom.xml b/sample/parquet-spark/pom.xml index 8736155f..8421a792 100644 --- a/sample/parquet-spark/pom.xml +++ b/sample/parquet-spark/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/sample/pom.xml b/sample/pom.xml index 42996337..4b6cc5fc 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 pom diff --git a/sample/redis/pom.xml b/sample/redis/pom.xml index 7a57a49b..9ba55fc3 100644 --- a/sample/redis/pom.xml +++ b/sample/redis/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/sample/solr-parquet-spark/pom.xml b/sample/solr-parquet-spark/pom.xml index 49ff0877..91de40dc 100644 --- a/sample/solr-parquet-spark/pom.xml +++ b/sample/solr-parquet-spark/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0 diff --git a/sample/spark-streaming-cassandra/pom.xml b/sample/spark-streaming-cassandra/pom.xml index 178a81ea..a0da3c5e 100644 --- a/sample/spark-streaming-cassandra/pom.xml +++ b/sample/spark-streaming-cassandra/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 2.6-SNAPSHOT + 2.6 4.0.0