[ https://issues.apache.org/jira/browse/HIVE-27276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on HIVE-27276 started by Zoltán Rátkai. -------------------------------------------- > Enable debug options > -------------------- > > Key: HIVE-27276 > URL: https://issues.apache.org/jira/browse/HIVE-27276 > Project: Hive > Issue Type: Sub-task > Reporter: Denys Kuzmenko > Assignee: Zoltán Rátkai > Priority: Major > > {code} > -p9866:9866 -p10000:10000 -p10001:10001 -p9000:9000 -p8000:8000 -p3306:3306 > -p50070:50070 -p50030:50030 > {code} > For debug purpose, you can launch the container with: > docker run -d -p 9083:9083 -p 8009:8009 --env > SERVICE_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8009" > --env SERVICE_NAME=metastore --name metastore-standalone > apache/hive:4.0.0-SNAPSHOT > SERVICE_OPTS will finally propagate to the JVM args of the service. > PR for testing it out, #4240 -- This message was sent by Atlassian Jira (v8.20.10#820010)