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
Stop Pentaho Server.
cd
cd /opt/pentaho/server/pentaho-server
sudo ./stop-pentaho.sh
Check for server plugins.
cd
cd /opt/pentaho/software/server
ls
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
Check that it matches the following directory structure:
/opt/pentaho
server
pentaho-server
pentaho-solutions
system
analyzer
Start Pentaho server.
cd
cd /opt/pentaho/server/pentaho-server
sudo ./start-pentaho.sh
Pentaho Interactive Reporting is a drag-and-drop, browser-based design environment for interactive reports that allows you to quickly add elements to your report and format them to your preference.
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
Stop Pentaho Server.
cd
cd /opt/pentaho/server/pentaho-server
sudo ./stop-pentaho.sh
Check for server plugins.
cd
cd /opt/pentaho/software/server
ls
Unjar pir-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/pir-plugin-ee-10.2.0.0-222.zip
Check that it matches the following directory structure:
~/Pentaho
server
pentaho-server
pentaho-solutions
system
analyzer
pentaho-interactive-reporting
Start Pentaho server.
cd
cd /opt/entaho/server/pentaho-server
sudo ./start-pentaho.sh
Creating a dashboard in Dashboard Designer is as simple as choosing a layout template, theme, and the content you want to display. In addition to displaying content generated from Interactive Reports and Analyzer, Dashboard Designer can also include these content types.
Charts: simple bar, line, area, pie, and dial charts created with Chart Designer
Data Tables: tabular data
URLs: Web sites that you want to display in a dashboard panel
Dashboard Designer has dynamic filter controls, which enable dashboard viewers to change a dashboard's details by choosing different values from a drop-down list, and to control the content in one dashboard panel by changing the options in another. This is known as content linking.
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
Stop Pentaho Server.
cd
cd /opt/entaho/server/pentaho-server
sudo ./stop-pentaho.sh
Check for server plugins.
cd
cd /opt/entaho/software/server
ls
Unjar pdd-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/pdd-plugin-ee-10.2.0.0-222.zip
Check that it matches the following directory structure:
/opt/pentaho
server
pentaho-server
pentaho-solutions
system
analyzer
pentaho-interactive-reporting
dashboards
Start pentaho server.
cd
cd /opt/pentaho/server/pentaho-server
sudo ./start-pentaho.sh
Last updated
Was this helpful?