Server Plugins

Server plugins:

  • PAZ - Analyzer

  • PIR - Interactive

  • PDD - Dashboard Designer

Analyzer Reports is an intuitive analytical visualization tool that filters and drills down into business information contained in Pentaho analysis data sources. Use Analyzer Reports if you want to compile data quickly in an interactive environment, perform advanced sorting and filtering of your data, and want to see chart visualizations that include conditional stop-lighting.

Unpack Pentaho Server Plugin Packages

The jar command is a general-purpose archiving and compression tool, based on ZIP and the ZLIB compression format.

x - Extract files from a JAR archive

f - Sets the file specified by the jarfile operand to be the name of the JAR file that is created

  1. Stop Pentaho Server.

cd
cd /opt/pentaho/server/pentaho-server
sudo ./stop-pentaho.sh
  1. Check for server plugins.

cd
cd /opt/pentaho/software/server
ls
  1. Unjar paz-plugin-ee-10.2.0.0-222.zip.

cd
cd /opt/pentaho/server/pentaho-server/pentaho-solutions/system
sudo jar -vxf /opt/pentaho/software/server/paz-plugin-ee-10.2.0.0-222.zip
  1. Check that it matches the following directory structure:

/opt/pentaho

server

pentaho-server

pentaho-solutions

system

analyzer

  1. Start Pentaho server.

cd
cd /opt/pentaho/server/pentaho-server
sudo ./start-pentaho.sh
Analyzer report

Last updated

Was this helpful?