mirror of https://github.com/apache/druid.git
64754b6799
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. |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
This extension provides an integration between Druid and S3. For more details read the S3 extension docs here.