Friday, March 23, 2012

Enabling standard log4j logging in Kettle (PDI)


I had the need to see mondrian logs in spoon, to debug a few things. But kettle doesn't have any existing log4j.xml file that I can use to edit the info I want. Easy enough to fix though.

  1. Edit spoon.sh (or the equivalent on your operating system)
  2. In the end of the file, look for a like that starts with OPT="..."
  3. Add "-cp . " to the beginning of the line, staying with something like: OPT="-cp . $OPT (...)"
  4. Drop a log4j.xml file to the same dir as spoon.sh

And voilá.

Tuesday, March 20, 2012

New CTools releases - 12.03.19

New releses: 12.03.19 for CDE, CDF and CGG:

CDF:

Most notorious: upgrade for jquery 1.7


Changelog:

  • Fixed pvc.number that caused stacked charts in crosstab format to fail.
  • Fixed bug that caused stacked charts in crosstab format to fail, when rendering the tooltip of a null value.
  • Adding Javascript source publish
  • Fix Month Picker HTML
  • Upgrade jquery to 1.7
  • Shim Object.keys in Dashboards.js
  • Make ButtonComponent's "expression" callback have this point to the component itself
  • Add support for persistent parameters
  • Added groupHeaders addIn. Changed TableComponent in CoreComponents to render all cells ("td") and not just visible ones ("td:visible").
  • Added marketplace snippet generation to build process
  • Changed buttonComponent expression call
  • Added attribution for sprintf

CDE:


New features: 
  • Support for bookmarkable parameters
  • Component for CDA cache clean (CDC)

Full Changelog:

  • [REDMINE 411] - Typo under Addin definition
  • Add CDA Cache Cleaner component
  • Add support for persistent parameters 
  • Updated addIn reference to include groupHeaders addIn.
  • Added marketplace snippet generation to build process
  • Add Bookmarkable support to DuplicateComponent 
  • Fix interaction between duplicate and popup components

CGG:

  • First stable release  \o/


Have fun!


-pedro

Thursday, March 8, 2012

CDE Stable Release available - 12.02.27



This is huge. I think it's been over an year since we released CDE 1.0 RC3. Way too long.

We recently moved to a rapid release cycle but CDE was the last one to enter that cycle. Until now.

In http://cde.webdetails.org you can now find an installer for CDE. The changes are so many that I can't even begin

For the ones using Ctools-installer, the stable flag will install this version while -b dev will still point to trunk.

Have fun!