big-data-europe / docker-hive

1.03k stars 551 forks source link

fix connect error to namenode:8020 #49

Open ghsea opened 2 years ago

ghsea commented 2 years ago

the CORE_CONF_fs_defaultFS(hdfs://namenode:9000) defined in docker-compose.yml is conflict with its dependency image(bde2020/hadoop-namenode:2.0.0-hadoop2.7.4-java8),so when the hive-server try to connet to the hadoop namenode, connection refuse exception occured.