Thomas Decaux

Results 70 comments of Thomas Decaux

Dirty fix, comment line in presto_X.py: ``` class Worker(Script): def install(self, env): from params import java_home Execute('wget --no-check-certificate {0} -O /tmp/{1}'.format(PRESTO_RPM_URL, PRESTO_RPM_NAME)) #Execute('export JAVA8_HOME={0} && rpm -i /tmp/{1}'.format(java_home, PRESTO_RPM_NAME)) self.configure(env)...

this should be reported in the ``composer.yml`` file ! to avoid installation under ``>= php7.3`` (php 7.4 is RC1 now)

It's a non sense to call ``conda clean -yaf`` before ``pack``. Most the time, ``pack`` with Docker will be used with ``Docker multi-stages`` pattern, hence you dont care about the...

Not sure, but can you try using super user ``elastic`` ? Or maybe, by adding (see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-privileges.html) ``monitor`` role to ``anonymous`` user.

I don't find the method `calculateFingerprint` to use it in a browser? Thanks you.

The returned mocked client is not a real client, this should work: ``` const ecsMock = mockClient(ECSClient); ecsMock.on(RunTaskCommand).resolves({ tasks: [{ taskArn: "123" }], }); // brute force into an ECSClient...

It has been fixed, but _status endpoint does not exist any more.