tJavaStorm (deprecated)
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.
The Storm framework is deprecated from Talend 7.1 onwards. Use Talend Jobs for Apache Spark Streaming to accomplish your Streaming related tasks.
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.
This component is available in Talend Real Time Big Data Platform and Talend Data Fabric.
Basic settings
Schema and Edit |
A schema is a row description. It defines the number of fields |
 |
Built-In: You create and store the schema locally for this component |
 |
Repository: You have already created the schema and stored it in the |
 |
Click Edit
|
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 Analyzing people’s activities using a Storm topology (deprecated).