I have downloaded the Apache Kylin docker image from their site, I use the following command to run the image and it exits with code 139:
docker run -d -m 8G -p 7070:7070 -p 8088:8088 -p 50070:50070 -p 8032:8032 -p 8042:8042 -p 16010:16010 apachekylin/apache-kylin-standalone:3.1.0
It shows port 16010 has an issue but nothing in the logs
Please advise, Thanks in advance