Quantcast
Channel: Pentaho Community Forums
Viewing all 16689 articles
Browse latest View live

cde table component Search

$
0
0
it is possible to make the Search
to run after a enter?

Diemensionalidade Reduction Methods

$
0
0
Hello,

I would like to know the dimensionality reduction methods that weka have? plus PCA and selection attributes.

Thanks!

Multi-Linear Regression OLS in java ( Weka)

$
0
0
Hi there,

I was just wanting confirmation that this function: weka.classifiers.functions.LinearRegression, uses the OLS algorithm, closed form.
I found from this link below:

http://forums.pentaho.com/showthread...oefficients%29

Also I have been trying to find a sample example in java of Multi-Linear Regression that not only returns the coefficients, but also returns many more statistics such as,
standard error of the coefficients, t-statistics of coefficients, p-values, F-test value, residuals, R.

On the web I only found one example which just returns the coefficients and nothing more.

Hope someone knows of some examples or resources on Multi-Linear Regression in java using Weka.

Regards.

Export from TRASH folder in PDI - Repository

$
0
0
Is there a way to EXPORT the KTRs and KJBs located in TRASH folder in Repository instead just 'Delete' and 'Restore' ?

Java HotSpot(TM) Client VM warning: PDI 6.0

$
0
0
Hi,

I tried to use PDI6 but receive the following error:


C:\Users\Director1>C:\data-integration\SpoonConsole.bat
Launching Spoon with console output:


C:\Users\Director1>"C:\data-integration\spoon.bat"
DEBUG: Using JAVA_HOME
DEBUG: _PENTAHO_JAVA_HOME=C:\Program Files (x86)\Java\jre1.8.0_25
DEBUG: _PENTAHO_JAVA=C:\Program Files (x86)\Java\jre1.8.0_25\bin\java.exe


C:\data-integration>"C:\Program Files (x86)\Java\jre1.8.0_25\bin\java.exe" "-Xm
s1024m" "-Xmx2048m" "-XX:MaxPermSize=256m" "-Dhttps.protocols=TLSv1,TLSv1.1,TLSv
1.2" "-Djava.library.path=libswt\win32" "-DKETTLE_HOME=" "-DKETTLE_REPOSITORY="
"-DKETTLE_USER=" "-DKETTLE_PASSWORD=" "-DKETTLE_PLUGIN_PACKAGES=" "-DKETTLE_LOG_
SIZE_LIMIT=" "-DKETTLE_JNDI_ROOT=" -jar launcher\pentaho-application-launcher-6.
0.0.0-353.jar -lib ..\libswt\win32
Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=256m; support wa
s removed in 8.0
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap


C:\Users\Director1>C:\data-integration\SpoonConsole.bat
Launching Spoon with console output:


C:\Users\Director1>"C:\data-integration\spoon.bat"
DEBUG: Using JAVA_HOME
DEBUG: _PENTAHO_JAVA_HOME=C:\Program Files (x86)\Java\jre1.8.0_25
DEBUG: _PENTAHO_JAVA=C:\Program Files (x86)\Java\jre1.8.0_25\bin\java.exe


C:\data-integration>"C:\Program Files (x86)\Java\jre1.8.0_25\bin\java.exe" "-Xm
s1024m" "-Xmx2048m" "-XX:MaxPermSize=1024m" "-Dhttps.protocols=TLSv1,TLSv1.1,TLS
v1.2" "-Djava.library.path=libswt\win32" "-DKETTLE_HOME=" "-DKETTLE_REPOSITORY="
"-DKETTLE_USER=" "-DKETTLE_PASSWORD=" "-DKETTLE_PLUGIN_PACKAGES=" "-DKETTLE_LOG
_SIZE_LIMIT=" "-DKETTLE_JNDI_ROOT=" -jar launcher\pentaho-application-launcher-6
.0.0.0-353.jar -lib ..\libswt\win32
Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=1024m; support w
as removed in 8.0
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap

Anybody can help me ?

Regards

set maximum row or records in page

