cdap
cdap copied to clipboard
An open source framework for building data analytic applications.
### Change Description * [CDAP-19437](https://cdap.atlassian.net/browse/CDAP-19437) Exclude recent log folders during cleanups in LogCleaner service and clean-up stale files * Recent empty folders are excluded on the basis of date format....
This PR is temporary for testing a build issue in cdap-build (so that manual runs point to this branch)
Description Part of the LCM work is to save configurations into the preference table. This experiment is to use a reserved key word for instrumentation `system.pipeline.config.instrumentation`, then overwrite the value...
Any Schema(avro,parquet,json etc.) will be converted to CDAP schema.If the given schema has a datatype "FIXED",currently CDAP schema cannot recognize as there is no FIXED schema type.As part of https://cdap.atlassian.net/browse/CDAP-18977,...
Implementing `prepareRun`, `onRunFinish` enables these methods to be called in plugins that extend SplitterTransform. #### Testing Tested by implementing `prepareRun` in [NullFieldSplitter](https://github.com/cdapio/hydrator-plugins/blob/develop/transform-plugins/src/main/java/io/cdap/plugin/NullFieldSplitter.java) and verifying that it gets called.
[CDAP-19455] Transition runs throttled by RuntimeJobManager to "rejected" state instead of "failed"
[CDAP 19455](https://cdap.atlassian.net/browse/CDAP-19455) When Dataproc submit job API is called, it returns a 429 HTTP code or RESOURCE_EXHAUSTED grpc code when their master agent isn't running on Dataproc master node. This...
Bumps `netty.version` from 4.1.16.Final to 4.1.59.Final. Updates `netty-buffer` from 4.1.16.Final to 4.1.59.Final Commits 97d0448 [maven-release-plugin] prepare release netty-4.1.59.Final c735357 Use Files.createTempFile(...) to ensure the file is created with proper permi......
Bumps [libthrift](https://github.com/apache/thrift) from 0.9.3 to 0.14.0. Release notes Sourced from libthrift's releases. Version 0.14.0 For release 0.14.0 head over to the official release download source: http://thrift.apache.org/download The assets below are...
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.21 to 8.0.16. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.20 Fix for Bug#30805426, IN CASE OF ISAUTHMETHODSWITCHREQUESTPACKET , TOSERVERS > 1 ARE IGNORED. Fix for...