I'm trying to get Spark (via AWS Glue) to talk to my LakeFS running on an EC2.
I can use my LakeFS UI on port 8000 and that is working fine.
To connect from Spark, I'm providing the EC2 IP address as described in the Spark settings documentation.
However my glue job fails because it cant connect to port 80 on my EC2 (connection refused). I presume this means that the S3 gateway is expected to be on Port 80.
If I telnet to my EC2 on port 80, I also can't connect.
So I suspect the S3 gateway component isn't running as part of my LakeFS environment.
Or perhaps I misunderstand how to use it.
Any advice would be helpful :)