Skip to content

Commit

Permalink
Release notes for 3.4.2 (#5864)
Browse files Browse the repository at this point in the history
Addressed comments
  • Loading branch information
rohitsinha54 committed Jun 7, 2016
1 parent 659c583 commit 47c50de
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions cdap-docs/reference-manual/source/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,30 @@ Cask Data Application Platform Release Notes
:backlinks: none
:depth: 2

`Release 3.4.2 <http://docs.cask.co/cdap/3.4.2/index.html>`__
=============================================================

Bug Fixes
---------
- `CDAP-5998 <https://issues.cask.co/browse/CDAP-5998>`__ - Fixed integrating navigator app in Tracker UI.
The POST body request that was sent while deploying navigator app was using an older deprecated property
(UI was using 'metadataKafkaConfig' instead of 'auditKafkaConfig').
This should enable using navigator app in Tracker UI.

- `CDAP-6096 <https://issues.cask.co/browse/CDAP-6096>`__ - Fixed an issue in cloning a Hydrator pipeline
which used to happen when a user navigate from CDAP to Hydrator to clone a pipeline in Hydrator UI.

- `CDAP-6109 <https://issues.cask.co/browse/CDAP-6109>`__ - Fixed a NullPointerException issue in
Spark when saving RDD to PartitionedFileSet dataset.

- `CDAP-6041 <https://issues.cask.co/browse/CDAP-6041>`__ - Fixed the Hydrator Hive batch source so that
it no longer throws a ClassNotFoundException.

- `CDAP-6044 <https://issues.cask.co/browse/CDAP-6044>`__ - Fixed Hydrator CSVParser so that a nullable
field is only set to null if the parsed value is an empty string, and the field is not a string
or nullable string type.


`Release 3.4.1 <http://docs.cask.co/cdap/3.4.1/index.html>`__
=============================================================

Expand Down

0 comments on commit 47c50de

Please sign in to comment.