This section describes how to upgrade Impala without the Installer.
mapr-impala package on all Impala nodes in the
cluster:$ sudo yum update mapr-impala/opt/mapr/impala/impala-<version>/conf/env.sh, complete the
following steps:IMPALA_STATE_STORE_HOST=<IP address hosting statestore>CATALOG_SERVICE_HOST=<IP address hosting catalog service>Refer
to Additional Impala
Configuration Options for a list of other options that you can modify in
env.sh.
hive-site.xml has the following property configured on all
nodes:<property>
<name>hive.metastore.uris</name>
<value>thrift://<metastore_server_host>:9083</value>
</property>
$ sudo yum update mapr-impala-statestore$ sudo yum update mapr-impala-catalog$ sudo yum update mapr-impala-serverconfigure.sh to refresh the node configuration.
/opt/mapr/server/configure.sh -R