Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Configuring tJava

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/\'");

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!