Troubleshooting¶
- Diagnosing and debugging issues
- Obtaining support
- Common issues
- Error codes
- ERR_CODEENV_EXISTING_ENV: Code environment already exists
- ERR_CODEENV_INCORRECT_ENV_TYPE: Wrong type of Code environment
- ERR_CODEENV_INVALID_CODE_ENV_ARCHIVE: Invalid code environment archive
- ERR_CODEENV_MISSING_ENV: Code environment does not exists
- ERR_CODEENV_MISSING_ENV_VERSION: Code environment version does not exists
- ERR_CODEENV_NO_CREATION_PERMISSION: User not allowed to create Code environments
- ERR_CODEENV_NO_USAGE_PERMISSION: User not allowed to use this Code environment
- ERR_CODEENV_UNSUPPORTED_OPERATION_FOR_ENV_TYPE: Operation not supported for this type of Code environment
- ERR_CONNECTION_API_BAD_CONFIG: Bad configuration for connection
- ERR_CONNECTION_AZURE_INVALID_CONFIG: Invalid Azure connection configuration
- ERR_CONNECTION_S3_INVALID_CONFIG: Invalid S3 connection configuration
- ERR_CONNECTION_SQL_INVALID_CONFIG: Invalid SQL connection configuration
- ERR_CONNECTION_SSH_INVALID_CONFIG: Invalid SSH connection configuration
- ERR_DATASET_ACTION_NOT_SUPPORTED: Action not supported for this kind of dataset
- ERR_DATASET_HIVE_INCOMPATIBLE_SCHEMA: Dataset schema not compatible with Hive
- ERR_DATASET_INVALID_CONFIG: Invalid dataset configuration
- ERR_DATASET_INVALID_FORMAT_CONFIG: Invalid format configuration for this dataset
- ERR_DATASET_INVALID_METRIC_IDENTIFIER: Invalid metric identifier
- ERR_DATASET_INVALID_PARTITIONING_CONFIG: Invalid dataset partitioning configuration
- ERR_DATASET_PARTITION_EMPTY: Input partition is empty
- ERR_ENDPOINT_INVALID_CONFIG: Invalid configuration for API Endpoint
- ERR_FOLDER_INVALID_PARTITIONING_CONFIG: Invalid folder partitioning configuration
- ERR_FSPROVIDER_CANNOT_CREATE_FOLDER_ON_DIRECTORY_UNAWARE_FS: Cannot create a folder on this type of file system
- ERR_FSPROVIDER_DEST_PATH_ALREADY_EXISTS: Destination path already exists
- ERR_FSPROVIDER_FSLIKE_REACH_OUT_OF_ROOT: Illegal attempt to access data out of connection root path
- ERR_FSPROVIDER_HTTP_CONNECTION_FAILED: HTTP connection failed
- ERR_FSPROVIDER_HTTP_INVALID_URI: Invalid HTTP URI
- ERR_FSPROVIDER_HTTP_REQUEST_FAILED: HTTP request failed
- ERR_FSPROVIDER_ILLEGAL_PATH: Illegal path for that file system
- ERR_FSPROVIDER_INVALID_CONFIG: Invalid configuration
- ERR_FSPROVIDER_INVALID_FILE_NAME: Invalid file name
- ERR_FSPROVIDER_LOCAL_LIST_FAILED: Could not list local directory
- ERR_FSPROVIDER_PATH_DOES_NOT_EXIST: Path in dataset or folder does not exist
- ERR_FSPROVIDER_ROOT_PATH_DOES_NOT_EXIST: Root path of the dataset or folder does not exist
- ERR_FSPROVIDER_SSH_CONNECTION_FAILED: Failed to establish SSH connection
- ERR_HIVE_HS2_CONNECTION_FAILED: Failed to establish HiveServer2 connection
- ERR_METRIC_DATASET_COMPUTATION_FAILED: Metrics computation completely failed
- ERR_METRIC_ENGINE_RUN_FAILED: One of the metrics engine failed to run
- ERR_MISC_ENOSPC: Out of disk space
- ERR_MISC_EOPENF: Too many open files
- ERR_OBJECT_OPERATION_NOT_AVAILABLE_FOR_TYPE: Operation not supported for this kind of object
- ERR_PLUGIN_CANNOT_LOAD: Plugin cannot be loaded
- ERR_PLUGIN_COMPONENT_NOT_INSTALLED: Plugin component not installed or removed
- ERR_PLUGIN_DEV_INVALID_COMPONENT_PARAMETER: Invalid parameter for plugin component creation
- ERR_PLUGIN_DEV_INVALID_DEFINITION: The descriptor of the plugin is invalid
- ERR_PLUGIN_INVALID_DEFINITION: The plugin’s definition is invalid
- ERR_PLUGIN_NOT_INSTALLED: Plugin not installed or removed
- ERR_PLUGIN_WITHOUT_CODEENV: The plugin has no code env specification
- ERR_PLUGIN_WRONG_TYPE: Unexpected type of plugin
- ERR_PROJECT_INVALID_ARCHIVE: Invalid project archive
- ERR_PROJECT_INVALID_PROJECT_KEY: Invalid project key
- ERR_RECIPE_CANNOT_CHANGE_ENGINE: Cannot change engine
- ERR_RECIPE_CANNOT_CHECK_SCHEMA_CONSISTENCY: Cannot check schema consistency
- ERR_RECIPE_CANNOT_CHECK_SCHEMA_CONSISTENCY_EXPENSIVE: Cannot check schema consistency: expensive checks disabled
- ERR_RECIPE_CANNOT_CHECK_SCHEMA_CONSISTENCY_NEEDS_BUILD: Cannot compute output schema with an empty input dataset. Build the input dataset first.
- ERR_RECIPE_CANNOT_CHECK_SCHEMA_CONSISTENCY_ON_RECIPE_TYPE: Cannot check schema consistency on this kind of recipe
- ERR_RECIPE_CANNOT_CHECK_SCHEMA_CONSISTENCY_WITH_RECIPE_CONFIG: Cannot check schema consistency because of recipe configuration
- ERR_RECIPE_CANNOT_CHANGE_ENGINE: Not compatible with Spark
- ERR_RECIPE_CANNOT_USE_ENGINE: Cannot use the selected engine for this recipe
- ERR_RECIPE_INCONSISTENT_I_O: Inconsistent recipe input or output
- ERR_RECIPE_PDEP_UPDATE_REQUIRED: Partition dependecy update required
- ERR_RECIPE_SPLIT_INVALID_COMPUTED_COLUMNS: Invalid computed column
- ERR_SCENARIO_INVALID_STEP_CONFIG: Invalid scenario step configuration
- ERR_SECURITY_CRUD_INVALID_SETTINGS: The user attributes submitted for a change are invalid
- ERR_SECURITY_GROUP_EXISTS: The new requested group already exists
- ERR_SECURITY_INVALID_NEW_PASSWORD: The new password is invalid
- ERR_SECURITY_INVALID_PASSWORD: The password hash from the database is invalid
- ERR_SECURITY_MUS_USER_UNMATCHED: The DSS user is not configured to be matched onto a system user
- ERR_SECURITY_PATH_ESCAPE: The requested file is not within any allowed directory
- ERR_SECURITY_USER_EXISTS: The requested user for creation already exists
- ERR_SECURITY_WRONG_PASSWORD: The old password provided for password change is invalid
- ERR_SPARK_FAILED_DRIVER_OOM: Spark failure: out of memory in driver
- ERR_SPARK_FAILED_TASK_OOM: Spark failure: out of memory in task
- ERR_SPARK_FAILED_YARN_KILLED_MEMORY: Spark failure: killed by YARN (excessive memory usage)
- ERR_SPARK_PYSPARK_CODE_FAILED_UNSPECIFIED: Pyspark code failed
- ERR_SQL_CANNOT_LOAD_DRIVER: Failed to load database driver
- ERR_SQL_DB_UNREACHABLE: Failed to reach database
- ERR_SQL_IMPALA_MEMORYLIMIT: Impala memory limit exceeded
- ERR_SQL_POSTGRESQL_TOOMANYSESSIONS: too many sessions open concurrently
- ERR_SQL_TABLE_NOT_FOUND: SQL Table not found
- ERR_SQL_VERTICA_TOOMANYROS: Error in Vertica: too many ROS
- ERR_SQL_VERTICA_TOOMANYSESSIONS: Error in Vertica: too many sessions open concurrently
- ERR_TRANSACTION_FAILED_ENOSPC: Out of disk space
- ERR_TRANSACTION_GIT_COMMMIT_FAILED: Failed committing changes
- Known issues