sodonnel edited a comment on pull request #991: URL: https://github.com/apache/hadoop-ozone/pull/991#issuecomment-636899066
Another way of using the HADOOP_CLIENT_OPTS / HADOOP_OPTS is by not exporting the variable, but including it on the same line as the command, eg: ``` > HADOOP_CLIENT_OPTS="-agentlib:jdwp..." ozone scm ... ``` However, this is not as discoverable as an explicit jvmargs flag like you have added here. With your change, does this command append to existing HADOOP_OPTS or overwrite any existing arguments set by HADOOP_OPTS? ``` hadoop_add_param HADOOP_OPTS "$1" "$1" ``` I am wondering how these two features would work together? ---------------------------------------------------------------- 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]
