Skip to content

CDAP 4.3.5

Compare
Choose a tag to compare
@yaojiefeng yaojiefeng released this 16 Nov 00:56
· 8759 commits to develop since this release
e26c637

New Features

Improvements

  • Improved performance of spark pipelines that write to multiple sinks. (CDAP-13430)

Bug Fixes

  • Fixed macro enabled properties in plugin configuration to only have macro behavior if the entire value is a macro. (CDAP-13331)

  • Fixed a bug where the upgrade tool did not upgrade the owner meta table (CDAP-13372)

  • Fixed a bug where pipelines with conditions on different branches could not be deployed. (CDAP-13463)

  • Fixed an issue that prevented user runtime arguments from being used in CDAP programs (CDAP-13532)

  • Fixed a bug that under some race condition, running a pipeline preview may cause the CDAP process to shut down. (CDAP-13593)

  • Fixed a bug that could prevent CDAP startup in case the metadata tables were disabled. (CDAP-14019)

  • Fixed a bug to turn off pipeline checkpointing based on the config for a realtime pipeline. (CDAP-14558)