Skip to main content Skip to complementary content
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 – let us know how we can improve!