tHDFSConfiguration – Talend Open Studio for ESB Document Jdbc 7.x

tHDFSConfiguration Enables the reuse of the connection configuration to HDFS in the same Job. tHDFSConfiguration provides HDFS connection information for the file system related components used in the same Spark Job. The Spark cluster to be used reads this configuration to eventually connect to HDFS. Depending on the Talend product …. Continue Reading »

Writing and reading data from MongoDB using a Spark Batch Job – Talend Open Studio for ESB Document Jdbc 7.x

Writing and reading data from MongoDB using a Spark Batch Job This scenario applies only to subscription-based Talend products with Big Data. In this scenario, you create a Spark Batch Job to write data about some movie directors into the MongoDB default database and then read the data from this …. Continue Reading »

tJDBCCommit – Talend Open Studio for ESB Document Jdbc 7.x

tJDBCCommit Commits in one go a global transaction instead of doing that on every row or every batch and thus provides gain in performance. tJDBCCommit validates the data processed through the Job into the connected DB. tJDBCCommit Standard properties These properties are used to configure tJDBCCommit running in the Standard …. Continue Reading »

Connecting to a security-enabled MapR – Talend Open Studio for ESB Document Jdbc 7.x

Connecting to a security-enabled MapR When designing a Job, set up the authentication configuration in the component you are using depending on how your MapR cluster is secured. MapR supports the two following methods of authenticating a user and generating a MapR security ticket for this user: a username/password pair …. Continue Reading »

tS3Configuration properties for Apache Spark Batch – Talend Open Studio for ESB Document Jdbc 7.x

tS3Configuration properties for Apache Spark Batch These properties are used to configure tS3Configuration running in the Spark Batch Job framework. The Spark Batch tS3Configuration component belongs to the Storage family. The component in this framework is available in all subscription-based Talend products with Big Data and Talend Data Fabric. Basic …. Continue Reading »

Reading data from different MySQL databases using dynamically loaded connection parameters – Talend Open Studio for ESB Document Jdbc 7.x

Reading data from different MySQL databases using dynamically loaded connection parameters The Job in this scenario is made of two subJobs. The first subJob aims at dynamically loading the context parameters from two text files, and the second subJob uses the loaded context parameters to connect to two different databases …. Continue Reading »

Writing dynamic columns from a database to an output file – Talend Open Studio for ESB Document Jdbc 7.x

Writing dynamic columns from a database to an output file This scenario applies only to subscription-based Talend products. In this scenario, MySQL is used for demonstration purposes. You will read dynamic columns from a MySQL database, map them and then write them to a table in a local output file. …. Continue Reading »

Reading data from databases through context-based dynamic connections – Talend Open Studio for ESB Document Jdbc 7.x

Reading data from databases through context-based dynamic connections In this scenario, MySQL is used for demonstration purposes. We will read data from database tables with the same data structure but in two different MySQL databases named project_q1 and project_q2 respectively. We will specify the connections to these databases dynamically at …. Continue Reading »

tJDBCConnection – Talend Open Studio for ESB Document Jdbc 7.x

tJDBCConnection Opens a connection to the specified database that can then be reused in the subsequent subjob or subjobs. tJDBCConnection Standard properties These properties are used to configure tJDBCConnection running in the Standard Job framework. The Standard tJDBCConnection component belongs to the Databases and the ELT families. The component in …. Continue Reading »