Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

49 lines (39 loc) · 1.4 KB

Change Log

All notable changes to this project will be documented in this file.

[Unreleased]

[0.2.0] 2018-08-28

Changed

  • PNDA-4503: Update platform-libraries to work with new ingest mechanics

[0.1.5] 2018-02-10

Changed

  • PNDA-3601: Disable emailtext in Jenkins file and replace it with notifier stage and job
  • PNDA-3237: Don't rdd.cache() as this has implications and should be left up to the client
  • PNDA-4216: Handle PEP-440 name normalization in build artefact

[0.1.4] 2017-11-24

Added

  • PNDA-2445: Support for Hortonworks HDP hadoop distro.

Fixed

  • PNDA-3499: Cleanup CHANGELOG with missing release info.

[0.1.3] 2017-05-23

Changed

  • PNDA-2577: review python deps versions
  • PNDA-2807: Update README.md in order to use yarn-client mode

[0.1.2] 2016-12-12

Changed

  • Externalized build logic from Jenkins to shell script so it can be reused
  • PNDA-2441: Up Spark version to 1.6

[0.1.1] 2016-09-09

Changed

  • Project renamed to PNDA

Added

  • Jenkinsfile for CI

[0.1.0] 2016-07-01

First version

[Pre-release]

  • Separate simple data handler and Json data handler with configuration helper library
  • Support for HDFS HA mode.
  • Fully supported generic data handler (replaced netflow data handler).
  • Refactored code structure with unittests
  • Added support of DNS resolving
  • Added support of reasoning PNDA namenode URL
  • First release of platform-libraries API.