PNDA release 3.1 contains a number of bug fixes and improvements.
PNDA metrics that were previously available only through the PNDA console are now also available via the Graphite API.
This enables straightforward integration of many third party metrics tools for exploring operational data.
To demonstrate this capability we've added a default dashboard to the PNDA Grafana instance that visualizes some metrics of interest.
Kafka been upgraded to version 0.10.0.1 which brings a number of improvements in the area of security and introduces Kafka Streams.
Zookeeper has been upgraded to version 3.4.6 which fixes a number of stability issues relating to the formation of quora in various error scenarios.
OpenTSDB has been upgraded to version 2.2.0 and Grafana has been upgraded to 3.1.1, providing better support for time series data.
Kafka Manager has been upgraded to version 1.3.1.6, including a number of bug fixes.
The recommended version of Logstash for data collection has been changed to 2.3.4, which has been tested with the improved security in Kafka 0.10.
We've added support for provisioning PNDA in AWS using CloudFormation templates.
Repository | Version | Date |
---|---|---|
example-jupyter-notebooks | 0.1.1 | 09 Sep 2016 |
example-kafka-clients | 0.2.0 | 07 Sep 2016 |
example-kafka-spark-opentsdb-app | 0.1.1 | 07 Sep 2016 |
example-spark-batch | 0.1.0 | 01 Jul 2016 |
example-spark-streaming | 0.1.0 | 01 Jul 2016 |
gobblin | 0.1.1 | 13 Sep 2016 |
platform-console-backend | 0.2.0 | 07 Sep 2016 |
platform-console-frontend | 0.1.1 | 13 Sep 2016 |
platform-data-mgmnt | 0.1.1 | 13 Sep 2016 |
platform-deployment-manager | 0.1.1 | 13 Sep 2016 |
platform-libraries | 0.1.1 | 09 Sep 2016 |
platform-package-repository | 0.1.1 | 07 Sep 2016 |
platform-salt | 0.2.0 | 07 Sep 2016 |
platform-salt-cloud | 0.1.1 | 07 Sep 2016 |
platform-testing | 0.1.1 | 13 Sep 2016 |
platform-tools | 0.1.0 | 01 Jul 2016 |
pnda-aws-templates | 0.1.0 | 07 Sep 2016 |
pnda-dib-elements | 0.1.0 | 01 Jul 2016 |
pnda-guide | 0.1.2 | 09 Sep 2016 |
pnda-heat-templates | 0.2.0 | 07 Sep 2016 |
pnda-package-server-docker | 0.1.0 | 01 Jul 2016 |
prod-logstash-codec-avro | 0.2.0 | 09 Sep 2016 |
- Clarified documentation around flavours
- Removed explicit inclusion of platformlibs-0.6.8-py2.7.egg, instead now relying on Anaconda to bring this in
- Security support. Kafka clients have the option to use SASL_SSL or plain authentication.
- PNDA-729: Fixed a defect in the sample data source program that not reset a buffer correctly
- Run workflow as a sub-workflow to work around bug in CDH 5.5 for Oozie spark actions (failing because the jar was not the expected size).
- First release of example batch app - including workflow and coordinator variants.
- First release of example streaming app
- Enhanced CI support
- PNDA-820: Historical metric support. Console backend stores a timeseries of metric values in graphite
- PNDA-1980: Debug output adjusted to prevent console backend log files growing very large
- Enhanced CI support
- Enhanced CI support
- Improvements to documentation
- Enhanced CI support
- Project renamed to PNDA
- Jenkinsfile for CI
- PNDA-1811. Added timeout parameter to swift connection
- Enhancements to CI
- Install Jupyter-Spark extension
- Add default Grafana dashboards for PNDA metrics
- PNDA-2010 Create Graphite datasource
- Add a simple minimal notebook to explain basic Jupyter usage
- Create PNDA OpenTSDB default datasource in Grafana
- PNDA-820 Added graphite formula to salt
- PNDA-2022 Re-raise exceptions from cm_setup for fail fast behaviour
- PNDA-2009 Tell upstart to not log console output of data-logger
- PNDA-1933 CM setup waits on cloudera manager being available
- Do not use http download for cloudera manager
- Clean ups to Grafana states
- Clean ups to OpenTSDB states
- Clean ups to Jupyter states
- PNDA-2012 Update to Grafana 3.1.1
- PNDA-1485 Update OpenTSDB to 2.2.0
- PNDA-2016 Update Zookeeper to 3.4.6
- Update Kafka Manager to 1.3.1.6
- Update Kafka to 0.10.0.1
- Use saltenv instead of env in anticipation of upcoming Salt Boron
- Automatically set test topic replication based on broker cluster size
- Make the pnda user home directory configurable
- For AWS, launch PNDA on private network
- PNDA-1923 Add the yarn daemon and application logs to logserver
- PNDA-2005 Add a state that creates a PNDA test topic on Kafka instead of using KM
- Install salt minions version 2015.8.10
- Update the CLI banner
- Enhanced CI support
- Tools for working with PNDA
- Resources for launching PNDA on AWS
- Tools for creating PNDA images
- Set grafana version to 3.1.1
- Add details and links about AWS provisioning using CloudFormation
- Add technology versions page to guide
- Update Kafka security with details about SASL_SSL & ACL
- Display Heat stack events while resizing a cluster
- Add the capability to configure an alternate Anaconda Parcels mirror
- Create a package server container for provisioning PNDA
- Target Logstash version for the codec plugin is now 2.3.4, which supports secured connections with Kafka