Brian L
Brian L
seem to be getting same issue. Is it that we need to edit the `sshd_config` to allow for root login (`PermitRootLogin`)? see: https://github.com/DOMjudge/domjudge-packaging/blob/master/live-image/preseed.cfg lines 90 and below building on another...
This looks easy enough to follow: https://jupyterlab.readthedocs.io/en/stable/extension/extension_migration.html
any update on this?
@cheneyoung did you find a solution?
I had issues with `commands` as well what do you mean buy you used script instead?
you can download the code, load the 3.1.3 branch then run make and build the image yourself locally then launch it as a workaround
was just suggesting a workaround. I haven't used the 2.0.0-hadoop3.1.3-java8 version
Is the port open? if you have portainer installed can use that to view all the containers running on the host and check the ports
from the screenshot only 9000 and 9870 are open? For you docker-compose you need something like ``` ports: - 16000:16000 - 16010:16010 - 16020:16020 ``` for each port
probably check this: https://community.cloudera.com/t5/Support-Questions/HDFS-port-8020-not-accessible-from-outside/td-p/201252 Also try to add an extra test node to your docker compose and see if that node can access it