$
0
0
How to set maximum row or record to be display in every page of the report? Let say there are 30 record, I want it to be display only 10 record in each page ..so it will become 3 page display in my report. Can Pentaho 5.1 do it or not? Any idea or advice?

Merging streams with different columns

$
0
0
Hi there, I'm starting with stream [col A, col B]. Based on filter on [col A], I merge I merge some rows [col A=x] with other set [col C] and calculate left over [col A!=x] in another [col fxA]. Then I want to UNION these streams again which I can't because one stream has [col A, B, C] and the other has [col A, fxA]. I don't mind null values - all I want not to manually adjust the order and names of the columns. I could do this in Excel PowerQuery. Is there a way of doing it in Pentaho?

Did Anyone try to install Pentaho BI server on windows with MYSQL DB

$
0
0
Hi Everyone,

I am trying to install Pentaho BI server on my windows 7.

Fallowed the link: https://help.pentaho.com/Documentation/5.1/0F0/0K0/040

stuck at Specify connections: fallowed the steps documented. while changing the configuration and installing jdbc driver of mysql causing the issue.

Please suggest how can i proceed further

Appending an excel having formula

$
0
0
Hi,

I have defined an excel template with formulas for few cells, and I want to update each day the generated report based on that template. But the problem is that, after 1st report is created, next day when it gets updated, it starts writing at the row where the formula is not present, i.e. it skips those blank rows upto which formula was defined.

Any suggestion as how this can be fixed??

Thanks in advance for your support.

Best Regards,
Poulomi

Mondrian 4 physical schema table linked to more than 1 referenced table not working

$
0
0
Hi,

I am creating mondrian 4 schema having 1 table that needs to links to 2 other tables.
Sample schema below:

<PhysicalSchema>
<Table name='TB_PlanActualMasterNew'>
<Key>
<Column name='master_key'/>
</Key>
</Table>
<Table name='TB_ActualHeader'>
<Key>
<Column name='rh_id'/>
</Key>
</Table>
<Link source='TB_PlanActualMasterNew' target='TB_ActualHeader'>
<ForeignKey>
<Column name='master_key'/>
</ForeignKey>
</Link>
<Table name='TB_ProcessingPerformance'>
<Key>
<Column name='pr_id'/>
</Key>
</Table>
<Link source='TB_ActualHeader' target='TB_ProcessingPerformance'>
<ForeignKey>
<Column name='rh_id'/>
</ForeignKey>
</Link>
<Link source='TB_PlanActualMasterNew' target='TB_ProcessingPerformance'>
<ForeignKey>
<Column name='master_key'/>
</ForeignKey>
</Link>

</PhysicalSchema>

But got the following error:

mondrian.rolap.RolapSchema$PhysSchemaException: Needed to find exactly one path from TB_ProcessingPerformance to TB_PlanActualMasterNew, but found 2 ([[Link from TB_ProcessingPerformance [`TB_ProcessingPerformance`.`rh_id`] to [Key TB_ActualHeader ([`TB_ActualHeader`.`rh_id`])], Link from TB_ActualHeader [`TB_ActualHeader`.`master_key`] to [Key TB_PlanActualMasterNew ([`TB_PlanActualMasterNew`.`master_key`])]], [Link from TB_ProcessingPerformance [`TB_ProcessingPerformance`.`master_key`] to [Key TB_PlanActualMasterNew ([`TB_PlanActualMasterNew`.`master_key`])]]])

Is this not allowed not mondrian 4?

Thanks.

Problems when trying to save Log - Urgent

$
0
0
Hi everyone,

I'm currently involved in a project in which our main goal is to analyze Kettle log step by step in order to make some optimizations. What I would like to know is if there's some way to save the log of each step to a relational table with the time interval that the step took. I know you can save the step log and I've already tried it but the only timestamp associated is not what I'm looking for.
Also I'm running Kettle on a Mac OS and can't find my log files (the next step is to try to save the log file).
If anyone can help me with this I would appreciate :) Thanks!

Unexcepted Error Writing to Access File

