Configuring tJava - Cloud - 8.0

Azure Storage Blob

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Cloud storages > Azure components > Azure Storage Blob components
Data Quality and Preparation > Third-party systems > Cloud storages > Azure components > Azure Storage Blob components
Design and Development > Third-party systems > Cloud storages > Azure components > Azure Storage Blob components

Before you begin

You have an ADLS Databricks file in your cluster. For example: abfss://filelocationpath.dfs.core.windows.net/ems/

Procedure

  1. Double-click the component to open its settings.
  2. Enter the code in the Code field. For example:
    ss.sql("CREATE EXTERNAL TABLE if not exists talend.test (id int, email string)ROW FORMAT DELIMITED FIELDS TERMINATED BY ';'lines terminated by '\n' STORED AS TEXTFILE LOCATION \'abfss://filelocationpath.dfs.core.windows.net/ems/\'");