Repository: metron Updated Branches: refs/heads/master e25031905 -> 1304582ed
METRON-1574 Update version to 0.5.0 (justinleet) closes apache/metron#1026 Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/1304582e Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/1304582e Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/1304582e Branch: refs/heads/master Commit: 1304582ed5aac68fa679e16b7df41dc064f7f93d Parents: e250319 Author: justinleet <[email protected]> Authored: Wed May 23 14:01:04 2018 -0400 Committer: leet <[email protected]> Committed: Wed May 23 14:01:04 2018 -0400 ---------------------------------------------------------------------- Upgrading.md | 2 +- metron-analytics/metron-maas-common/pom.xml | 2 +- metron-analytics/metron-maas-service/pom.xml | 2 +- metron-analytics/metron-profiler-client/pom.xml | 2 +- metron-analytics/metron-profiler-common/pom.xml | 2 +- metron-analytics/metron-profiler/pom.xml | 2 +- metron-analytics/metron-statistics/pom.xml | 2 +- metron-analytics/pom.xml | 2 +- metron-contrib/metron-docker/pom.xml | 2 +- metron-contrib/metron-performance/pom.xml | 2 +- metron-contrib/pom.xml | 2 +- metron-deployment/Kerberos-manual-setup.md | 4 ++-- metron-deployment/amazon-ec2/conf/defaults.yml | 2 +- metron-deployment/ansible/playbooks/docker_probe_install.yml | 2 +- .../ansible/roles/ambari_master/defaults/main.yml | 2 +- .../ansible/roles/metron_pcapservice/defaults/main.yml | 2 +- .../development/centos6/ansible/inventory/group_vars/all | 2 +- .../development/ubuntu14/ansible/inventory/group_vars/all | 2 +- metron-deployment/packaging/ambari/elasticsearch-mpack/pom.xml | 4 ++-- metron-deployment/packaging/ambari/metron-mpack/pom.xml | 4 ++-- .../ambari/metron-mpack/src/main/resources/mpack.json | 2 +- metron-deployment/packaging/docker/deb-docker/pom.xml | 4 ++-- metron-deployment/packaging/docker/rpm-docker/pom.xml | 4 ++-- metron-deployment/pom.xml | 2 +- metron-interface/metron-alerts/package.json | 2 +- metron-interface/metron-alerts/pom.xml | 2 +- metron-interface/metron-config/package.json | 2 +- metron-interface/metron-config/pom.xml | 2 +- metron-interface/metron-config/scripts/package.json | 2 +- metron-interface/metron-rest-client/pom.xml | 2 +- metron-interface/metron-rest/pom.xml | 2 +- .../metron-rest/src/main/resources/application.yml | 2 +- metron-interface/pom.xml | 2 +- metron-platform/Performance-tuning-guide.md | 4 ++-- metron-platform/README.md | 2 +- metron-platform/elasticsearch-shaded/pom.xml | 2 +- metron-platform/metron-api/pom.xml | 2 +- metron-platform/metron-common/pom.xml | 2 +- metron-platform/metron-common/src/main/scripts/cluster_info.py | 2 +- metron-platform/metron-data-management/pom.xml | 2 +- metron-platform/metron-elasticsearch/pom.xml | 2 +- metron-platform/metron-enrichment/Performance.md | 2 +- metron-platform/metron-enrichment/pom.xml | 2 +- metron-platform/metron-hbase-client/pom.xml | 2 +- metron-platform/metron-hbase/pom.xml | 2 +- metron-platform/metron-indexing/pom.xml | 2 +- metron-platform/metron-integration-test/pom.xml | 2 +- metron-platform/metron-management/pom.xml | 2 +- metron-platform/metron-parsers/pom.xml | 2 +- metron-platform/metron-pcap-backend/pom.xml | 2 +- .../metron-pcap-backend/src/main/scripts/pcap_zeppelin_run.sh | 2 +- metron-platform/metron-pcap/pom.xml | 2 +- metron-platform/metron-solr/pom.xml | 2 +- metron-platform/metron-storm-kafka-override/pom.xml | 2 +- metron-platform/metron-storm-kafka/pom.xml | 2 +- metron-platform/metron-test-utilities/pom.xml | 2 +- metron-platform/metron-writer/pom.xml | 2 +- metron-platform/metron-zookeeper/pom.xml | 2 +- metron-platform/pom.xml | 2 +- metron-stellar/pom.xml | 2 +- metron-stellar/stellar-3rd-party-example/pom.xml | 2 +- metron-stellar/stellar-common/README.md | 4 ++-- metron-stellar/stellar-common/pom.xml | 2 +- metron-stellar/stellar-zeppelin/README.md | 6 +++--- metron-stellar/stellar-zeppelin/pom.xml | 2 +- pom.xml | 2 +- site-book/pom.xml | 2 +- 67 files changed, 76 insertions(+), 76 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/Upgrading.md ---------------------------------------------------------------------- diff --git a/Upgrading.md b/Upgrading.md index 19da992..2124ac5 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -19,7 +19,7 @@ limitations under the License. This document constitutes a per-version listing of changes of configuration which are non-backwards compatible. -## 0.4.2 to 0.4.3 +## 0.4.2 to 0.5.0 ### [METRON-941: native PaloAlto parser corrupts message when having a comma in the payload](https://issues.apache.org/jira/browse/METRON-941) While modifying the PaloAlto log parser to support logs from newer http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-analytics/metron-maas-common/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-maas-common/pom.xml b/metron-analytics/metron-maas-common/pom.xml index 85e48fa..235d3af 100644 --- a/metron-analytics/metron-maas-common/pom.xml +++ b/metron-analytics/metron-maas-common/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-analytics</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-maas-common</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-analytics/metron-maas-service/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-maas-service/pom.xml b/metron-analytics/metron-maas-service/pom.xml index ba24c15..c31caea 100644 --- a/metron-analytics/metron-maas-service/pom.xml +++ b/metron-analytics/metron-maas-service/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-analytics</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-maas-service</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-analytics/metron-profiler-client/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-profiler-client/pom.xml b/metron-analytics/metron-profiler-client/pom.xml index 932284d..68e38b4 100644 --- a/metron-analytics/metron-profiler-client/pom.xml +++ b/metron-analytics/metron-profiler-client/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-analytics</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-profiler-client</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-analytics/metron-profiler-common/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-profiler-common/pom.xml b/metron-analytics/metron-profiler-common/pom.xml index f24b1d2..ee21086 100644 --- a/metron-analytics/metron-profiler-common/pom.xml +++ b/metron-analytics/metron-profiler-common/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>metron-analytics</artifactId> <groupId>org.apache.metron</groupId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-profiler-common</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-analytics/metron-profiler/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-profiler/pom.xml b/metron-analytics/metron-profiler/pom.xml index 4d36782..403e998 100644 --- a/metron-analytics/metron-profiler/pom.xml +++ b/metron-analytics/metron-profiler/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-analytics</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-profiler</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-analytics/metron-statistics/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-statistics/pom.xml b/metron-analytics/metron-statistics/pom.xml index 87a5a9d..bde76ab 100644 --- a/metron-analytics/metron-statistics/pom.xml +++ b/metron-analytics/metron-statistics/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>metron-analytics</artifactId> <groupId>org.apache.metron</groupId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-statistics</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-analytics/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/pom.xml b/metron-analytics/pom.xml index 195406d..c004877 100644 --- a/metron-analytics/pom.xml +++ b/metron-analytics/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <description>Stream analytics for Metron</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-contrib/metron-docker/pom.xml ---------------------------------------------------------------------- diff --git a/metron-contrib/metron-docker/pom.xml b/metron-contrib/metron-docker/pom.xml index 6b865cf..5f23c1e 100644 --- a/metron-contrib/metron-docker/pom.xml +++ b/metron-contrib/metron-docker/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-contrib</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <description>Metron Docker</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-contrib/metron-performance/pom.xml ---------------------------------------------------------------------- diff --git a/metron-contrib/metron-performance/pom.xml b/metron-contrib/metron-performance/pom.xml index 4242110..c511445 100644 --- a/metron-contrib/metron-performance/pom.xml +++ b/metron-contrib/metron-performance/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-contrib</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <description>Performance Testing Utilities</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-contrib/pom.xml ---------------------------------------------------------------------- diff --git a/metron-contrib/pom.xml b/metron-contrib/pom.xml index bab7507..fba2441 100644 --- a/metron-contrib/pom.xml +++ b/metron-contrib/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <description>Contributed Tooling for Metron</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-deployment/Kerberos-manual-setup.md ---------------------------------------------------------------------- diff --git a/metron-deployment/Kerberos-manual-setup.md b/metron-deployment/Kerberos-manual-setup.md index 456703a..4ba39a9 100644 --- a/metron-deployment/Kerberos-manual-setup.md +++ b/metron-deployment/Kerberos-manual-setup.md @@ -568,7 +568,7 @@ New settings have been added to configure the Elasticsearch client. By default t Add the es settings to global.json ``` -/usr/metron/0.4.3/config/zookeeper/global.json -> +/usr/metron/0.5.0/config/zookeeper/global.json -> "es.client.settings" : { "es.client.class" : "org.elasticsearch.xpack.client.PreBuiltXPackTransportClient", @@ -732,7 +732,7 @@ The last step before restarting the topology is to create a custom X-Pack shaded Once you've built the elasticsearch-xpack-shaded-5.6.2.jar, it needs to be made available to Storm when you submit the topology. Create a contrib directory for indexing and put the jar file in this directory. ``` -/usr/metron/0.4.3/indexing_contrib/elasticsearch-xpack-shaded-5.6.2.jar +/usr/metron/0.5.0/indexing_contrib/elasticsearch-xpack-shaded-5.6.2.jar ``` Now you can restart the Elasticsearch topology. Note, you should perform this step manually, as follows. http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-deployment/amazon-ec2/conf/defaults.yml ---------------------------------------------------------------------- diff --git a/metron-deployment/amazon-ec2/conf/defaults.yml b/metron-deployment/amazon-ec2/conf/defaults.yml index b4e24f8..2adf572 100644 --- a/metron-deployment/amazon-ec2/conf/defaults.yml +++ b/metron-deployment/amazon-ec2/conf/defaults.yml @@ -58,7 +58,7 @@ num_partitions: 3 retention_in_gb: 25 # metron variables -metron_version: 0.4.3 +metron_version: 0.5.0 metron_directory: /usr/metron/{{ metron_version }} pcapservice_port: 8081 http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-deployment/ansible/playbooks/docker_probe_install.yml ---------------------------------------------------------------------- diff --git a/metron-deployment/ansible/playbooks/docker_probe_install.yml b/metron-deployment/ansible/playbooks/docker_probe_install.yml index 7be779a..03eb9bc 100644 --- a/metron-deployment/ansible/playbooks/docker_probe_install.yml +++ b/metron-deployment/ansible/playbooks/docker_probe_install.yml @@ -30,7 +30,7 @@ - hosts: sensors vars: - metron_version: 0.4.3 + metron_version: 0.5.0 metron_directory: /usr/metron/{{ metron_version }} bro_version: "2.5.2" fixbuf_version: "1.7.1" http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-deployment/ansible/roles/ambari_master/defaults/main.yml ---------------------------------------------------------------------- diff --git a/metron-deployment/ansible/roles/ambari_master/defaults/main.yml b/metron-deployment/ansible/roles/ambari_master/defaults/main.yml index 52d220a..754f8ba 100644 --- a/metron-deployment/ansible/roles/ambari_master/defaults/main.yml +++ b/metron-deployment/ansible/roles/ambari_master/defaults/main.yml @@ -16,7 +16,7 @@ # --- ambari_server_mem: 2048 -ambari_mpack_version: 0.4.3.0 +ambari_mpack_version: 0.5.0.0 metron_mpack_name: metron_mpack-{{ ambari_mpack_version }}.tar.gz metron_mpack_path: "{{ playbook_dir }}/../../packaging/ambari/metron-mpack/target/{{ metron_mpack_name }}" elasticsearch_mpack_name: elasticsearch_mpack-{{ ambari_mpack_version }}.tar.gz http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-deployment/ansible/roles/metron_pcapservice/defaults/main.yml ---------------------------------------------------------------------- diff --git a/metron-deployment/ansible/roles/metron_pcapservice/defaults/main.yml b/metron-deployment/ansible/roles/metron_pcapservice/defaults/main.yml index f570602..1d0af7a 100644 --- a/metron-deployment/ansible/roles/metron_pcapservice/defaults/main.yml +++ b/metron-deployment/ansible/roles/metron_pcapservice/defaults/main.yml @@ -15,7 +15,7 @@ # limitations under the License. # --- -metron_version: 0.4.3 +metron_version: 0.5.0 metron_directory: /usr/metron/{{ metron_version }} pcapservice_jar_name: metron-api-{{ metron_version }}.jar pcapservice_jar_src: "{{ playbook_dir }}/../../../metron-platform/metron-api/target/{{ pcapservice_jar_name }}" http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-deployment/development/centos6/ansible/inventory/group_vars/all ---------------------------------------------------------------------- diff --git a/metron-deployment/development/centos6/ansible/inventory/group_vars/all b/metron-deployment/development/centos6/ansible/inventory/group_vars/all index 347d82a..2f2068d 100644 --- a/metron-deployment/development/centos6/ansible/inventory/group_vars/all +++ b/metron-deployment/development/centos6/ansible/inventory/group_vars/all @@ -35,7 +35,7 @@ threatintel_hbase_table: threatintel enrichment_hbase_table: enrichment # metron -metron_version: 0.4.3 +metron_version: 0.5.0 metron_directory: /usr/metron/{{ metron_version }} bro_version: "2.5.2" fixbuf_version: "1.7.1" http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-deployment/development/ubuntu14/ansible/inventory/group_vars/all ---------------------------------------------------------------------- diff --git a/metron-deployment/development/ubuntu14/ansible/inventory/group_vars/all b/metron-deployment/development/ubuntu14/ansible/inventory/group_vars/all index 429d61a..dce772b 100644 --- a/metron-deployment/development/ubuntu14/ansible/inventory/group_vars/all +++ b/metron-deployment/development/ubuntu14/ansible/inventory/group_vars/all @@ -35,7 +35,7 @@ threatintel_hbase_table: threatintel enrichment_hbase_table: enrichment # metron -metron_version: 0.4.3 +metron_version: 0.5.0 metron_directory: /usr/metron/{{ metron_version }} bro_version: "2.5.2" fixbuf_version: "1.7.1" http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-deployment/packaging/ambari/elasticsearch-mpack/pom.xml ---------------------------------------------------------------------- diff --git a/metron-deployment/packaging/ambari/elasticsearch-mpack/pom.xml b/metron-deployment/packaging/ambari/elasticsearch-mpack/pom.xml index 931ce63..b8948c0 100644 --- a/metron-deployment/packaging/ambari/elasticsearch-mpack/pom.xml +++ b/metron-deployment/packaging/ambari/elasticsearch-mpack/pom.xml @@ -20,13 +20,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.metron.packaging.mpacks</groupId> <artifactId>elasticsearch_mpack</artifactId> - <version>0.4.3.0</version> + <version>0.5.0.0</version> <name>Elasticsearch Ambari Management Pack</name> <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-deployment</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-deployment/packaging/ambari/metron-mpack/pom.xml ---------------------------------------------------------------------- diff --git a/metron-deployment/packaging/ambari/metron-mpack/pom.xml b/metron-deployment/packaging/ambari/metron-mpack/pom.xml index 1843eb7..bebd7d2 100644 --- a/metron-deployment/packaging/ambari/metron-mpack/pom.xml +++ b/metron-deployment/packaging/ambari/metron-mpack/pom.xml @@ -20,13 +20,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.metron.packaging.mpacks</groupId> <artifactId>metron_mpack</artifactId> - <version>0.4.3.0</version> + <version>0.5.0.0</version> <name>Metron Ambari Management Pack</name> <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-deployment</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/mpack.json ---------------------------------------------------------------------- diff --git a/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/mpack.json b/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/mpack.json index 3946881..8814f03 100644 --- a/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/mpack.json +++ b/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/mpack.json @@ -1,7 +1,7 @@ { "type": "full-release", "name": "metron-ambari.mpack", - "version": "0.4.3.0", + "version": "0.5.0.0", "description": "Ambari Management Pack for Apache Metron", "prerequisites": { "min-ambari-version": "2.4.0.0", http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-deployment/packaging/docker/deb-docker/pom.xml ---------------------------------------------------------------------- diff --git a/metron-deployment/packaging/docker/deb-docker/pom.xml b/metron-deployment/packaging/docker/deb-docker/pom.xml index cba2f98..f12a874 100644 --- a/metron-deployment/packaging/docker/deb-docker/pom.xml +++ b/metron-deployment/packaging/docker/deb-docker/pom.xml @@ -21,11 +21,11 @@ <artifactId>metron-debs</artifactId> <packaging>pom</packaging> <name>metron-debs</name> - <version>0.4.3</version> + <version>0.5.0</version> <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-deployment</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> <relativePath>../../..</relativePath> </parent> <description>DEB Package Builder for Apache Metron</description> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-deployment/packaging/docker/rpm-docker/pom.xml ---------------------------------------------------------------------- diff --git a/metron-deployment/packaging/docker/rpm-docker/pom.xml b/metron-deployment/packaging/docker/rpm-docker/pom.xml index ef1716c..9c455da 100644 --- a/metron-deployment/packaging/docker/rpm-docker/pom.xml +++ b/metron-deployment/packaging/docker/rpm-docker/pom.xml @@ -21,11 +21,11 @@ <artifactId>metron-rpm</artifactId> <packaging>pom</packaging> <name>metron-rpm</name> - <version>0.4.3</version> + <version>0.5.0</version> <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-deployment</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> <relativePath>../../..</relativePath> </parent> <description>RPM Builder for Apache Metron</description> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-deployment/pom.xml ---------------------------------------------------------------------- diff --git a/metron-deployment/pom.xml b/metron-deployment/pom.xml index f59324c..ac194d1 100644 --- a/metron-deployment/pom.xml +++ b/metron-deployment/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <description>Building and deploying Metron</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-interface/metron-alerts/package.json ---------------------------------------------------------------------- diff --git a/metron-interface/metron-alerts/package.json b/metron-interface/metron-alerts/package.json index e20a183..31c9ce6 100644 --- a/metron-interface/metron-alerts/package.json +++ b/metron-interface/metron-alerts/package.json @@ -1,6 +1,6 @@ { "name": "metron-alerts", - "version": "0.4.3", + "version": "0.5.0", "license": "Apache-2.0", "angular-cli": {}, "scripts": { http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-interface/metron-alerts/pom.xml ---------------------------------------------------------------------- diff --git a/metron-interface/metron-alerts/pom.xml b/metron-interface/metron-alerts/pom.xml index 3d7d41a..3f23910 100644 --- a/metron-interface/metron-alerts/pom.xml +++ b/metron-interface/metron-alerts/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-interface</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-alerts</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-interface/metron-config/package.json ---------------------------------------------------------------------- diff --git a/metron-interface/metron-config/package.json b/metron-interface/metron-config/package.json index 59a3f93..17a8ac9 100644 --- a/metron-interface/metron-config/package.json +++ b/metron-interface/metron-config/package.json @@ -1,6 +1,6 @@ { "name": "metron-management-ui", - "version": "0.4.3", + "version": "0.5.0", "license": "Apache-2.0", "config": { "node_ace": "node_modules/ace-builds/src-min-noconflict/" http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-interface/metron-config/pom.xml ---------------------------------------------------------------------- diff --git a/metron-interface/metron-config/pom.xml b/metron-interface/metron-config/pom.xml index cadc6a9..3aafe6d 100644 --- a/metron-interface/metron-config/pom.xml +++ b/metron-interface/metron-config/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-interface</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-config</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-interface/metron-config/scripts/package.json ---------------------------------------------------------------------- diff --git a/metron-interface/metron-config/scripts/package.json b/metron-interface/metron-config/scripts/package.json index 278be7b..59b0d33 100644 --- a/metron-interface/metron-config/scripts/package.json +++ b/metron-interface/metron-config/scripts/package.json @@ -1,6 +1,6 @@ { "name": "metron-management-ui-web-server", - "version": "0.4.3", + "version": "0.5.0", "description": "Metron management ui web server", "main": "server.js", "dependencies": { http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-interface/metron-rest-client/pom.xml ---------------------------------------------------------------------- diff --git a/metron-interface/metron-rest-client/pom.xml b/metron-interface/metron-rest-client/pom.xml index c1300f7..9909113 100644 --- a/metron-interface/metron-rest-client/pom.xml +++ b/metron-interface/metron-rest-client/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-interface</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-rest-client</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-interface/metron-rest/pom.xml ---------------------------------------------------------------------- diff --git a/metron-interface/metron-rest/pom.xml b/metron-interface/metron-rest/pom.xml index 13d23fe..9c9c372 100644 --- a/metron-interface/metron-rest/pom.xml +++ b/metron-interface/metron-rest/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-interface</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-rest</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-interface/metron-rest/src/main/resources/application.yml ---------------------------------------------------------------------- diff --git a/metron-interface/metron-rest/src/main/resources/application.yml b/metron-interface/metron-rest/src/main/resources/application.yml index 923f036..97359b9 100644 --- a/metron-interface/metron-rest/src/main/resources/application.yml +++ b/metron-interface/metron-rest/src/main/resources/application.yml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. metron: - version: 0.4.3 + version: 0.5.0 logging: level: http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-interface/pom.xml ---------------------------------------------------------------------- diff --git a/metron-interface/pom.xml b/metron-interface/pom.xml index 3845915..9e9749a 100644 --- a/metron-interface/pom.xml +++ b/metron-interface/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <description>Interfaces for Metron</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/Performance-tuning-guide.md ---------------------------------------------------------------------- diff --git a/metron-platform/Performance-tuning-guide.md b/metron-platform/Performance-tuning-guide.md index c2d19d6..c5d32f1 100644 --- a/metron-platform/Performance-tuning-guide.md +++ b/metron-platform/Performance-tuning-guide.md @@ -410,7 +410,7 @@ And we ran our bro parser topology with the following options. We did not need t though you could certainly do so if necessary. Notice that we only needed 1 worker. ``` -/usr/metron/0.4.3/bin/start_parser_topology.sh \ +/usr/metron/0.5.0/bin/start_parser_topology.sh \ -e ~metron/.storm/storm-bro.config \ -esc ~/.storm/spout-bro.config \ -k $BROKERLIST \ @@ -594,7 +594,7 @@ export KAFKA_HOME=$HDP_HOME/kafka-broker export STORM_UI=http://node1:8744 export ELASTIC=http://node1:9200 export ZOOKEEPER=node1:2181 -export METRON_VERSION=0.4.3 +export METRON_VERSION=0.5.0 export METRON_HOME=/usr/metron/${METRON_VERSION} ``` http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/README.md ---------------------------------------------------------------------- diff --git a/metron-platform/README.md b/metron-platform/README.md index a984868..37a99e6 100644 --- a/metron-platform/README.md +++ b/metron-platform/README.md @@ -17,7 +17,7 @@ limitations under the License. # Current Build -The latest build of metron-platform is 0.4.3. +The latest build of metron-platform is 0.5.0. We are still in the process of merging/porting additional features from our production code base into this open source release. This release will be followed by a number of additional beta releases until the port is complete. We will also work on getting additional documentation and user/developer guides to the community as soon as we can. At this time we offer no support for the beta software, but will try to respond to requests as promptly as we can. http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/elasticsearch-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/elasticsearch-shaded/pom.xml b/metron-platform/elasticsearch-shaded/pom.xml index 789ddeb..ac8e579 100644 --- a/metron-platform/elasticsearch-shaded/pom.xml +++ b/metron-platform/elasticsearch-shaded/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>metron-platform</artifactId> <groupId>org.apache.metron</groupId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>elasticsearch-shaded</artifactId> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-api/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-api/pom.xml b/metron-platform/metron-api/pom.xml index f1f4aec..e3bf12d 100644 --- a/metron-platform/metron-api/pom.xml +++ b/metron-platform/metron-api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-api</artifactId> <name>metron-api</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-common/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-common/pom.xml b/metron-platform/metron-common/pom.xml index 5bd61c9..800bfeb 100644 --- a/metron-platform/metron-common/pom.xml +++ b/metron-platform/metron-common/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-common</artifactId> <name>metron-common</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-common/src/main/scripts/cluster_info.py ---------------------------------------------------------------------- diff --git a/metron-platform/metron-common/src/main/scripts/cluster_info.py b/metron-platform/metron-common/src/main/scripts/cluster_info.py index 6e853c0..e4d86da 100755 --- a/metron-platform/metron-common/src/main/scripts/cluster_info.py +++ b/metron-platform/metron-common/src/main/scripts/cluster_info.py @@ -338,7 +338,7 @@ class ClusterInfo: type="string", dest="metron_home", help="Metron home directory", - default="/usr/metron/0.4.3", + default="/usr/metron/0.5.0", metavar="DIRECTORY") parser.add_option("-p", "--hdp_home", action="store", http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-data-management/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-data-management/pom.xml b/metron-platform/metron-data-management/pom.xml index 7cdfc80..a29fc2f 100644 --- a/metron-platform/metron-data-management/pom.xml +++ b/metron-platform/metron-data-management/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-data-management</artifactId> <name>metron-data-management</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-elasticsearch/pom.xml b/metron-platform/metron-elasticsearch/pom.xml index 141d8aa..cf8951f 100644 --- a/metron-platform/metron-elasticsearch/pom.xml +++ b/metron-platform/metron-elasticsearch/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-elasticsearch</artifactId> <name>metron-elasticsearch</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-enrichment/Performance.md ---------------------------------------------------------------------- diff --git a/metron-platform/metron-enrichment/Performance.md b/metron-platform/metron-enrichment/Performance.md index 4016a0d..b9e9ace 100644 --- a/metron-platform/metron-enrichment/Performance.md +++ b/metron-platform/metron-enrichment/Performance.md @@ -476,7 +476,7 @@ The Enrichment topology has been show to scale relatively linearly. Adding more #### Environment -* Apache Metron 0.4.3 (pre-release) March, 2018 +* Apache Metron 0.5.0 (pre-release) March, 2018 * This included [a patch to the underlying caching mechanism](https://github.com/apache/metron/pull/947) that greatly improves performance. * Cisco UCS nodes http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-enrichment/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-enrichment/pom.xml b/metron-platform/metron-enrichment/pom.xml index 1dffd8b..06467e9 100644 --- a/metron-platform/metron-enrichment/pom.xml +++ b/metron-platform/metron-enrichment/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-enrichment</artifactId> <name>metron-enrichment</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-hbase-client/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-hbase-client/pom.xml b/metron-platform/metron-hbase-client/pom.xml index 64fcc11..e22a62d 100644 --- a/metron-platform/metron-hbase-client/pom.xml +++ b/metron-platform/metron-hbase-client/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <!-- The purpose of this project is to provide a version of the hbase client which has a shaded and relocated gauva. http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-hbase/pom.xml b/metron-platform/metron-hbase/pom.xml index 746a610..c26b0b1 100644 --- a/metron-platform/metron-hbase/pom.xml +++ b/metron-platform/metron-hbase/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-hbase</artifactId> <name>metron-hbase</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-indexing/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-indexing/pom.xml b/metron-platform/metron-indexing/pom.xml index e7164e7..7c3c1d7 100644 --- a/metron-platform/metron-indexing/pom.xml +++ b/metron-platform/metron-indexing/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-indexing</artifactId> <name>metron-indexing</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-integration-test/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-integration-test/pom.xml b/metron-platform/metron-integration-test/pom.xml index cc72849..03a93c6 100644 --- a/metron-platform/metron-integration-test/pom.xml +++ b/metron-platform/metron-integration-test/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-integration-test</artifactId> <name>metron-integration-test</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-management/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-management/pom.xml b/metron-platform/metron-management/pom.xml index 962fd46..3a8c532 100644 --- a/metron-platform/metron-management/pom.xml +++ b/metron-platform/metron-management/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-management</artifactId> <name>metron-management</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-parsers/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-parsers/pom.xml b/metron-platform/metron-parsers/pom.xml index c481864..17e93ef 100644 --- a/metron-platform/metron-parsers/pom.xml +++ b/metron-platform/metron-parsers/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-parsers</artifactId> <name>metron-parsers</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-pcap-backend/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-pcap-backend/pom.xml b/metron-platform/metron-pcap-backend/pom.xml index 6db7d29..60609a2 100644 --- a/metron-platform/metron-pcap-backend/pom.xml +++ b/metron-platform/metron-pcap-backend/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-pcap-backend</artifactId> <name>metron-pcap-backend</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-pcap-backend/src/main/scripts/pcap_zeppelin_run.sh ---------------------------------------------------------------------- diff --git a/metron-platform/metron-pcap-backend/src/main/scripts/pcap_zeppelin_run.sh b/metron-platform/metron-pcap-backend/src/main/scripts/pcap_zeppelin_run.sh index 26f2d58..64ad095 100755 --- a/metron-platform/metron-pcap-backend/src/main/scripts/pcap_zeppelin_run.sh +++ b/metron-platform/metron-pcap-backend/src/main/scripts/pcap_zeppelin_run.sh @@ -17,7 +17,7 @@ # limitations under the License. # -METRON_VERSION=0.4.3 +METRON_VERSION=0.5.0 METRON_HOME=${METRON_HOME:-"/usr/metron/$METRON_VERSION"} DATE_FORMAT=${DATE_FORMAT:-"yyyyMMdd"} USER=$(whoami) http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-pcap/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-pcap/pom.xml b/metron-platform/metron-pcap/pom.xml index 574e99b..598ddf6 100644 --- a/metron-platform/metron-pcap/pom.xml +++ b/metron-platform/metron-pcap/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-pcap</artifactId> <name>metron-pcap</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-solr/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-solr/pom.xml b/metron-platform/metron-solr/pom.xml index 9c9c7fb..5035687 100644 --- a/metron-platform/metron-solr/pom.xml +++ b/metron-platform/metron-solr/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-solr</artifactId> <name>metron-solr</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-storm-kafka-override/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-storm-kafka-override/pom.xml b/metron-platform/metron-storm-kafka-override/pom.xml index 3dd2d11..9be733e 100644 --- a/metron-platform/metron-storm-kafka-override/pom.xml +++ b/metron-platform/metron-storm-kafka-override/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-storm-kafka-override</artifactId> <name>metron-storm-kafka-override</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-storm-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-storm-kafka/pom.xml b/metron-platform/metron-storm-kafka/pom.xml index 30bbc85..5ccc0d9 100644 --- a/metron-platform/metron-storm-kafka/pom.xml +++ b/metron-platform/metron-storm-kafka/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-storm-kafka</artifactId> <name>metron-storm-kafka</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-test-utilities/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-test-utilities/pom.xml b/metron-platform/metron-test-utilities/pom.xml index 7c223a9..b94e5f3 100644 --- a/metron-platform/metron-test-utilities/pom.xml +++ b/metron-platform/metron-test-utilities/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-test-utilities</artifactId> <name>metron-test-utilities</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-writer/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-writer/pom.xml b/metron-platform/metron-writer/pom.xml index 7254e3b..30e01e2 100644 --- a/metron-platform/metron-writer/pom.xml +++ b/metron-platform/metron-writer/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-writer</artifactId> <name>metron-writer</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/metron-zookeeper/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-zookeeper/pom.xml b/metron-platform/metron-zookeeper/pom.xml index 2ec4fb1..32e70c5 100644 --- a/metron-platform/metron-zookeeper/pom.xml +++ b/metron-platform/metron-zookeeper/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>metron-zookeeper</artifactId> <name>metron-zookeeper</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-platform/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/pom.xml b/metron-platform/pom.xml index 3899e9d..12a8a06 100644 --- a/metron-platform/pom.xml +++ b/metron-platform/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <description>Stream analytics for Metron</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-stellar/pom.xml ---------------------------------------------------------------------- diff --git a/metron-stellar/pom.xml b/metron-stellar/pom.xml index 6b5cb67..e1d7883 100644 --- a/metron-stellar/pom.xml +++ b/metron-stellar/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>Metron</artifactId> <groupId>org.apache.metron</groupId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <description>DSL for stream analytics</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-stellar/stellar-3rd-party-example/pom.xml ---------------------------------------------------------------------- diff --git a/metron-stellar/stellar-3rd-party-example/pom.xml b/metron-stellar/stellar-3rd-party-example/pom.xml index 823b115..4a63ae3 100644 --- a/metron-stellar/stellar-3rd-party-example/pom.xml +++ b/metron-stellar/stellar-3rd-party-example/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>metron-stellar</artifactId> <groupId>org.apache.metron</groupId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>stellar-3rd-party-example</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-stellar/stellar-common/README.md ---------------------------------------------------------------------- diff --git a/metron-stellar/stellar-common/README.md b/metron-stellar/stellar-common/README.md index 078799e..291f1be 100644 --- a/metron-stellar/stellar-common/README.md +++ b/metron-stellar/stellar-common/README.md @@ -1462,7 +1462,7 @@ operating system. ```bash -metron-stellar/stellar-common/target/stellar-common-0.4.3-stand-alone.tar.gz +metron-stellar/stellar-common/target/stellar-common-0.5.0-stand-alone.tar.gz ``` When unpacked, the following structure will be created: @@ -1472,7 +1472,7 @@ When unpacked, the following structure will be created: âââ bin â  âââ stellar âââ lib - âââ stellar-common-0.4.3-uber.jar + âââ stellar-common-0.5.0-uber.jar ``` To run the Stellar Shell run the following from the directory you unpacked to: http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-stellar/stellar-common/pom.xml ---------------------------------------------------------------------- diff --git a/metron-stellar/stellar-common/pom.xml b/metron-stellar/stellar-common/pom.xml index dc4eb90..0090917 100644 --- a/metron-stellar/stellar-common/pom.xml +++ b/metron-stellar/stellar-common/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>metron-stellar</artifactId> <groupId>org.apache.metron</groupId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <artifactId>stellar-common</artifactId> <name>stellar-common</name> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-stellar/stellar-zeppelin/README.md ---------------------------------------------------------------------- diff --git a/metron-stellar/stellar-zeppelin/README.md b/metron-stellar/stellar-zeppelin/README.md index 60dcb3a..90e7733 100644 --- a/metron-stellar/stellar-zeppelin/README.md +++ b/metron-stellar/stellar-zeppelin/README.md @@ -56,10 +56,10 @@ To install the Stellar Interpreter in your Apache Zeppelin installation, follow 1. Use Zeppelin's installation utility to install the Stellar Interpreter. - If Zeppelin was already installed, make sure that it is stopped before running this command. Update the version, '0.4.3' in the example below, to whatever is appropriate for your environment. + If Zeppelin was already installed, make sure that it is stopped before running this command. Update the version, '0.5.0' in the example below, to whatever is appropriate for your environment. ``` - bin/install-interpreter.sh --name stellar --artifact org.apache.metron:stellar-zeppelin:0.4.3 + bin/install-interpreter.sh --name stellar --artifact org.apache.metron:stellar-zeppelin:0.5.0 ``` 1. Start Zeppelin. @@ -106,7 +106,7 @@ Usage 1. Go back to the Stellar interpreter configuration and add another dependency as follows. ``` - org.apache.metron:metron-statistics:0.4.3 + org.apache.metron:metron-statistics:0.5.0 ``` 1. Go back to your notebook and run `%functions` again. You will now see the additional functions defined within the `metron-statistics` project. http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/metron-stellar/stellar-zeppelin/pom.xml ---------------------------------------------------------------------- diff --git a/metron-stellar/stellar-zeppelin/pom.xml b/metron-stellar/stellar-zeppelin/pom.xml index 732c62b..c8f3b5e 100644 --- a/metron-stellar/stellar-zeppelin/pom.xml +++ b/metron-stellar/stellar-zeppelin/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>metron-stellar</artifactId> <groupId>org.apache.metron</groupId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <name>stellar-zeppelin</name> <description>Stellar Interpreter for Apache Zeppelin</description> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e1049dc..7bdf991 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> <packaging>pom</packaging> <name>Metron</name> <description>Metron Top Level Project</description> http://git-wip-us.apache.org/repos/asf/metron/blob/1304582e/site-book/pom.xml ---------------------------------------------------------------------- diff --git a/site-book/pom.xml b/site-book/pom.xml index 1408542..46e25c1 100644 --- a/site-book/pom.xml +++ b/site-book/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.4.3</version> + <version>0.5.0</version> </parent> <description>User Documentation for Metron</description> <url>https://metron.apache.org/</url>
