You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/04/07 19:55:59 UTC

[GitHub] [accumulo] ctubbsii opened a new pull request, #2617: Use CLASSPATH env instead of `-cp`

ctubbsii opened a new pull request, #2617:
URL: https://github.com/apache/accumulo/pull/2617

   * Replace use of `-cp` for specifying the class path with use of the
     CLASSPATH environment variable
   * Removing redundant display of extraJvmOpts and classpath from the
     debug log message when MiniAccumuloCluster starts (they're already
     available in the args and the environment)
   * Use Streams to avoid intermediate list objects and to make the
     process' argList construction more intuitive


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] ctubbsii merged pull request #2617: Use CLASSPATH env instead of `-cp`

Posted by GitBox <gi...@apache.org>.
ctubbsii merged PR #2617:
URL: https://github.com/apache/accumulo/pull/2617


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org