Retrieve PostgreSQL error messagesWhen using the PostgresqlOutput component, sometimes you will only see “Call getNextException to see the cause” in the error log in case something goes wrong:So how do we get a detailed error message?The solution is to switch off the batch mode. Simply click on the Advanced settings of the PostgresqlOutput component and untick Batch size:If you cannot see Use Batch Size, scroll all the way down!Now save your job...
Wednesday, 21 March 2012
Sunday, 11 March 2012
PostgreSQL: Auto generating a sample dataset (II)
Posted on 03:00 by Unknown

Some time ago I presented a simple solution to generate date dimension data in PostgreSQL using standard SQL. The below approach is another take on this and probably a little bit easier to read then the previous approach.This time I made use of the GENERATE_SERIES function. As a simple example, we first use a Common Table Expression to generate a dataset which holds 10 successive dates and then in the main query we extract some date information:WITH...
Thursday, 1 March 2012
Talend open sources Big Data features
Posted on 12:13 by Unknown
Just a month ago I reported here that Pentaho open sourced their Big data features in their data integration tool (Kettle). And yesterday Talend revealed on their blog that they are about to release a new Talend Open Studio for Big Data. This version will natively support Hadoop Distributed File System (HDFS), Pig, HBase, Sqoop and Hive. Moreover, Talend Open Studio for Big Data will be bundled with Hortonwork's Apache Hadoop distribution.These are exciting times for data integration experts and companies alike. First of all, this means more choice...
Posted in Big Data, Data Integration, Hadoop, Kettle, Pentaho Data Integration, Talend
|
No comments
Subscribe to:
Posts (Atom)