ESB Document 6.x

Configuring the tMysqlInput component – Docs for ESB 6.x

Configuring the tMysqlInput component Double-click tMysqlInput to open its Basic Settings view in the Component tab. Warning: The dynamic schema feature is only supported in Built-In mode. Select Built-in as the Property Type. Select the DB Version from the corresponding list. Next to Host, enter the database server IP address. Next to Port, enter the…

Configuring the tMap component – Docs for ESB 6.x

Configuring the tMap component Double-click tMap to open its Map Editor. In the lower right part of the map editor, click the plus button to add eight columns: age, annualRevenue, loanDeposit, loanAmount, numberOfYears, loanInterest, monthlyPayment, rejected. These columns will appear in the synonyms table on the right side of the map editor. In this example,…

Configuring the tRESTResponse component – Docs for ESB 6.x

Configuring the tRESTResponse component Connect tXMLMap to a tRESTResponse using Row > ResponseUsers connection. The schema defined in tXMLMap is retrieved in tRESTResponse automatically. Select OK(200) from the Return status code list. Leave the rest of the settings as they are. Connect tRESTRequest to the other tRESTResponse using the Row > GetUserNumber connection. Document get…

Configuring the tSAPBapi component – Docs for ESB 6.x

Configuring the tSAPBapi component Double-click tSAPBapi to open its Basic settings view on the Component tab. The SAP Function field has already been filled automatically with the name of the function to be called. In this example, it is RFC_READ_TABLE. The Input and Output tables have already been filled automatically with the input and output…

Configuring the tXMLMap component – Docs for ESB 6.x

Configuring the tXMLMap component Right-click tMysqlInput, hold and drag to tXMLMap to connect the two components together. Double-click tXMLMap in the design workspace to open the Map Editor. Click the [+] button on the top right to add an output and name it as ResponseUsers. Click the [+] button on the bottom right to add…

Configuring the tXMLMap component in the output flow – Docs for ESB 6.x

Configuring the tXMLMap component in the output flow The tXMLMap in the output flow will convert the response message from the XML format to the row/column structure. In the design workspace, double-click the tXMLMap component in the output flow to open the Map Editor. In the input table, right-click the root node and select Rename…

Configuring tPigLoad – Docs for ESB 6.x

Configuring tPigLoad Double-click tPigLoad to open its Component view. Click the button next to Edit schema to open the schema editor. Click the button four times to add four rows and rename them: rowkey, id, name and age. The rowkey column put at the top of the schema to store the HBase row key column,…

Connecting to a security-enabled MapR – Docs for ESB 6.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 and Kerberos. For further information…

Creating a Mediation Route – Docs for ESB 6.x

Creating a Mediation Route In this section, we will create a Route to send a message to the Job and receive the message sent back to the Route. Document get from Talend https://help.talend.com Thank you for watching.

Configuring tPigStoreResult – Docs for ESB 6.x

Configuring tPigStoreResult Double-click the tPigStoreResult labeled normal to open its Component view. In the Result file field, enter the directory you need to write the result in. In this scenario, it is /user/ychen/tpigmap/traffic_normal, which receives the records reading normal. Select Remove result directory if exists check box. In the Store function list, select PigStorage to…