Nisarg Thakkar
Nisarg Thakkar
When checking which class to run for HadoopJava jobtypes, only `plugin.properties` are checked. For custom jobtypes, it is desirable to allow specifying the class name via `private.properties`. This is the...
For a schema which contains nested maps, the class generated is incorrect. ```json { "type": "record", "name": "TestDecodeFailureValue", "doc": "Value schema demonstrating failed decode with Map field", "fields": [ {...
## Streamline controller configs and harden update-store workflow This PR unifies the `UpdateStore` logic between child controller and parent controllers. We've faced many issues due to the structure of the...
## Harden update-store workflow This PR unifies the `UpdateStore` logic between child controller and parent controllers. We've faced many issues due to the structure of the code (especially `VeniceParentHelixAdmin`) where...
### Willingness to contribute No. I cannot contribute a bug fix at this time. ### Venice version All ### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 20.0)**:...
## Problem Statement ## Solution ### Code changes - [ ] Added new code behind **a config**. If so list the config names and their default values in the PR...
## Add a way to run DataWriter jobs in an isolated environment Currently, VPJ is written in a way where it launches the compute tasks from it's local environment. If...