Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check Pentaho kettle version from the command line?

I know I can check the Pentaho version by opening the spoon.sh in vi mode, but the Pentaho that is installed in production environment doesn't have that information in it. Probably some employee before me has edited it. So is there any other way that I can know the version of the Pentaho that is being used on the server?

like image 250
Ujjwal Chowdary Avatar asked Dec 25 '22 00:12

Ujjwal Chowdary


2 Answers

Go to the command line and type this command to see the version of kettle. Now your production server may a Linux box or a Windows box. Depending on the type of the platform, use the command below:

Linux:

./kitchen.sh -version

Windows:

Kitchen.bat -version

To check the version of the bi-server, just go to the Pentaho User Console (PUC). Help --> About.

like image 100
Nikhil Avatar answered Mar 24 '23 06:03

Nikhil


I was able to find out the version by logging into the Pentaho User Console. Then go to Help and click on About. There i can see the version number being used. This gives the version number for the Pentaho Bi Server.

For the Development tool. I have checked the logs for errors and got the version number there.

like image 25
Ujjwal Chowdary Avatar answered Mar 24 '23 06:03

Ujjwal Chowdary