Configurer le tJava - Cloud - 8.0

Azure Data Lake Store

Version
Cloud
8.0
Language
Français
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
Studio Talend
Content
Création et développement > Systèmes tiers > Stockages Cloud > Composants Azure > Composants Azure Data Lake Storage Gen2
Gouvernance de données > Systèmes tiers > Stockages Cloud > Composants Azure > Composants Azure Data Lake Storage Gen2
Qualité et préparation de données > Systèmes tiers > Stockages Cloud > Composants Azure > Composants Azure Data Lake Storage Gen2
Last publication date
2023-06-08

Avant de commencer

Vous avez un fichier ADLS Databricks dans votre cluster. Par exemple : abfss://filelocationpath.dfs.core.windows.net/ems/

Procédure

  1. Double-cliquez sur le composant pour ouvrir ses paramètres.
  2. Saisissez le code dans le champ Code. Par exemple :
    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/\'");