tJavaStorm
Provides a Java code editor that lets you enter the custom Storm code you want to
use in the Storm topology you are designing.
You can execute this code only once. tJavaStorm makes it
possible to extend the functionalities of a Talend Job through writing custom
execute method of the bolt to be used. A bolt is the worker that
accomplishes any processing in a topology.
This component appears only when you are creating a Storm Job.
tJavaStorm Storm properties
These properties are used to configure tJavaStorm running in the Storm Job framework.
The Storm
tJavaStorm component belongs to the Custom Code family.
The component in this framework is available only if you have subscribed to Talend Real-time Big Data Platform or Talend Data
Fabric.
Basic settings
|
Schema and Edit |
A schema is a row description. It defines the number of fields (columns) to |
|
Built-In: You create and store the |
|
|
Repository: You have already created |
|
|
Click Edit schema to make changes to the schema.
|
|
|
Bolt code |
Enter the body of the main method of the bolt you want to |
Advanced settings
|
Bolt advanced code |
This area allows you to define the classes, variables and methods Two fields are available for this purpose:
Implement the prepare code:
Implement the cleanup method: |
Usage
|
Usage rule |
Once a Storm Job is opened in the workspace, tJavaStorm appears in the Palette of the Studio. It is used as an intermediate Note that in this documentation, unless otherwise explicitly stated, a scenario presents |
|
Storm Connection |
You need to use the Storm Configuration tab in the This connection is effective on a per-Job basis. |
Related scenario
For a related scenario, see Scenario: analyzing people’s activities using a Storm topology.