![]() |
|
|||||||
| Pentaho Data Integration [Kettle] ETL jobs, ETL transforms, Spoon, Carte... |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Dear Kettle friends,
It's a pleasure and a privilege to be able to announce version 3.1.0 of Pentaho Data Integration (Kettle) on behalf of the complete development team and indeed our entire community. Many things have changed, take a look at the What's new in 3.1. overview Here are the packages for your downloading and usage pleasure:
The micro-detailed change-logs are here in JIRA:In short : an impressive 562 bugs, improvements and feature requests got resolved or implemented. As a reminder, you still need version 1.5 of the Java Runtime Environment. We hope you will find PDI useful and as always we look forward to your feedback. Kind regards, Matt
__________________
Matt Casters, Chief Data Integration Pentaho, Open Source Business Intelligence http://www.pentaho.org -- mcasters@pentaho.org Join us on IRC server Freenode.net, channel ##pentaho Last edited by MattCasters; 09-30-2008 at 04:26 PM. |
|
#2
|
|||
|
|||
|
Hurray! Congrats! 3.1 is a tremendous advance in the world of Kettle.
Only 562 fixes? Man it seems like we worked on a thousand of them.
|
|
#3
|
|||
|
|||
|
Some of those items were pretty big like "Refactor the UI" etc :-)
__________________
Matt Casters, Chief Data Integration Pentaho, Open Source Business Intelligence http://www.pentaho.org -- mcasters@pentaho.org Join us on IRC server Freenode.net, channel ##pentaho |
|
#4
|
|||
|
|||
|
Well done Matt & the team, good effort !
Paul |
|
#5
|
|||
|
|||
|
Great!
I'll give it a try asap. |
|
#6
|
|||
|
|||
|
Really great! I especially like the checkum step
Who came up with the idea? I needed something like that. I did find a workaround already, but that is no longerneeded anymore. For those still interested in a workaround, using the Modified Java Script step: var checksum; var engine; var buffer; var input; checksum = 0; engine = new java.util.zip.CRC32(); input = new java.lang.String(CRCSTRING); // CRCSTRING is an input field containing all fields that need to be in to checksum, concatenated as a string buffer = input.getBytes(); engine.update(buffer, 0, buffer.length); checksum = engine.getValue(); engine.reset(); |
|
#7
|
|||
|
|||
|
Samatar Hassan (a.k.a. The Step Factory) wrote it.
__________________
Matt Casters, Chief Data Integration Pentaho, Open Source Business Intelligence http://www.pentaho.org -- mcasters@pentaho.org Join us on IRC server Freenode.net, channel ##pentaho |
|
#8
|
|||
|
|||
|
Just installed 3.1 - looks great. The UI is much improved - SQL color coding on Table Input is a nice addition as well.
Good job! |
|
#9
|
|||
|
|||
|
Good point, we should probably add that to the "What's new" page. Then again, there is so much it becomes hard to list it all.
Thanks, Matt
__________________
Matt Casters, Chief Data Integration Pentaho, Open Source Business Intelligence http://www.pentaho.org -- mcasters@pentaho.org Join us on IRC server Freenode.net, channel ##pentaho |
|
#10
|
|||
|
|||
|
This is a fantastic leap forward. I am deeply impressed. PDI has really taken a practical and visual step forward as well as usability. The data validation step is really a boon. Brilliant stuff.
Many many thanks The Frog
__________________
Everything should be made as simple as possible, but not simpler - Albert Einstein |
![]() |
| Thread Tools | |
| Display Modes | |
|
|