Rob Vadai

Results 16 comments of Rob Vadai

It works when ignoring the validation of the SSL certificate, but obviously this is not a solution: ``` - name: "Get the Minio server checksum for {{ go_arch }} architecture"...

I had the same issue. I believe because the policy enforces SSL (HTTPS) connection but it does not create (and assign) a certificate to the bucket. So the HTTPS request...

By destroying the whole module (all resources created by this module) using the `terraform destroy` command and re-creating everything from scratch worked. But it's not ideal, we should avoid the...

hi @saif-ellafi , the image needs to be rebuilt and docker compose just uses the latest image tag. To test you need to build the image yourself locally. You can...

Hi @saif-ellafi , was the EOL issue after you manually edited the file? The Git version should have UNIX EOL...

Did you try to clean all HDFS directories and start from scratch? This **will delete all your files on HDFS** but you can try and execute it from your host...

Just getting this when I run the app (not from Terminal): ![screen shot 2018-06-18 at 11 02 29](https://user-images.githubusercontent.com/20482782/41530148-3540f26c-72e7-11e8-9926-29c7008128c3.png) I'm using High Sierra version 10.13.4

Yeah it's spinning forever. How can I get the logs when I don't start it from the terminal?