$
0
0
Microsoft Access Output.0 - ERROR (version 6.0.1.0-386, build 1 from 2015-12-03 11.37.25 by buildguy) : There was an unexpected error while creating a table: java.lang.IllegalArgumentException: must have type.
Microsoft Access Output.0 - ERROR (version 6.0.1.0-386, build 1 from 2015-12-03 11.37.25 by buildguy) : java.lang.IllegalArgumentException: must have type
Microsoft Access Output.0 - at com.healthmarketscience.jackcess.Column.validate(Column.java:715)
Microsoft Access Output.0 - at com.healthmarketscience.jackcess.TableCreator.validate(TableCreator.java:173)

Does anyone know what this means? I got this while using the Microsoft Access Output transformation.

1. All of my columns have string data types.
2. The access file is completely blank. I wanted the transformation to create/write a completely new Access file.
3. It doesn't matter if I try to write 1 row or 100,000 rows.

What Java versions are required for which versions of Pentaho?

$
0
0
I am looking to make an upgrade from PDI 4.2 to 6.0 (or some other newer version, should 6.0 have problems). If I upgrade the current JRE from 6 to 7, will the Pentaho 4.2 still work? (More specifically, do both 4.2 and 6.0 work with JRE7?)

I am assuming that installing JRE 8 will break the use of PDI 4.2, so I am wondering if installing JRE7 can allow some concurrent-running.

Thanks all.

table component use paginate server-side

$
0
0
I'm not managing to use the function paginate server-side

Cannot run Pentaho

$
0
0
Hello,

I am not sure if I post my question in right place here but I do it anyway [IMG]file://localhost/Users/Mehran/Library/Group%20Containers/UBF8T346G9.Office/msoclip1/01/clip_image002.png[/IMG].

I have downloaded Pentaho and try run it in my computer but not success. I have edited the Spoon.bat file as below, but still I cannot run Pentaho:
Edit the Spoon.bat file and:
• Replace in the last line "start javaw" with only "java".
• Add a "pause" in the next line.
• Save and try it again.

When I run the program, the cmd windows opens and disappear then nothing happens. What is the problem and how can I resolve it?

BR
Kalle

Get the Nth larger value

$
0
0
Hi,

in Excel there's a fórmula that is called Large. It has two inputs: the interval to look and a constant "k", where "k" is the Nth value to get. I mean, with this formula is possible to get the Nth larger value in a stream. There's an step that does something like these? Maybe with Java Script Value step or Group by?

Thanks!

IF-clause in PDI

$
0
0
Hello,

i want to implement some kind of if-clause in PDI.

I got three parameters in the transformation which are all strings and now i want to check whether the combined length of all three parameters is smaller than 20. At this condition the program should decide how it operates next (which step it takes next, e.g. creates a new table or on the other hand adds a new column - that doesn't matter for now).

So is there any possibility to design such an "if-clause" in PDI?

Best regards

Thomas

Extract a header from a REST response

$
0
0
I am collecting data from a system that authenticates a connection using basic authentication and returns a session token in the response header. How does one access the response headers in the REST client?

Can CDE Select component display two columns ?

$
0
0
I'm wondering if a Select Component can display more than one column ?
Let say like a grid inside the Select Component

If so, can somebody give me a light ?

Thanks!

Trouble with the "Insert data from step" option

$
0
0
This is probably a very elementary question but I've reviewed the wiki and can't get this to work to save my life.

Step 1 = Import from a .csv file that has a column of data containing software hash values from Microsoft SCCM
Step 2 = Set values where I'm simply trying to get the column which is SoftwareHash
Step 3 = Table Input

In the table input I have a Select statement with a bunch of joins which includes a join to a table that has SoftwareHash values. When I preview the output of that SQL Select statement I see what I would expect. But when I try to add the following, I don't get any results and just a big error

Here is an example:

SELECT * FROM v_GS_Computer_Systems
WHERE Isobsolete = '0'
AND SoftwareHash = ?


What I thought this would do is look at the previous step of set values and replace the ? with a value from the first step. But I must be missing something. Any help is greatly appreciated. This is my first attempt doing anything with SPOON.
Viewing all 16689 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>