arunb2w commented on issue #1483: URL: https://github.com/apache/hudi/issues/1483#issuecomment-1093866671
@malanb5 @lamberken I am also facing the same issue and below is the output of docker ps. ``` ╰─ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 19e87256b38e apachehudi/hudi-hadoop_2.8.4-hive_2.3.3-sparkadhoc_2.4.4:latest "entrypoint.sh /bin/…" 2 hours ago Up 2 hours 0-1024/tcp, 4040/tcp, 5000-5100/tcp, 7000-10100/tcp, 50000-50200/tcp, 58042/tcp, 58088/tcp, 58188/tcp adhoc-2 4c93e072cc5d apachehudi/hudi-hadoop_2.8.4-hive_2.3.3-sparkadhoc_2.4.4:latest "entrypoint.sh /bin/…" 2 hours ago Up 2 hours 0-1024/tcp, 5000-5100/tcp, 7000-10100/tcp, 50000-50200/tcp, 58042/tcp, 58088/tcp, 58188/tcp, 0.0.0.0:4040->4040/tcp adhoc-1 5fc03594a511 apachehudi/hudi-hadoop_2.8.4-hive_2.3.3-sparkworker_2.4.4:latest "entrypoint.sh /bin/…" 2 hours ago Up 2 hours 0-1024/tcp, 4040/tcp, 5000-5100/tcp, 7000-8080/tcp, 8082-10100/tcp, 50000-50200/tcp, 58042/tcp, 58088/tcp, 58188/tcp, 0.0.0.0:8081->8081/tcp spark-worker-1 bde1234aa587 apachehudi/hudi-hadoop_2.8.4-hive_2.3.3-sparkmaster_2.4.4:latest "entrypoint.sh /bin/…" 2 hours ago Up 2 hours 0-1024/tcp, 4040/tcp, 5000-5100/tcp, 6066/tcp, 7000-7076/tcp, 0.0.0.0:7077->7077/tcp, 7078-8079/tcp, 8081-10100/tcp, 50000-50200/tcp, 58042/tcp, 58088/tcp, 58188/tcp, 0.0.0.0:8080->8080/tcp sparkmaster e2c6132395f9 apachehudi/hudi-hadoop_2.8.4-trinoworker_368:latest "./scripts/trino.sh …" 2 hours ago Up 2 hours 0-1024/tcp, 4040/tcp, 5000-5100/tcp, 7000-8091/tcp, 8093-10100/tcp, 50000-50200/tcp, 58042/tcp, 58088/tcp, 58188/tcp, 0.0.0.0:8092->8092/tcp trino-worker-1 b9f15382e25e apachehudi/hudi-hadoop_2.8.4-trinocoordinator_368:latest "./scripts/trino.sh …" 2 hours ago Up 2 hours 0-1024/tcp, 4040/tcp, 5000-5100/tcp, 7000-8090/tcp, 8092-10100/tcp, 50000-50200/tcp, 58042/tcp, 58088/tcp, 58188/tcp, 0.0.0.0:8091->8091/tcp trino-coordinator-1 5ce4159c3a8e apachehudi/hudi-hadoop_2.8.4-datanode:latest "/bin/bash /entrypoi…" 2 hours ago Up 2 hours (healthy) 0-1024/tcp, 4040/tcp, 5000-5100/tcp, 7000-10100/tcp, 50000-50009/tcp, 0.0.0.0:50010->50010/tcp, 50011-50074/tcp, 50076-50200/tcp, 58042/tcp, 58088/tcp, 58188/tcp, 0.0.0.0:50075->50075/tcp datanode1 f5236676e754 apachehudi/hudi-hadoop_2.8.4-history:latest "/bin/bash /entrypoi…" 2 hours ago Up 2 hours (healthy) 0-1024/tcp, 4040/tcp, 5000-5100/tcp, 7000-8187/tcp, 8189-10100/tcp, 50000-50200/tcp, 58042/tcp, 58088/tcp, 58188/tcp, 0.0.0.0:58188->8188/tcp historyserver d27e2087636c apachehudi/hudi-hadoop_2.8.4-namenode:latest "/bin/bash /entrypoi…" 2 hours ago Up 2 hours (healthy) 0-1024/tcp, 4040/tcp, 5000-5100/tcp, 7000-8019/tcp, 8021-10100/tcp, 0.0.0.0:8020->8020/tcp, 50000-50069/tcp, 50071-50200/tcp, 58042/tcp, 58088/tcp, 58188/tcp, 0.0.0.0:50070->50070/tcp namenode 8ec736d28ba0 bitnami/kafka:2.0.0 "/app-entrypoint.sh …" 2 hours ago Up 2 hours 0.0.0.0:9092->9092/tcp kafkabroker 2b18623cb771 graphiteapp/graphite-statsd "/entrypoint" 2 hours ago Up 2 hours 0.0.0.0:80->80/tcp, 2013-2014/tcp, 2023-2024/tcp, 8080/tcp, 0.0.0.0:2003-2004->2003-2004/tcp, 0.0.0.0:8126->8126/tcp, 8125/tcp, 8125/udp graphite 5975817234ba bitnami/zookeeper:3.4.12-r68 "/app-entrypoint.sh …" 2 hours ago Up 2 hours 2888/tcp, 0.0.0.0:2181->2181/tcp, 3888/tcp zookeeper ``` I saw comment above from @lamberken to stop the local hadoop but am not sure whether are there anything running on my local. Can you please guide me on how to resolve this. Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org