-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy patherrorMessage.properties
More file actions
27 lines (27 loc) · 3.02 KB
/
errorMessage.properties
File metadata and controls
27 lines (27 loc) · 3.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
errorMessageInvalidSourceDatabase=SQL error while getting query schema: Error: Unknown database 'invalidDatabase', SQLState: 42000, ErrorCode: 1049
errorMessageInvalidImportQuery=Import Query select must contain the string '$CONDITIONS'. if Number of Splits is not set\
\ to 1. Include '$CONDITIONS' in the Import Query
errorMessageCloudMySqlInvalidReferenceName=Invalid reference name
errorMessageBlankUsername=Username is required when password is given.
errorMessageBlankPassword=SQL error while getting query schema: Error: Access denied for user
errorMessageInvalidFetchSize=Invalid fetch size. Fetch size must be a positive integer.
errorMessageBlankSplitBy=Split-By Field Name must be specified if Number of Splits is not set to 1. Specify the Split-by Field Name.
errorMessageInvalidNumberOfSplits=Invalid value for Number of Splits '0'. Must be at least 1. Specify a Number of Splits no less than 1.
errorMessageNumberOfSplitNotNumber=Unable to create config for batchsource
errorMessageNumberOfSplits=Split-By Field Name must be specified if Number of Splits is not set to 1. Specify the Split-by Field Name.
errorMessageBoundingQuery=Bounding Query must be specified if Number of Splits is not set to 1. Specify the Bounding Query.
errorMessageInvalidSinkDatabase=Error encountered while configuring the stage: 'URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "$^"'
errorMessageInvalidTableName=Table 'Invalidtable' does not exist. Ensure table 'Invalidtable' is set correctly and
errorMessageConnectionName=Connection Name must be in the format <PROJECT_ID>:<REGION>:<INSTANCE_NAME> to connect to a public CloudSQL MySQL instance.
validationSuccessMessage=No errors found.
validationErrorMessage=COUNT ERROR found
errorLogsMessageInvalidTableName=Spark program 'phase-1' failed with error: Stage 'CloudSQL MySQL' encountered : io.cdap.cdap.etl.api.validation.ValidationException: Errors were encountered during validation. \
Table 'Table123' does not exist.. Please check the system logs for more details.
errorLogsMessageInvalidCredentials =Spark program 'phase-1' failed with error: Stage 'CloudSQL MySQL' encountered : io.cdap.cdap.etl.api.validation.ValidationException: Errors were encountered during validation. \
Exception while trying to validate schema of database table
errorLogsMessageInvalidBoundingQuery=Spark program 'phase-1' failed with error: Stage 'CloudSQL MySQL' encountered : java.io.IOException: You have an error in your SQL syntax; \
check the manual that corresponds to your MySQL server version for the right syntax to use near 'table' at line 1. Please check the system logs for more details.
errorMessageInvalidPassword=SQL error while getting query schema: Error: Access denied for user
errorMessagePrivateConnectionName=Enter the internal IP address of the Compute Engine VM cloudsql proxy is running on, to connect to a private
errorMessageWithBlankPassword=Exception while trying to validate schema of database table
errorMessageImportQuery=Import Query cannot be null. Please specify the Import Query.