You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimize master's local storage usage by deleting the temporary directories created on the cdap-master for programs as soon as programs are launched on the cluster. (CDAP-6032)
Fixed an issue where UI was looking for the wrong property for SSL port. (CDAP-12682)
Fixed a bug that causes PySpark fail to run with Spark 2 in local sandbox. (CDAP-12693)
Packaging the SLF4J Log with the plugins rather than depending on the system settings. (CDAP-12701)
Fixed an issue with that caused HBase Sink to fail when used alongside other sinks, using the Spark execution engine. (CDAP-12731)
Fixed a bug where the Scala Spark compiler has missing classes from Classloader, causing compilation failure. (CDAP-12743)
Fixed a bug that failed to run Spark program when Spark authentication is turned on. (CDAP-12752)
Fixed an issue with running the dynamic Scala Spark plugin on Windows. Directory which is used to store the compiled scala classes now contains '.' as a separator instead of ':' which was causing failure on Windows machines. (CDAP-12769)
Fixed an issue that prevented auto-fill of schema for Datasets created by an ORC sink plugin. (CDAP-12843)