David Venable
David Venable
**Is your feature request related to a problem? Please describe.** DataPrepper should support standard plugin loading, while not always including core plugins. Not all users of DataPrepper need to full...
**Is your feature request related to a problem? Please describe.** Some source plugins need to know when records are saved successfully in the sink. **Describe the solution you'd like** DataPrepper...
**Is your feature request related to a problem? Please describe.** The ElasticSearch sink plugin has a lot of configurations specifically for Trace Analytics. The plugin can be made more generic...
**Is your feature request related to a problem? Please describe.** We have a need to use our prepper plugin to delete documents from the ElasticSearch sink. **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** We would like to support Hadoop partitions in the S3 sink. For example, we may wish to write an object...
**Is your feature request related to a problem? Please describe.** Data Prepper currently has both end-to-end tests and a set of smoke tests. The end-to-end tests cover more cases than...
Tracking items to add to the DocumentDb support. - [ ] #4461
## What kind of business use case are you trying to solve? What are your requirements? Clarity on third-party software licenses (attributions) in OpenSearch projects. In particular, the Data Prepper...
If you want to write an unencrypted Parquet file without Hadoop, the existing code will use Hadoop to try to get encryption properties. https://github.com/apache/parquet-java/blob/fbe13d89ae4193be12c164d4bb5342c5eba3963f/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetWriter.java#L388-L393 However, if you have these `null`,...
### Description Excludes the Zookeeper dependency from Hadoop. This removes it from Data Prepper entirely. Also, exclude Jetty from Hadoop as a transitive dependency. We still rely on Jetty for...