jonvex commented on code in PR #10422:
URL: https://github.com/apache/hudi/pull/10422#discussion_r1437320766


##########
docker/compose/docker-compose_hadoop284_hive233_spark244_mac_aarch64.yml:
##########
@@ -129,10 +129,11 @@ services:
       - ./hadoop.env
     environment:
       SERVICE_PRECONDITION: "hivemetastore:9083"
+      JAVA_TOOL_OPTIONS: 
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005"

Review Comment:
   Don't allow this to be merged



##########
docker/compose/docker-compose_hadoop284_hive233_spark244_mac_aarch64.yml:
##########
@@ -129,10 +129,11 @@ services:
       - ./hadoop.env
     environment:
       SERVICE_PRECONDITION: "hivemetastore:9083"
+      JAVA_TOOL_OPTIONS: 
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005"
     ports:
       - "10000:10000"
       # JVM debugging port (will be mapped to a random port on host)
-      - "5005"
+      - "5005:64757"

Review Comment:
   Don't allow this to be merged as well



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to