Configure the Java 17 Flags Automatically Using a Script

This page describes the steps to configure the Java 17 flags automatically using a script.

If you use the script to automatically update the Java 17 flags, note that it does not update the Druid and HBase configurations. You must update these component configurations manually. For more information, see Druid and HBase.


  1. Clone the Acceldata utility repository and change the directory.

git clone https://github.com/acceldata-io/ce-utils.git cd ce-utils cd ./odp-upgrade-to-3_3_6_4_1/upgrade_files_336/
  1. Update the credentials, port and protocol if necessary within the file.

  2. Launch the setup script file.

bash ./setup_jdk17_config.sh
  1. Type the JDK version you are upgrading from.


  1. Select the option to update the configuration.



  Last updated