Component-specific settings for tFileInputParquet - Cloud - 8.0

Talend Job Script Reference Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend CommandLine
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2024-02-22

The following table describes the Job script functions and parameters that you can define in the setSettings {} function of the component.

Function/parameter Description Mandatory?

DEFINE_STORAGE_ CONFIGURATION

Set this parameter to true to provide the configuration information for the connection to the target file system such as HDFS.

If set this parameter to false, the target file system is the local system.

Note that the configuration component to be used must be present in the same Job.

For example, if a tHDFSConfiguration component is present in the Job, you can select it to write the result in the specified HDFS system.

By default, this parameter is set to true.

Note:

This parameter works only in a Spark Batch or Spark Streaming Job.

Yes for a Spark Batch/Streaming Job

FILENAME

Type in the path pointing to the data to be used in the file system.

Yes