Pentaho Community Forums

Go Back   Pentaho Community Forums > Pentaho Users > Pentaho Data Integration [Kettle]

Pentaho Data Integration [Kettle] ETL jobs, ETL transforms, Spoon, Carte...

Reply
 
Thread Tools Display Modes
  #1  
Old 09-30-2008, 03:48 PM
MattCasters MattCasters is offline
Chief Data Integration
 
Join Date: Nov 1999
Posts: 6,782
Send a message via AIM to MattCasters Send a message via MSN to MattCasters Send a message via Yahoo to MattCasters Send a message via Skype™ to MattCasters
Lightbulb Pentaho Data Integration 3.1.0 is Generally Available

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:As you can see from the download list, we have ported our documentation over to the Pentaho Wiki. This will help us to keep the documentation set up to date and also will make it easier to interact with our community (you!) more easily.
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.
Reply With Quote
  #2  
Old 09-30-2008, 06:12 PM
DEinspanjer DEinspanjer is offline
Senior Member
 
Join Date: Jan 2007
Posts: 901
Default

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.
Reply With Quote
  #3  
Old 10-01-2008, 03:39 AM
MattCasters MattCasters is offline
Chief Data Integration
 
Join Date: Nov 1999
Posts: 6,782
Send a message via AIM to MattCasters Send a message via MSN to MattCasters Send a message via Yahoo to MattCasters Send a message via Skype™ to MattCasters
Default

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
Reply With Quote
  #4  
Old 10-01-2008, 11:26 AM
buachaille buachaille is offline
Junior Member
 
Join Date: Feb 2008
Posts: 23
Thumbs up

Well done Matt & the team, good effort !

Paul
Reply With Quote
  #5  
Old 10-01-2008, 01:11 PM
eny eny is offline
Junior Member
 
Join Date: Sep 2008
Posts: 16
Default

Great!
I'll give it a try asap.
Reply With Quote
  #6  
Old 10-02-2008, 03:52 AM
srobijns srobijns is offline
Junior Member
 
Join Date: Mar 2007
Posts: 24
Default

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 longer
needed 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();
Reply With Quote
  #7  
Old 10-02-2008, 04:19 AM
MattCasters MattCasters is offline
Chief Data Integration
 
Join Date: Nov 1999
Posts: 6,782
Send a message via AIM to MattCasters Send a message via MSN to MattCasters Send a message via Yahoo to MattCasters Send a message via Skype™ to MattCasters
Default

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
Reply With Quote
  #8  
Old 10-02-2008, 10:18 AM
elgabito elgabito is offline
Senior Member
 
Join Date: May 2007
Posts: 102
Default

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!
Reply With Quote
  #9  
Old 10-02-2008, 11:20 AM
MattCasters MattCasters is offline
Chief Data Integration
 
Join Date: Nov 1999
Posts: 6,782
Send a message via AIM to MattCasters Send a message via MSN to MattCasters Send a message via Yahoo to MattCasters Send a message via Skype™ to MattCasters
Default

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
Reply With Quote
  #10  
Old 10-06-2008, 11:55 AM
TheFrog TheFrog is offline
Senior Member
 
Join Date: Jun 2007
Posts: 151
Default Holy cow!

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
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:43 AM.