Skip to main content Skip to complementary content
Close announcements banner

Cannot see the logs of my pipeline tasks in Talend Management Console

When scheduling a pipeline task on the Remote Engine Gen2 in Talend Management Console, you might not see the corresponding logs.

Cause

The logs might not have been enabled.

Troubleshooting

Procedure

  1. Run the following command to stop the Remote Engine Gen2:
    remote-engine.bat stop if you are on a Windows system
    ./remote-engine.sh stop if you are on a Unix system
  2. Open the following file to edit it:

    <engine_directory>/default/.env if you are using the engine in the AWS USA, AWS Europe, AWS Asia-Pacific or Azure regions.

    <engine_directory>/eap/.env if you are using the engine as part of the Early Adopter Program.

  3. Set the LIVY_JOB_LOG_PERSISTENCE_ENABLE parameter to true.
  4. Save your changes and restart the Remote Engine Gen2.

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!