Tagged Questions

The Pentaho BI Suite is an open source Business Intelligence suite with integrated reporting, dashboard, data mining, workflow and ETL capabilities.

learn more… | top users | synonyms

20
votes
10answers
10k views

Pentaho vs Microsoft BI Stack

My company is heavily invested in the MS BI Stack (SQL Server Reporting Services, -Analysis Services and -Integration Services), but I want to have a look at what the seemingly most talked about ...
14
votes
3answers
218 views

Using Pentaho Kettle, how do I automatically retry rest requests which fail due to connection hiccups?

How can we make Pentaho retry rest requests on connection errors? We have a Pentaho BI system which, among numerous data sources, is querying a particular REST api for over 20k query variations each ...
8
votes
1answer
2k views

Using Pentaho Kettle, how do I load multiple tables from a single table while keeping referential integrity?

Need to load data from a single file with a 100,000+ records into multiple tables on MySQL maintaining the relationships defined in the file/tables; meaning the relationships already match. The ...
7
votes
3answers
338 views

Test Reporting

We are migrating our test report data (unit, regression, integration, etc..) from an XML format to a database format for better analysis. Right now the majority of our test analysis is done using the ...
6
votes
5answers
848 views

If Pentaho is Open Source, can I just use it? [closed]

I see that Pentaho wants to charge me for their software. How can I get to the underlying Open Source software for dashboards to see what it can do without having to deal with Pentaho marketing folks? ...
5
votes
4answers
2k views

Pentaho BI Platform: Best Getting Started Guide? [closed]

I'm looking at Pentaho BI Platform to extract information from Mantis, but I don't find any tutorial to setup a full working environment (without preloaded data). Do you know any tutorial? Maybe ...
4
votes
1answer
60 views

Format of dates in log files PDI / Kitchen 4.0.1

Inherited a set of jobs, and the logging to the filesystem begins with format {SEV} MM-dd HH:MM:SS, where I need to have the year as part of the timestamp. The only log4j configs I can find are part ...
4
votes
1answer
75 views

Kettle: Filling field with sequence without conflict

I have a data stream with the following structure user_id (integer) user_name (string) The user_id is anything between 100 and 65536. I want to add a target_user_id (integer) field according to the ...
4
votes
1answer
910 views

Pentaho vs SAP Business Objects

Is there anyone out there that used these two technologies and could give me some comparison in the form of advantages and disadvantages of both? I'm currently working with BO and I have heard that ...
4
votes
1answer
613 views

Optimizing SMO with RBFKernel (C and gamma)

There are two parameters while using RBF kernels with Support Vector Machines: C and γ. It is not known beforehand which C and γ are the best for one problem; consequently some kind of model selection ...
4
votes
3answers
2k views

Is Pentaho ETL and Data Analyzer good choice?

I was looking for ETL tool and on google found lot about Pentaho Kettle. I also need a Data Analyzer to run on Star Schema so that business user can play around and generate any kind of report or ...
3
votes
1answer
670 views

Presentation of data from Mondrian OLAP engine + Olap4j

I'm doing a little bit of planning of an application that uses Mondrian OLAP engine with Olap4j and should present/display data to user. I understand all the back-end stuff, but I'm not sure how ...
3
votes
2answers
367 views

Reporting Engine or Own reports?

