Skip to content

Commit

Permalink
Change default Java version in muchos.props to 11 (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindshmicrosoft authored Nov 21, 2023
1 parent 883a041 commit de8a87d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/muchos.props.example
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ accumulo_version = 2.1.2
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
# The java package to install - by default OpenJDK 11. If you need to use 1.8, please change this.
java_package=java-11-openjdk-devel
# The package to use for java 1.8
# java_package=java-1.8.0-openjdk-devel
# Please read the High-Availability section of the README before switching to 'True'
hdfs_ha = False
# Give a logical name for the cluster, all one word no special characters. Required to support HDFS HA.
Expand Down

0 comments on commit de8a87d

Please sign in to comment.