Marios Andreopoulos
Marios Andreopoulos
Add description for the new Hive connector from Stream Reactor.
Latest Alpine OpenJDK does not pull-in the nss package and breaks setups with TLS/SSL. https://github.com/docker-library/openjdk/issues/289
To reproduce: ``` $ docker run --rm -it -e REST_PORT=0 -e WEB_PORT=0 landoop/fast-data-dev rm: cannot remove '/etc/supervisord.d/*rest-proxy.conf': No such file or directory ``` Any option alone will work.
Probably configure both connect properties files and set supervisord to load the one set by the env variables.
We use env vars to process the contents of various files. Env vars have a limit of 128KB, so if someone provides a large truststore file, like Java's default `cacerts`,...
Probably it should be implemented like the `%UNIQUE_%` feature.
### TL;DR Cloud Run supports multiple regions, so this action should as well. :) ### Detailed design Currently, the code always applies the `--region` flag to the gcloud command. I...