Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In preparation for using KPI Management in MediationZone, you need to extract the following scripts:

...

These scripts will be used for different procedures in the KPI Management - Distributed Processing sections.

Preparations before extracting scripts:

A Prerequisite is that Spark, ZooKeeper, and Kafka are installed. Zookeeper and Kafka should be up and running as well. For more information about this, see KPI Management - External Software.

...

Extracting scripts and KPI app:

...

Rw step
  1. Set up your preferred KPI profile or use the simplified example configuration which can be found in kpi_tst.zip <- Where can we find this?

...

  1. Find the kpi_spark*.mzp among the installation files and copy it to where you want to keep your KPI application files.

2.

...

  1. To extract the KPI app after building it run the following command. It extracts the software needed by spark for the KPI app as well as the scripts needed for starting and configuring spark.

Code Block
$ cd release/packages

$ java -jar kpi_spark_9.1.0.0.mzp install

...