MI-DPLA / combine-docker

Combine Docker-ized
https://mi-dpla.github.io/combine-docker/
6 stars 12 forks source link

Give hadoop a way to find its namenode #47

Closed antmoth closed 4 years ago

antmoth commented 4 years ago

It's possible that we also need to add the following lines to hadoop/hdfs-site.xml:

<property>                                                           
    <name>dfs.namenode.datanode.registration.ip-hostname-check</name>

    <value>false</value>                                             
</property>                                                          

....but this change is definitely necessary.