Maxime Poulain
Maxime Poulain
Yes its pretty weird and yes it seems to point to a block of HTML instead of IP address or host name.. Here is our Flintrock config: ``` services: spark:...
I think I just found the problem inside `spark/conf/spark-env.sh` ! There is a `curl` to have `SPARK_PUBLIC_DNS` but it returns : ``` 404 - Not Found 404 - Not Found...
It seems that `http://169.254.169.254/latest/meta-data/public-hostname` is not working no ? Because when I do `curl http://169.254.169.254/latest/meta-data/` I have : ``` ami-id ami-launch-index ami-manifest-path block-device-mapping/ events/ hostname iam/ identity-credentials/ instance-action instance-id instance-life-cycle...
I just tried to launch a new cluster into private VPC by commenting out the line of SPARK_PUBLIC_DNS like that: ```bash # export SPARK_PUBLIC_DNS="$(curl --silent http://169.254.169.254/latest/meta-data/public-hostname)" ``` And it seems...
+1 I've the same issues as describe above !
Hello ! Is there any update on this issue ? @dain @vincentpoon @byungnam Thanks, Maxime