diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6a4091..ba452094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ ## Change Log -### upcoming (2019/01/28 13:20 +00:00) +### v3.0 (2019/01/29 15:20 +00:00) +- [e79f71e](https://github.com/jetoile/hadoop-unit/commit/e79f71e0e330aa3f33cc813b31d0c2be7da38f2d) update docs (@jetoile) +- [274f184](https://github.com/jetoile/hadoop-unit/commit/274f18427c54b019216eea2f817e238b2bc93b02) cleanup ComponentMetadata (@jetoile) +- [112d1c0](https://github.com/jetoile/hadoop-unit/commit/112d1c07d681b7c58f4d36b357229a2411bea033) upgrade to Achille 6.0.1 (@jetoile) +- [#89](https://github.com/jetoile/hadoop-unit/pull/89) Make commons' modules independant from plugins (#89) (@jetoile) +- [b4b18f0](https://github.com/jetoile/hadoop-unit/commit/b4b18f0bdbb9ef38c437f70a8073d9f9effd4c10) prepare for next dev version (@jetoile) + +### v2.10 (2019/01/28 18:26 +00:00) +- [7677101](https://github.com/jetoile/hadoop-unit/commit/7677101ac560d174c6d72f030345e4264c40699a) v2.10 (@jetoile) +- [1cab6fc](https://github.com/jetoile/hadoop-unit/commit/1cab6fc0acf05f00d75e246430bd8dde06052c24) update CHANGELOG (@jetoile) - [d61f158](https://github.com/jetoile/hadoop-unit/commit/d61f158fe611114fc73006a023fb00144c0d91ab) update docs (@jetoile) - [ce76424](https://github.com/jetoile/hadoop-unit/commit/ce76424ab456b7db44271a97d9c68faa650b1926) upgrade to hadoop-mini-cluster 0.1.16 (@jetoile) - [c485a6d](https://github.com/jetoile/hadoop-unit/commit/c485a6da15a58eb7f356c42f4c0979a648db93d2) better log for standalone mode (@jetoile) @@ -145,8 +154,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) -- [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) +- [dd58553](https://github.com/jetoile/hadoop-unit/commit/dd58553115b4a0ac8b2f5e927cacbddbeca925c6) update README (@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) @@ -208,8 +217,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) diff --git a/hadoop-unit-alluxio/pom.xml b/hadoop-unit-alluxio/pom.xml index dae56d95..8d7bbf32 100644 --- a/hadoop-unit-alluxio/pom.xml +++ b/hadoop-unit-alluxio/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-cassandra/pom.xml b/hadoop-unit-cassandra/pom.xml index e7e36996..53038d57 100644 --- a/hadoop-unit-cassandra/pom.xml +++ b/hadoop-unit-cassandra/pom.xml @@ -6,7 +6,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 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 9197b1da..72d9003f 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 - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-client/hadoop-unit-client-commons/pom.xml b/hadoop-unit-client/hadoop-unit-client-commons/pom.xml index c1783f03..25c25723 100644 --- a/hadoop-unit-client/hadoop-unit-client-commons/pom.xml +++ b/hadoop-unit-client/hadoop-unit-client-commons/pom.xml @@ -5,7 +5,7 @@ hadoop-unit-client fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 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 58c31f82..457e7b19 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 - 3.0-SNAPSHOT + 3.0 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 7a8610fc..bf136680 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 - 3.0-SNAPSHOT + 3.0 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 a7ec6a93..92e7a6a2 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 - 3.0-SNAPSHOT + 3.0 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 382b019d..ee97c206 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 - 3.0-SNAPSHOT + 3.0 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 b9039609..9dab186d 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 - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-client/pom.xml b/hadoop-unit-client/pom.xml index 0530d7aa..ddb2bfcc 100755 --- a/hadoop-unit-client/pom.xml +++ b/hadoop-unit-client/pom.xml @@ -4,7 +4,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-commons-hadoop/pom.xml b/hadoop-unit-commons-hadoop/pom.xml index 8e63b938..aa3a0636 100644 --- a/hadoop-unit-commons-hadoop/pom.xml +++ b/hadoop-unit-commons-hadoop/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-commons/pom.xml b/hadoop-unit-commons/pom.xml index 34d6cb66..bf5bebba 100644 --- a/hadoop-unit-commons/pom.xml +++ b/hadoop-unit-commons/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-confluent-rest/pom.xml b/hadoop-unit-confluent-rest/pom.xml index 803d1bd8..749e32f7 100644 --- a/hadoop-unit-confluent-rest/pom.xml +++ b/hadoop-unit-confluent-rest/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-confluent/pom.xml b/hadoop-unit-confluent/pom.xml index 133ef8f7..23db8874 100644 --- a/hadoop-unit-confluent/pom.xml +++ b/hadoop-unit-confluent/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-elasticsearch/pom.xml b/hadoop-unit-elasticsearch/pom.xml index db465418..e36c7750 100644 --- a/hadoop-unit-elasticsearch/pom.xml +++ b/hadoop-unit-elasticsearch/pom.xml @@ -6,7 +6,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-hbase/pom.xml b/hadoop-unit-hbase/pom.xml index abf267b1..9c22eb31 100644 --- a/hadoop-unit-hbase/pom.xml +++ b/hadoop-unit-hbase/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-hdfs/pom.xml b/hadoop-unit-hdfs/pom.xml index 71b5ac38..a6ec601d 100644 --- a/hadoop-unit-hdfs/pom.xml +++ b/hadoop-unit-hdfs/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-hive/pom.xml b/hadoop-unit-hive/pom.xml index dc9a7c00..ff109892 100644 --- a/hadoop-unit-hive/pom.xml +++ b/hadoop-unit-hive/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-kafka/pom.xml b/hadoop-unit-kafka/pom.xml index 47a2d96e..5aa9d27f 100644 --- a/hadoop-unit-kafka/pom.xml +++ b/hadoop-unit-kafka/pom.xml @@ -19,7 +19,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-knox/pom.xml b/hadoop-unit-knox/pom.xml index fdc79bfb..0e040a82 100644 --- a/hadoop-unit-knox/pom.xml +++ b/hadoop-unit-knox/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-maven-plugin/pom.xml b/hadoop-unit-maven-plugin/pom.xml index 8631b5bf..1d007a20 100644 --- a/hadoop-unit-maven-plugin/pom.xml +++ b/hadoop-unit-maven-plugin/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-mongodb/pom.xml b/hadoop-unit-mongodb/pom.xml index 8c267330..68e3b726 100644 --- a/hadoop-unit-mongodb/pom.xml +++ b/hadoop-unit-mongodb/pom.xml @@ -6,7 +6,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-neo4j/pom.xml b/hadoop-unit-neo4j/pom.xml index 945a8850..e1d88674 100644 --- a/hadoop-unit-neo4j/pom.xml +++ b/hadoop-unit-neo4j/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-oozie/pom.xml b/hadoop-unit-oozie/pom.xml index 0716590f..fd2b5d5e 100644 --- a/hadoop-unit-oozie/pom.xml +++ b/hadoop-unit-oozie/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-redis/pom.xml b/hadoop-unit-redis/pom.xml index 407e2d42..57964a48 100644 --- a/hadoop-unit-redis/pom.xml +++ b/hadoop-unit-redis/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-site/pom.xml b/hadoop-unit-site/pom.xml index 8a5f8e8e..79623482 100644 --- a/hadoop-unit-site/pom.xml +++ b/hadoop-unit-site/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-solr/pom.xml b/hadoop-unit-solr/pom.xml index 198bceec..6f31c03c 100644 --- a/hadoop-unit-solr/pom.xml +++ b/hadoop-unit-solr/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-solrcloud/pom.xml b/hadoop-unit-solrcloud/pom.xml index 4aba5b80..97f7f165 100644 --- a/hadoop-unit-solrcloud/pom.xml +++ b/hadoop-unit-solrcloud/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-standalone/pom.xml b/hadoop-unit-standalone/pom.xml index 38a5bdd2..40bc2e42 100644 --- a/hadoop-unit-standalone/pom.xml +++ b/hadoop-unit-standalone/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 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 5d978415..87ef3c56 100644 --- a/hadoop-unit-standalone/src/main/resources/hadoop-unit-default.properties +++ b/hadoop-unit-standalone/src/main/resources/hadoop-unit-default.properties @@ -1,102 +1,102 @@ #HADOOP_HOME=/opt/hadoop -zookeeper.artifactId=fr.jetoile.hadoop:hadoop-unit-zookeeper:3.0-SNAPSHOT +zookeeper.artifactId=fr.jetoile.hadoop:hadoop-unit-zookeeper:3.0 zookeeper.mainClass=fr.jetoile.hadoopunit.component.ZookeeperBootstrap zookeeper.metadataClass=fr.jetoile.hadoopunit.component.ZookeeperMetadata -hdfs.artifactId=fr.jetoile.hadoop:hadoop-unit-hdfs:3.0-SNAPSHOT +hdfs.artifactId=fr.jetoile.hadoop:hadoop-unit-hdfs:3.0 hdfs.mainClass=fr.jetoile.hadoopunit.component.HdfsBootstrap hdfs.metadataClass=fr.jetoile.hadoopunit.component.HdfsMetadata -alluxio.artifactId=fr.jetoile.hadoop:hadoop-unit-alluxio:3.0-SNAPSHOT +alluxio.artifactId=fr.jetoile.hadoop:hadoop-unit-alluxio:3.0 alluxio.mainClass=fr.jetoile.hadoopunit.component.AlluxioBootstrap alluxio.metadataClass=fr.jetoile.hadoopunit.component.AlluxioMetadata -hivemeta.artifactId=fr.jetoile.hadoop:hadoop-unit-hive:3.0-SNAPSHOT +hivemeta.artifactId=fr.jetoile.hadoop:hadoop-unit-hive:3.0 hivemeta.mainClass=fr.jetoile.hadoopunit.component.HiveMetastoreBootstrap hivemeta.metadataClass=fr.jetoile.hadoopunit.component.HiveMetastoreMetadata -hiveserver2.artifactId=fr.jetoile.hadoop:hadoop-unit-hive:3.0-SNAPSHOT +hiveserver2.artifactId=fr.jetoile.hadoop:hadoop-unit-hive:3.0 hiveserver2.mainClass=fr.jetoile.hadoopunit.component.HiveServer2Bootstrap hiveserver2.metadataClass=fr.jetoile.hadoopunit.component.HiveServer2Metadata -hivemeta_2.artifactId=fr.jetoile.hadoop:hadoop-unit-hive2:3.0-SNAPSHOT +hivemeta_2.artifactId=fr.jetoile.hadoop:hadoop-unit-hive2:3.0 hivemeta_2.mainClass= hivemeta_2.metadataClass= -hiveserver2_2.artifactId=fr.jetoile.hadoop:hadoop-unit-hive2:3.0-SNAPSHOT +hiveserver2_2.artifactId=fr.jetoile.hadoop:hadoop-unit-hive2:3.0 hiveserver2_2.mainClass= hiveserver2_2.metadataClass= -hivemeta_3.artifactId=fr.jetoile.hadoop:hadoop-unit-hive3:3.0-SNAPSHOT +hivemeta_3.artifactId=fr.jetoile.hadoop:hadoop-unit-hive3:3.0 hivemeta_3.mainClass= hivemeta_3.metadataClass= -hiveserver2_3.artifactId=fr.jetoile.hadoop:hadoop-unit-hive3:3.0-SNAPSHOT +hiveserver2_3.artifactId=fr.jetoile.hadoop:hadoop-unit-hive3:3.0 hiveserver2_3.mainClass= hiveserver2_3.metadataClass= -kafka.artifactId=fr.jetoile.hadoop:hadoop-unit-kafka:3.0-SNAPSHOT +kafka.artifactId=fr.jetoile.hadoop:hadoop-unit-kafka:3.0 kafka.mainClass=fr.jetoile.hadoopunit.component.KafkaBootstrap kafka.metadataClass=fr.jetoile.hadoopunit.component.KafkaMetadata -hbase.artifactId=fr.jetoile.hadoop:hadoop-unit-hbase:3.0-SNAPSHOT +hbase.artifactId=fr.jetoile.hadoop:hadoop-unit-hbase:3.0 hbase.mainClass=fr.jetoile.hadoopunit.component.HBaseBootstrap hbase.metadataClass=fr.jetoile.hadoopunit.component.HBaseMetadata -oozie.artifactId=fr.jetoile.hadoop:hadoop-unit-oozie:3.0-SNAPSHOT +oozie.artifactId=fr.jetoile.hadoop:hadoop-unit-oozie:3.0 oozie.mainClass=fr.jetoile.hadoopunit.component.OozieBootstrap oozie.metadataClass=fr.jetoile.hadoopunit.component.OozieMetadata -solr.artifactId=fr.jetoile.hadoop:hadoop-unit-solr:3.0-SNAPSHOT +solr.artifactId=fr.jetoile.hadoop:hadoop-unit-solr:3.0 solr.mainClass=fr.jetoile.hadoopunit.component.SolrBootstrap solr.metadataClass=fr.jetoile.hadoopunit.component.SolrMetadata -solrcloud.artifactId=fr.jetoile.hadoop:hadoop-unit-solrcloud:3.0-SNAPSHOT +solrcloud.artifactId=fr.jetoile.hadoop:hadoop-unit-solrcloud:3.0 solrcloud.mainClass=fr.jetoile.hadoopunit.component.SolrCloudBootstrap solrcloud.metadataClass=fr.jetoile.hadoopunit.component.SolrCloudMetadata -cassandra.artifactId=fr.jetoile.hadoop:hadoop-unit-cassandra:3.0-SNAPSHOT +cassandra.artifactId=fr.jetoile.hadoop:hadoop-unit-cassandra:3.0 cassandra.mainClass=fr.jetoile.hadoopunit.component.CassandraBootstrap cassandra.metadataClass=fr.jetoile.hadoopunit.component.CassandraMetadata -mongodb.artifactId=fr.jetoile.hadoop:hadoop-unit-mongodb:3.0-SNAPSHOT +mongodb.artifactId=fr.jetoile.hadoop:hadoop-unit-mongodb:3.0 mongodb.mainClass=fr.jetoile.hadoopunit.component.MongoDbBootstrap mongodb.metadataClass=fr.jetoile.hadoopunit.component.MongoDbMetadata -elasticsearch.artifactId=fr.jetoile.hadoop:hadoop-unit-elasticsearch:3.0-SNAPSHOT +elasticsearch.artifactId=fr.jetoile.hadoop:hadoop-unit-elasticsearch:3.0 elasticsearch.mainClass=fr.jetoile.hadoopunit.component.ElasticSearchBootstrap elasticsearch.metadataClass=fr.jetoile.hadoopunit.component.ElasticSearchMetadata -neo4j.artifactId=fr.jetoile.hadoop:hadoop-unit-neo4j:3.0-SNAPSHOT +neo4j.artifactId=fr.jetoile.hadoop:hadoop-unit-neo4j:3.0 neo4j.mainClass=fr.jetoile.hadoopunit.component.Neo4jBootstrap neo4j.metadataClass=fr.jetoile.hadoopunit.component.Neo4jMetadata -knox.artifactId=fr.jetoile.hadoop:hadoop-unit-knox:3.0-SNAPSHOT +knox.artifactId=fr.jetoile.hadoop:hadoop-unit-knox:3.0 knox.mainClass=fr.jetoile.hadoopunit.component.KnoxBootstrap knox.metadataClass=fr.jetoile.hadoopunit.component.KnoxMetadata -redis.artifactId=fr.jetoile.hadoop:hadoop-unit-redis:3.0-SNAPSHOT +redis.artifactId=fr.jetoile.hadoop:hadoop-unit-redis:3.0 redis.mainClass=fr.jetoile.hadoopunit.component.RedisBootstrap redis.metadataClass=fr.jetoile.hadoopunit.component.RedisMetadata -yarn.artifactId=fr.jetoile.hadoop:hadoop-unit-yarn:3.0-SNAPSHOT +yarn.artifactId=fr.jetoile.hadoop:hadoop-unit-yarn:3.0 yarn.mainClass=fr.jetoile.hadoopunit.component.YarnBootstrap yarn.metadataClass=fr.jetoile.hadoopunit.component.YarnMetadata -confluent_kafka.artifactId=fr.jetoile.hadoop:hadoop-unit-confluent:3.0-SNAPSHOT +confluent_kafka.artifactId=fr.jetoile.hadoop:hadoop-unit-confluent:3.0 confluent_kafka.mainClass=fr.jetoile.hadoopunit.component.ConfluentKafkaBootstrap confluent_kafka.metadataClass=fr.jetoile.hadoopunit.component.ConfluentKafkaMetadata -confluent_schemaregistry.artifactId=fr.jetoile.hadoop:hadoop-unit-confluent:3.0-SNAPSHOT +confluent_schemaregistry.artifactId=fr.jetoile.hadoop:hadoop-unit-confluent:3.0 confluent_schemaregistry.mainClass=fr.jetoile.hadoopunit.component.ConfluentSchemaRegistryBootstrap confluent_schemaregistry.metadataClass=fr.jetoile.hadoopunit.component.ConfluentSchemaRegistryMetadata -confluent_ksql_rest.artifactId=fr.jetoile.hadoop:hadoop-unit-confluent:3.0-SNAPSHOT +confluent_ksql_rest.artifactId=fr.jetoile.hadoop:hadoop-unit-confluent:3.0 confluent_ksql_rest.mainClass=fr.jetoile.hadoopunit.component.ConfluentKsqlRestBootstrap confluent_ksql_rest.metadataClass=fr.jetoile.hadoopunit.component.ConfluentKsqlRestMetadata -confluent_kafka_rest.artifactId=fr.jetoile.hadoop:hadoop-unit-confluent-rest:3.0-SNAPSHOT +confluent_kafka_rest.artifactId=fr.jetoile.hadoop:hadoop-unit-confluent-rest:3.0 confluent_kafka_rest.mainClass=fr.jetoile.hadoopunit.component.ConfluentKafkaRestBootstrap confluent_kafka_rest.metadataClass=fr.jetoile.hadoopunit.component.ConfluentKafkaRestMetadata diff --git a/hadoop-unit-windowslibs/pom.xml b/hadoop-unit-windowslibs/pom.xml index 36d18170..51d280a0 100644 --- a/hadoop-unit-windowslibs/pom.xml +++ b/hadoop-unit-windowslibs/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-yarn/pom.xml b/hadoop-unit-yarn/pom.xml index ddddddc3..817b0647 100644 --- a/hadoop-unit-yarn/pom.xml +++ b/hadoop-unit-yarn/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/hadoop-unit-zookeeper/pom.xml b/hadoop-unit-zookeeper/pom.xml index 884f5b4c..9aca5285 100644 --- a/hadoop-unit-zookeeper/pom.xml +++ b/hadoop-unit-zookeeper/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/pom.xml b/pom.xml index 6542149e..e74526c8 100755 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ fr.jetoile.hadoop hadoop-unit pom - 3.0-SNAPSHOT + 3.0 hadoop-unit https://github.com/jetoile/hadoop-unit diff --git a/sample/all/pom.xml b/sample/all/pom.xml index 7a1173b2..55a229c9 100644 --- a/sample/all/pom.xml +++ b/sample/all/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/sample/confluent-integrationtest/pom.xml b/sample/confluent-integrationtest/pom.xml index 7e34d6f6..e3818dcc 100644 --- a/sample/confluent-integrationtest/pom.xml +++ b/sample/confluent-integrationtest/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/sample/kafka-spark-streaming/pom.xml b/sample/kafka-spark-streaming/pom.xml index bd608c7f..72203588 100644 --- a/sample/kafka-spark-streaming/pom.xml +++ b/sample/kafka-spark-streaming/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/sample/kafka-stream/pom.xml b/sample/kafka-stream/pom.xml index e1e15a84..e97ab504 100644 --- a/sample/kafka-stream/pom.xml +++ b/sample/kafka-stream/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/sample/knox-hbase-webhdfs/pom.xml b/sample/knox-hbase-webhdfs/pom.xml index 2c8d9500..b036a2ca 100644 --- a/sample/knox-hbase-webhdfs/pom.xml +++ b/sample/knox-hbase-webhdfs/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/sample/parquet-spark/pom.xml b/sample/parquet-spark/pom.xml index 5e1bb315..01bd4cf1 100644 --- a/sample/parquet-spark/pom.xml +++ b/sample/parquet-spark/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/sample/pom.xml b/sample/pom.xml index 2f298f79..48aafca9 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -5,7 +5,7 @@ hadoop-unit fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 pom diff --git a/sample/redis/pom.xml b/sample/redis/pom.xml index c6b37563..5350931f 100644 --- a/sample/redis/pom.xml +++ b/sample/redis/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/sample/solr-parquet-spark/pom.xml b/sample/solr-parquet-spark/pom.xml index 89209255..6e3c3480 100644 --- a/sample/solr-parquet-spark/pom.xml +++ b/sample/solr-parquet-spark/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0 diff --git a/sample/spark-streaming-cassandra/pom.xml b/sample/spark-streaming-cassandra/pom.xml index cfa98db9..3e49681b 100644 --- a/sample/spark-streaming-cassandra/pom.xml +++ b/sample/spark-streaming-cassandra/pom.xml @@ -5,7 +5,7 @@ sample fr.jetoile.hadoop - 3.0-SNAPSHOT + 3.0 4.0.0