ctubbsii commented on a change in pull request #265: fix #167 make java package configurable URL: https://github.com/apache/fluo-muchos/pull/265#discussion_r306481329
########## File path: conf/muchos.props.example ########## @@ -46,6 +46,10 @@ accumulo_version = 2.0.0-alpha-1 download_software = True # Install Hub (for GitHub) install_hub = True +# The java package to install +java_package=java-1.8.0-openjdk-devel +# The package to use for java 11 +# java_package=java-11-openjdk-devel Review comment: Should 11 be the default now? ---------------------------------------------------------------- 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] With regards, Apache Git Services
