Closed BekyP closed 2 years ago
please add export for port 8020 - I needed it when I was working with kafka connect and hdfs connector. It is a one line change:
ports: - "50070:50070" - "8020:8020"
Thanks @BekyP , I also encountered similar issue when I'm trying to connect to Hive using Presto. Publishing this port made things a lot easier.
You're welcome, I'm glad it helped
This one could be closed it seems?
please add export for port 8020 - I needed it when I was working with kafka connect and hdfs connector. It is a one line change: