tSetKeystore properties for Apache Spark Streaming
These properties are used to configure tSetKeystore running in the Spark Streaming Job framework.
The Spark Streaming
tSetKeystore component belongs to the Authentication family.
The streaming version of this component is available in the Palette of the Studio only if you have subscribed to Talend Real-time Big Data Platform or Talend Data
Fabric.
Basic settings
TrustStore type |
Select the type of the TrustStore to be used. It may be PKCS 12 or JKS. |
TrustStore file |
Type in the path, or browse to the certificate TrustStore file |
TrustStore password |
Type in the password used to check the integrity of the TrustStore |
Need Client authentication |
Select this check box to validate the keystore data. Once doing so, – KeyStore type: select the type of – KeyStore file: type in the path, – KeyStore password: type in the |
Check server identity |
Select this check box to make the Job verify the match between the hostname |
Usage
Usage rule |
This component is used with no need to be connected to other components. This component, along with the Spark Streaming component Palette it belongs to, appears Note that in this documentation, unless otherwise explicitly stated, a scenario presents |
Spark Connection |
You need to use the Spark Configuration tab in
the Run view to define the connection to a given Spark cluster for the whole Job. In addition, since the Job expects its dependent jar files for execution, you must specify the directory in the file system to which these jar files are transferred so that Spark can access these files:
This connection is effective on a per-Job basis. |