From 687785ab5647ce93ed5077fef6ced9ee059bad6a Mon Sep 17 00:00:00 2001 From: Rohit Sinha Date: Thu, 30 Jun 2016 17:45:25 -0700 Subject: [PATCH] Release notes for 3.4.3 (#5960) * Release notes for 3.4.3 * Update release-notes.rst Minor tweaks. * Update release-notes.rst Corrected order. --- .../reference-manual/source/release-notes.rst | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/cdap-docs/reference-manual/source/release-notes.rst b/cdap-docs/reference-manual/source/release-notes.rst index 479b6a133e5..6b0c76f9525 100644 --- a/cdap-docs/reference-manual/source/release-notes.rst +++ b/cdap-docs/reference-manual/source/release-notes.rst @@ -23,6 +23,29 @@ Cask Data Application Platform Release Notes :backlinks: none :depth: 2 +`Release 3.4.3 `__ +============================================================= + +Bug Fixes +--------- +- `CDAP-6238 `__ - Fixed an issue where configuration of + the FileSource was failing while setting the properties for the FileInputFormat. + +- `CDAP-6255 `__ - Fixed a bug in HDFSink where we now emit a + null character in a UTF-8 encoding if a field is null. + +- `CDAP-6258 `__ - HDFSSink can now be used alongside other + sinks in a Hydrator pipeline. + +- `CDAP-6302 `__ - Release 3.4.0 introduced an infinite-scroll + for the display of input and output schemas and the version (1.2.2) that we used of the infinite scroll + component had performance problems. We have downgraded the infinite scroll component we use to restore + the performance in Hydrator views. + +- `CDAP-6311 `__ - Fixed a bug that the program run record + was not correctly reflected in CDAP if the corresponding YARN application failed to start. + + `Release 3.4.2 `__ =============================================================