Complete the following steps after you upgrade Drill with or without the Installer.
/opt/mapr/drill/OLD_DRILL_VERSIONS. If you have made any
changes to configuration files in the previous version, compare and restore your
previous configurations in the
/opt/mapr/drill/drill-<version>/conf directory. Also,
copy over any UDF or custom storage or format plugin JAR files that you added to
the previous Drill directory.drill-override.conf
contains your ZooKeeper configuration and any other options specified in the
file. The drill-env.sh file contains any options that you
modified, such as Drill memory allocation. The logback.xml
file contains changes you may have made to use Lilith. configure.sh to refresh the node configuration.
$ /opt/mapr/server/configure.sh -Rjpshttps://<host
name>:8443 and click Services to
verify the status of the Drillbit service.http://<IP address or host name>:8047/storageIf your storage plugins were not preserved, use the back up that you took before the upgrade to restore them.
$ maprcli node services -name drill-bits -action start|restart|stop -nodes <node host names separated by a space>Use the host name if possible. Using host names instead of IP addresses is a best practice.
You can access the Drill log files in
/opt/mapr/drill/drill-<version>/logs/drillbit.log.