My current task is to produce a report on a collection of fairly large linear data set (ie where value 10 depends upon some average factors from 9 8 7 6 5 4 3 etc The problem also is that this logic ...
3
votes
4answers
287 views

Java - Which Business Intelligence (BI) platform can I embed with my commercial software for free?

I am developing a java application and I want to use: Reporting Analysis Data Mining Data Integration tools to be shipped with my commercial application that I am NOT going to sell as an open ...
2
votes
1answer
188 views

.NET ETL Process

First some background; we are developing a datawarehouse and doing some research on what tools to use for our ETL process. The team is very developer centric, everyone is knowledgeable with C#. So far ...
2
votes
3answers
693 views

BIRT/Jasper/Pentaho - Ad hoc reports?

I'm currently evaluating the main FOSS report generators. One of the features I'm looking for is the ability to manipulate the presentation of data when the report is presented on the browser: ...
2
votes
1answer
205 views

Localized messages in Pentaho reports

I am currently trying to put a localized message in a Pentaho report. The message has one parameter which is to be inserted into the message's localized text like All approved disconnects of ...
2
votes
1answer
246 views

Is there a Spring Security DefaultLdapAuthoritiesPopulator implementation that supports nested groups?

I am trying to get a Pentaho-BI server which uses spring security to support nested LDAP roles. My group structure is as follows: PentahoAdmins (group) Members: Domain Admins Domain Admins (group) ...
2
votes
2answers
730 views

How to output JSON from Pentaho xaction?

What's the best way to get a Pentaho xaction to return it's output in JSON format? I have a dashboard that is driven by Pentaho xactions that return HTML fragments (tables) that I then insert into ...
2
votes
1answer
250 views

Integrating Pentaho with GWT

We have a web application which is build using GWT and Spring. We are planning to integrate Pentaho as a reporting and charting tool in the application. What would be a good way to do the integration? ...
2
votes
2answers
238 views

What is the current state of art reporting and charting tool in Java web applications?

We are looking to integrate a reporting and charting tool in our web application. The web application is based on GWT, Spring and Hibernate. The candidates that we are evaluating are - BIRT - ...
2
votes
1answer
543 views

Pentaho: Best way to convert a date into a drill-down-able cube dimension?

My datawarehouse table just contains a single date SQL column, but I want to be able to drill down using the usual year/quarter/month/day levels. I could manually create new column using Pentaho ...
2
votes
1answer
1k views

GWT: Sending PDF document from server to client

I have an RPC service and one of the method is generating a report using Pentaho Reporting Engine. Report is an PDF file. What I'd like to do, is when user request a report, the report is sent back to ...
2
votes
1answer
126 views

Waiting for Transformations in a Job

I am working with Pentaho Data Integration (aka Kettle) and I have several Transformations, let's call them A, B, C, D, E. B depends on A, D depends on C and E depends on B and D. In a job I'd like to ...
2
votes
1answer
1k views

MDX Filtering at fact level

im pretty newbie at mdx sintaxys. I have the next requirement that i need to be able to solve it using mdx, if its possible. I need to show the number of SALE transactions which amout value is ...
2
votes
1answer
341 views

Does Pentaho Kettle have a way to accept JMS messages?

Does Pentaho's ETL system, Kettle (http://kettle.pentaho.org/) have a plugin to accept information from JMS messages? I'd like to set up a job that can read messages each containing a hash, extract ...
2
votes
2answers
826 views

Where is Pentaho Kettle's architecture?

Where can I find Pentaho Kettle architecture? I'm looking for a short wiki, design document, blog post, anything to give a good overview on how things work. This question is not meant for specific ...
1
vote
1answer
42 views

MDX query not giving right answer

Now i am having different problem with different MDX qry. For the current month details I am getting details of the last month also.. The MDX query used by me is: /* SELECT NON EMPTY { ...
1
vote
0answers
51 views

How to use Pentaho Data Integration to copy columns between tables

I thought this would be an easy task, but since I am new to PDI, I could not find out so far which transform to choose to accomplish the following: I am using Pentaho Data Integration (former ...
1
vote
3answers
234 views

Open Source Java Reporting Framework

i want to create few Reports which picks data from few SQL tables, So instead of creating different report's i want to create (or use any Open source) reporting framework, I googled about it but still ...
1
vote
0answers
25 views

Is it possible to execute pentaho step in sequence?

I have a pentaho transformation which is consist of, for example, 10 steps. I want to start this job for N input parameters but not in parallel, each job evaluation should start after previous ...
1
vote
1answer
133 views

Difference between JasperReports and Pentaho

For a presentation I need to give in a few weeks, I'm looking into the differences between JasperReports ans Pentaho. I've been looking at various forums and other sources but I was wondering if any ...
1
vote
3answers
140 views

Practical Implementation for Data Warehouse

Data warehousing seems to be a big trend these days, and is very interesting to me. I'm trying to acquaint myself with its concepts, and am having a problem "seeing the forest through the trees" ...
1
vote
0answers
43 views

Hierarchical data in ETL

I'm new to ETL tool, but what I find out evaluation them that they all work with flat row model. I.e. if your data requires some graph object transformation (i.e. checking parent fields or other ...
1
vote
1answer
248 views

Generating PDF from Pentaho .prpt report file in Java - dependencies confusion

Can anyone help me get started generating PDFs from Pentaho .prpt files using java in a maven environment? I have the Pentaho Reporting 3.5 for Java Developers book, and I'm trying out an example ...
1
vote
1answer
414 views

Create Datasource Hive on Pentaho hadoop

I try pentaho hadoop to make report designer with Hive Datasource. I have make connection to hadoop with connection url: jdbc:hive://localhost:10000 and driver class name ...
1
vote
2answers
137 views

integrate pentaho community with hadoop

i want to integrate hadoop to pentaho data-integration,I found on pentaho site, in that site there is pentaho for hadoop, but it's commercial.i want to make my data-integration community edtion to ...
1
vote
0answers
237 views

Pentaho data integration with REST

I am trying to connect to a rest API over SSL with un/pwd authentication. I am able to browse the URL - however when I run the job nothing happens. Essentially I just want to connect tot he server ...
1
vote
0answers
226 views

How to merge 2 csv files by columns in spoon, pentaho, while managing data conversion?

I'm facing the following problem: I have two inputs: 1) I have a csv base file with 35 columns and their proper headers. 2) I have a variety of given files, not controlled by me, that may or may not ...
1
vote
1answer
217 views

Pentaho CDF - MDX query: Showing data between months (parameters)

I have two parameters: 'from month' and 'to month'. I would like to show data between those months. This is my situation: with member [Measures].[Ordercount Y-1] as '([Year].PrevMember, ...
1
vote
0answers
73 views

mondrian filters does not remember their options when moving to a dimension

I have found a bug that I would like to solve. I have a mondrian cube that has some dimensions on columns, others on rows, and also some filters. In the filters I have a calculated exception like ...
1
vote
1answer
220 views

How do I redirect to Pentaho User Console with Java?

I have Pentaho running on a server. On a different server, I have a Struts 1 app running. What I want to do is provide a link to the User Console of Pentaho (http://myserver/pentaho/Home). However, ...
1
vote
1answer
216 views

is it possible to install Pentaho's community Edition without stepping on an Enterprise evaluation license?

Is it possible to install Pentaho's Community edition without stepping on an Enterprise install? Are there any special instructions to do this or things I should be aware of? how do you point the ...
1
vote
0answers
221 views

How to decide to use reporting-engine(Jasper / Pentaho) or basic/javascript html reporting

I am not asking which one to use but i am trying to understand when to use what for reporting Reporting tools such as jasper and Pentaho helps even non technical people to generate layout and ...
1
vote
2answers
113 views

How to connect with mysql of external server to generate reports in Pentaho

I want to generate reports with an external database of mysql. Not my localhost database. I want to generate report of mysql database of external server.
1
vote
2answers
310 views

How do I connect to a remote MySQL database in Pentaho Report Designer?

I already installed pentaho report designer in my laptop platform ubuntu 10.10. I need to create report but the problem was how to connect the mysql database map in other server not in my laptop. I ...
1
vote
1answer
256 views

Kettle Internal.Job.Filename.Directory

I am new to Pentaho Kettle, what is Internal.Job.Filename.Directory? Is it my SPoon.bat folder? or the job/xfrm folder i created? Is there a way i can change it to point to particular folder? I am ...
1
vote
1answer
654 views

Pentaho Mondian : Mondrian Schema xml Vs Pentaho metadata domain xmi Vs CDA cda files

I have been exploring the Pentaho ecosystem. Please forgive any naive things in the question. There are a couple of things about these config files ( containing domains names and its mappings etc ) ...
1
vote
3answers
572 views

Integrating Pentaho Reporting web frontend with custom Java/JSF application

I have the following situation: OTLP database schema with data. Database procedures pump data into denormalized, star-schema with defined dimensions and fact tables. The goal is to build web ...
1
vote
1answer
275 views

How to uncompress and import a .tar.gz file in kettle?

I am trying to figure out how to create a job/transformation to uncompress and load a .tar.gz file. Does anyone have any advice for getting this to work?

1 2 3 4