Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Questions about Talend data integrator

hello, i have some questions about Talend. i answer the questions but i don't know if any asnwer are corrects. could any help me?
thanks in advance

¿Qué tipo de ficheros es capaz de Escribir? // what king file is able to write?
dBase file              --> yes
database              --> yes
email messages          --> yes
Hadoop sequence file      --> yes
dictionary              --> yes
jms messages          --> yes
JSON file              --> yes
LDAP directory tree      --> yes
Lotus Notes              --> yes
database              --> yes
flat file              --> yes
QuickBase              --> yes
XML(x) file              --> yes
XML file              --> yes
¿Qué tipo de ficheros es capaz de leer? // what king file is able to read?
trash                 --> yes
flat file             --> yes
XLS(X) file             --> yes
structured flat file     --> yes
e-mails                 --> yes
database             --> yes
XML file             --> yes
jms messages         --> yes
LDAP directory tree     --> yes
QuickBase             --> yes
Lotus Notes             --> yes
.dbf file             --> yes
Hadoop sequence file --> yes
dictionary             --> yes
JSON file             --> yes
¿Tiene control de flujo (jobs)? // have any flow control?
Dynamic attribute setting    --> yes
Parameter passing            --> yes
Pass-through mapping        --> yes
Execution status reporting    --> yes
Error handling                --> yes
Single token                --> yes
Multiple tokens                --> yes
Stopping on error            --> yes
Synchronous execution        --> yes
Asynchronous execution        --> yes
Log error                    --> yes
Daemon jobs                    --> yes
Killing jobs                --> yes
¿Tiene la opción de clustering de procesos? // have any process control clustering?
Partitioners            --> yes
gathering                --> yes
High Availability        --> yes
Scalability                --> yes
Transformation Requests    --> yes
Parallel Data Processing --> yes
¿Es capaz de leer/escribir en entornos Hadoop?
Uncompressed key/value records.    --> yes 
Record compressed key/value records --> yes 
Block compressed key/value records --> yes 
¿Tiene un repositorio de servicios reutilizable? // have a reused repository services?     NO 
¿Es capaz de acceder a portales web's con API? // is abel to access to web API portal?    NO 
Sin seguridad NO
oAuth        NO
oAuth2.0    NO
¿Es capaz de acceder a portales web's sin API? // is abel to access to web portal without API? YES
¿Es capaz de integrar clases java compiladas? // is abel to insert java compiled class?       NO
¿Tiene politicas de usuario para el acceso a las aplicaciones integradas? // have a user policy to access aplication?
Usuarios independientes      YES
Gestion de perfiles          YES
Gestion de permisos          YES
¿Tiene una curva de aprendizaje de uso/instalación lineal? YES
Manejo sencillo YES
¿Genera documentación explicativa automáticamente? // create a explicit documentation automaticly? NO
¿Tiene control de versiones? // have version control? NO
¿Cómo manipula los datos? // how manage datas               
Large Volume Performance                            --> YES
Data Partitioning                                    --> NO
XA-Transaction Rollbacks                            --> NO
Meta-Driven Approach vs.Code                        --> NO
Real-time Triggers                                    --> YES
Non-RDBMS Connections                                --> YES (big data)
Join Multiple Sources                                --> YES
Split Data Streams                                    --> NO
Graphical Data Mapper (incluye analisis de sentimiento) --> NO
Complex Transformations                                --> YES
Data Validations                                    --> YES
Preview Source Data In-Design                        --> YES
Alerts and Notifications                            --> YES
Run Mapping Rules In-Design                            --> NO
Deploy in Cloud Option                                --> NO
¿Tipo de Licencia? // type of license                      
Propietaria (copyright)                                --> NO
Libre uso (open source)                                --> YES

Labels (2)
3 Replies
willm1
Creator
Creator

Best to contact someone in Talend Sales. A number of the questions you marked No to are actually available in Talend, for example  
[list=*]
  • Talend supports checkpoinint - restarting jobs upon failure

  • Connecting to API - REST calls etc...

  • oAuth2.0 authentication - even if the component you're using doesn't support it, you can extend it or write you own class to do so

  • Talend is 100% java - whatever you don't find in Talend, you can easily extend yourself and use in your jobs

  • Talend uses SVN for version control

  • Split data streams - tReplicate

  • Talend supports code reuse heavily - routines, joblets, reference projects etc...

  • Talend is heavily meta-data driven

  • Anonymous
    Not applicable
    Author

    Agreed!
    sunny3
    Contributor
    Contributor

    hi,
    I am caling an api by using youtube analytics component.   but it is giving error as

    java.lang.NullPointerException
     at com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)
     at com.google.api.client.util.Preconditions.checkNotNull(Preconditions.java:127)
     at com.google.api.client.json.jackson2.JacksonFactory.createJsonParser(JacksonFactory.java:92)
     at com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:85)
     at com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:81)
     at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:88)
     at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)
     at com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)
     at com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:570)
     at com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489)
     at com.google.api.client.auth.oauth2.Credential.intercept(Credential.java:217)
     at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:859)
     at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:410)
     at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:343)
     at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:460)
     at de.jlo.talendcomp.youtubeanalytics.YoutubeAnalyticsInput.executeDataQuery(YoutubeAnalyticsInput.java:240)
     at de.jlo.talendcomp.youtubeanalytics.YoutubeAnalyticsInput.executeQuery(YoutubeAnalyticsInput.java:218)
     at sandbox.youtubereportingapi_test_0_1.youtubereportingapi_test.tYoutubeAnalyticsInput_1Process(youtubereportingapi_test.java:599)
     at sandbox.youtubereportingapi_test_0_1.youtubereportingapi_test.runJobInTOS(youtubereportingapi_test.java:1029)
     at sandbox.youtubereportingapi_test_0_1.youtubereportingapi_test.main(youtubereportingapi_test.java:863
    -------
    and WARNING: unable to change permissions for everybody: this error too

    can any one resolve this issue.??