Enabling installation options after installation or upgrade for Analytics Engine powered by Apache Spark
After installing or upgrading Analytics Engine powered by Apache Spark, you can enable any of the installation options available with Analytics Engine powered by Apache Spark.
If you want to specify more advanced installation options after the installation or upgrade, you can enable Analytics Engine powered by Apache Spark in one of the following ways:
-
To edit the value of a single property in the Analytics Engine powered by Apache Spark CR spec, use the
oc patchcommand. For example, if user needs to setsparkAdvEnabled=truethen use the following patch command.oc patch AnalyticsEngine <analyticsengine-cr-name> --namespace ${PROJECT_CPD_INST_OPERANDS} --type merge --patch '{"spec": {"serviceConfig":{"sparkAdvEnabled":true}}}' -
To edit the values of multiple properties in the Analytics Engine powered by Apache Spark CR spec, use the
oc editcommand.oc edit AnalyticsEngine <analyticsengine-cr-name> -n ${PROJECT_CPD_INST_OPERANDS}
For details and information about the options that you can specify, see Analytics Engine powered by Apache Spark parameters.