druid/extensions-core/s3-extensions
George Shiqi Wu 64754b6799
Allow users to pass task payload via deep storage instead of environment variable (#14887)
This change is meant to fix a issue where passing too large of a task payload to the mm-less task runner will cause the peon to fail to startup because the payload is passed (compressed) as a environment variable (TASK_JSON). In linux systems the limit for a environment variable is commonly 128KB, for windows systems less than this. Setting a env variable longer than this results in a bunch of "Argument list too long" errors.
2023-10-03 14:08:59 +05:30
..
src Allow users to pass task payload via deep storage instead of environment variable (#14887) 2023-10-03 14:08:59 +05:30
README.md fix typo in s3 docs. add readme to s3 module. (#14135) 2023-04-26 14:03:11 -07:00
pom.xml Upgrade hibernate validator version to fix CVE-2019-10219 (#14757) 2023-08-14 11:50:51 +05:30

README.md

This extension provides an integration between Druid and S3. For more details read the S3 extension docs here.