Missing pentaho

3 replies [Last post]
Joined: 11/19/2010
Points: 28

I get yet another of these prerequisites messages:

Missing pentaho at /usr/local/pentaho/pdi/kitchen.sh

How to install pentaho? AFAIK instruction was not included in the documentation.

I had a look at the community edition (where are talking about Kaltura Open source edition isn't it?). So where do I start in the complex maze of this yet another mega application?

Joined: 11/19/2010
Points: 28

I see now....

... back to work.

Joined: 06/14/2011
Points: 2

You see what? Please when you find a solution on your own post it so it isn't misleading for someone who is having the same problem, because you see, this thread is one of the top links that Google throws when looking for this issue. Anyway here is how you install Pentaho in Linux:

sudo mkdir /usr/local/pentaho
cd /tmp
wget http://sourceforge.net/projects/pentaho/files/Data%20Integration/3.2.0-s...
sudo mv pdi-ce-3.2.0-stable.tar.gz /usr/local/pentaho
cd /usr/local/pentaho
sudo tar xvzf pdi-ce-3.2.0-stable.tar.gz
sudo mv data-integration pdi

I found it here: https://github.com/instructure/canvas-lms/wiki/Kaltura-setup-instruction...

Joined: 11/29/2010
Points: 110

I found the same article, but still get the error about not finding pentaho. It's like there should be a way of telling it where to find it, or it expects it somewhere. Not sure where it needs to go for Kaltura installer to find it, or if I can tell it where to get it from?