symious opened a new pull request #2195:
URL: https://github.com/apache/ozone/pull/2195


   ## What changes were proposed in this pull request?
   
   The option of "OZONE_OPTS" was assigned twice for Freon and SH, so the error 
of "duplicate jdwp options" prompts. Need the remove the duplicate assignment 
of "OZONE_OPTS".
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-5166
   
   Please replace this section with the link to the Apache JIRA)
   
   ## How was this patch tested?
   
   Manually test. The following command works normal now.
   ```
    export 
OZONE_FREON_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5011
    bin/ozone freon randomkeys --num-of-volumes=1 --num-of-buckets 1 
--num-of-keys 10  --replication-type=RATIS --factor=THREE
   
    export 
OZONE_SH_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5011
    bin/ozone sh volume ls /
   ```
   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to