trinodb/trino

Do not override docker image configuration in testing images

Open

#1978 aperta il 7 nov 2019

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Java (2678 fork)batch import
good first issue

Metriche repository

Star
 (9113 star)
Metriche merge PR
 (Merge medio 5g 9h) (306 PR mergiate in 30 g)

Descrizione

Example, one image provides hadoop and so it contains core-site.xml, then that image is used as base for another image (with some additional feature like KRB) and then it overrides core-site.xml. This approach makes it very unclear what actually has changed between these images.

One idea to fix this is to use apply-site-xml-override.sh from https://github.com/prestosql/presto/pull/1958#discussion_r343593949

Guida contributor