Troubleshooting

This page describes steps to take to troubleshoot certain errors when connecting to external systems.

  1. org.apache.hadoop.fs.azure.AzureException: Container <name> in account <name>.blob.core.windows.net not found, and we can’t create it using anoynomous credentials.

Issue could be Azure Blob storage credentials are missing under Job Additional Parameters. See Azure Blob Storage Reader for more details.

  1. The server time zone value ‘Coordinated Universal Time’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specific time zone value if you want to utilize time zone support.

Issue could be MySQL or MariaDB requires additional parameters when connecting. Try below values through options parameter.

Key

Value

useUnicode

true

useJDBCCompliantTimezoneShift

true

useLegacyDatetimeCode

false

serverTimezone

UTC