Skip to content

Cask Data Application Platform v3.3.2

Compare
Choose a tag to compare
@anwar6953 anwar6953 released this 08 Mar 21:00
· 148 commits to release/3.3 since this release

Bug Fix

  • Fixed a schema-parsing bug that prevented the use of schemas where a record is used both as a top-level field and also used inside a different record field. (CDAP-4967)
  • Worked around two issues (SPARK-13441 and YARN-4727) that prevented launching Spark jobs on Cloudera Data Hub clusters managed with Cloudera Manager when using Spark 1.4 or greater. (CDAP-5019)
  • Fixed a problem with the CDAP Master not starting when CDAP and the HiveServer2 services are running on the same node in an Ambari cluster. (CDAP-5063)
  • Fixed a problem with the CDAP CLI command "update app" that was parsing the application config incorrectly. (CDAP-5076)
  • Fixed a problem where the explore schema fileset property was being ignored unless an explore format was also present. (CDAP-5094)
  • Fix a problem with Spark jobs not being submitted to the appropriate YARN scheduler queue set for the namespace. (CDAP-5137)

Improvements