Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] how to make a conexion between talend and weka?

hello,
i would like to extract data from the data base with talend and to analyse them with weka.
but i dont know how to make the connexion between talend and weka.
i saw that weka exists in the files dawnloaded with talend so the normally there is a
predefined solution. if have an idear about this problem please help me.
thank you.

Labels (2)
7 Replies
Sebastiao_Qlik
Employee
Employee

hi glinsat,
The component you need is called tFileOutputARRF. You can find it in the File>Output group in the Palette of your Talend Open Studio platform.
You need a component (e.g. tMySQLInput) for your database (look in Databases group of TOS) and link this component with the Weka component.
Anonymous
Not applicable
Author

Thank you scorreia i will try this,hope it works.
Sebastiao_Qlik
Employee
Employee

Don't hesitate to tell us if something does not work as you expect. This component has not been used often (as far as I know) and could require improvements.
You can ask for features or report bugs at http://www.talendforge.org/bugs/my_view_page.php
Anonymous
Not applicable
Author

Thank you scorreia.
i dont find the weka component.
where is it please?
Sebastiao_Qlik
Employee
Employee

First open Talend Open Studio, wait for the initialization to finish then create a job. The palette is in the job editor. Then
The component you need is called "tFileOutputARRF". You can find it in the "File>Output group" in the Palette of your Talend Open Studio platform.

Which version of Talend Open Studio do you use? This component is available since version 2.3.0. See http://www.talendforge.org/components/
Anonymous
Not applicable
Author

hi scoreia
i use the 3.0.0 version.
i found the "tFileOutputARRF". thank you for your help.
Sebastiao_Qlik
Employee
Employee

Thanks for your feedback.