big-data-europe / docker-hive

1.03k stars 551 forks source link

Add export of port 8020 for namenode #27

Closed BekyP closed 2 years ago

BekyP commented 5 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"
orionHong commented 5 years ago

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.

BekyP commented 5 years ago

You're welcome, I'm glad it helped

romainr commented 4 years ago

This one could be closed it seems?