Notas de la Etiqueta: kettle

Ubuntu 14.04 y Pentaho Kettle Spoon

Cuando actualicé de Ubuntu 12.04 a 14.04 se rompió la vista de generación de reportes del Spoon.

Para solucionarlo, descargué y descomprimí el nuevo xulrunner en la carpeta

/home/ale/xulrunner

El xulrunner nuevo lo descargué desde:

http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/35.0/runtimes/xulrunner-35.0.en-US.linux-x86_64.tar.bz2

Después, hay que modificar el archivo spoon.sh

Debajo de la línea

OPT="$OPT $PENTAHO_DI_JAVA_OPTIONS -Djava.library.path=$LIBPATH -DKETTLE_HOME=$KETTLE_HOME -DKETTLE_REPOSITORY=$KETTLE_REPOSITORY -DKETTLE_USER=$KETTLE_USER -DKETTLE_PASSWORD=$KETTLE_PASSWORD -DKETTLE_PLUGIN_PACKAGES=$KETTLE_PLUGIN_PACKAGES -DKETTLE_LOG_SIZE_LIMIT=$KETTLE_LOG_SIZE_LIMIT"

Agregar la línea

OPT="$OPT -Dorg.eclipse.swt.browser.XULRunnerPath=/home/ale/xulrunner"

Además, no sé si es necesario pero por las dudas lo dejo escrito, cambién la línea

# MOZILLA_FIVE_HOME=$(find /usr/lib -maxdepth 1 -name xulrunner-[0-9]* | head -1) # linea original

por:

MOZILLA_FIVE_HOME="/home/ale/xulrunner" # seteo la carpeta de xulrunner

Kettle / Spoon: Converting string to boolean

En Kettle / Spoon hay que habilitar el soporte para boolean si queremos introducir con éxito este campo en una tabla postgresql

 

In recent Kettle versions, you would have to check the «enable boolean support» option in the database connection dialog OR convert the Boolean to an Integer data type. Usually these Boolean SQL data types are integers anyway.

 

fuente: http://forums.pentaho.com/showthread.php?74364-Converting-string-to-boolean

[SOLVED] Kettle slow down on Ubuntu 11.04

[SOLVED] Kettle slow down on Ubuntu 11.04

Parece que hay un problema con el nuevo Ubuntu, no sé si te aplica a otras distribuciones, pero hace lento todo el sistema y no deja agregar steps…

Lo que hice fue desinstalar dos paquetes y funciona bien…

$ sudo aptitude remove liboverlay-scrollbar-0.2-0 overlay-scrollbar

fuente: http://forums.pentaho.com/showthread.php?81825-SOLVED-Kettle-slow-down-on-Ubuntu-11-04/

 

A %d blogueros les gusta esto: