This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git
The following commit(s) were added to refs/heads/main by this push:
new de8a87d Change default Java version in muchos.props to 11 (#438)
de8a87d is described below
commit de8a87d4ebf8144bc1b4e42f5027fb66cc66c7a7
Author: Arvind Shyamsundar <[email protected]>
AuthorDate: Tue Nov 21 14:30:34 2023 -0800
Change default Java version in muchos.props to 11 (#438)
---
conf/muchos.props.example | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/conf/muchos.props.example b/conf/muchos.props.example
index d7e4cb4..6080cad 100644
--- a/conf/muchos.props.example
+++ b/conf/muchos.props.example
@@ -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.