Skip to content

Cask Data Application Platform - 4.1.2

Compare
Choose a tag to compare
@sreevatsanraman sreevatsanraman released this 14 Jul 02:50
· 10832 commits to develop since this release

Improvements

  • Reuse network connections for TMS client. (CDAP-12020)

  • Added a way to limit the frequency of retrieving the MapReduce task report, which could cause network load for very large jobs. (CDAP-11959)

  • Added the ability to configure the HBase client scanner cache for a dataset. (CDAP-11949)

  • Added startup check for CDAP master to error out if the configurations for HBaseDDLExecutor extensions are provided, however extension jar cannot be loaded. (CDAP-11594)

  • Upgraded IDEA IntelliJ IDE in CDAP SDK VM to 2017.1.3 release. (CDAP-11444)

  • Upgraded Eclipse IDE in CDAP SDK VM to Neon 3 release. (CDAP-11398)

  • Added the ability to denormalize data, by splitting based on de-limiter text or array flattening, to individual records in Dataprep UI as point and click directive. (CDAP-9515)

  • Added the ability to apply some DataPrep directives on multiple columns, starting with Join columns and Swap columns. Multiple columns can be selected by checking the checkbox next to each column's name, then selecting a directive in the directive dropdown. (CDAP-9514)

  • Added the ability to format data (date time, string formatting etc.,) in Dataprep UI as point and click directive. (CDAP-9507)

  • Added the ability to extract text using regex patterns in Dataprep UI as point and click directive. (CDAP-9523)

  • Added feature where macro arguments are also listed in the runtime arguments of preview mode, just like when running a new pipeline. (CDAP-9096)

  • Added feature where values of macro arguments are automatically populated and shown in the UI when running a pipeline, if those values exist as Preferences. (CDAP-9094)

  • Enable GC logging for cdap services. (CDAP-6329)

Bug Fixes

  • Fixed a bug that UGI provider returns the old and incorrect UGI information. (CDAP-11985)

  • Fixed a bug that sometimes wrong user is used in explore, which results in the failure of deleting namespace. (CDAP-11955)

  • Fixed a bug where committed data could be removed during HBase table flush or compaction. (CDAP-11948)

  • Fixed an issue where a failed MapReduce run was marked as successful. (CDAP-11937)

  • Fixed a bug that hydrator pipelines and other programs do not create datasets at runtime with correct impersonated user. (CDAP-11880)

  • Fixed impersonation when upgrading datasets in UpgradeTool (CDAP-11815)

  • Fixed an issue with retrieving workflow state if it contains an exception without a message. (CDAP-11795)

  • HBaseDDLExecutor implementation is now localized to the containers without adding it in the container classpath. (CDAP-11783)

  • Fixed delete button on action plugins to allow users to delete easily. (CDAP-10488)

  • Fixed a bug that impersonated workflow does not create local datasets with correct impersonated user. (CDAP-9456)

  • Fixed issue in explore preview where UI is not displaying boolean value correctly (CDAP-8963)

  • Fixed an issue where Workflow driver was getting restarted when it runs out of memory, causing the Workflow to be executed from start node again. (CDAP-5067)