-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy patherrorMessage.properties
More file actions
40 lines (39 loc) · 3.97 KB
/
errorMessage.properties
File metadata and controls
40 lines (39 loc) · 3.97 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
28
29
30
31
32
33
34
35
36
37
38
39
validationSuccessMessage=No errors found.
validationErrorMessage=COUNT ERROR found
errorMessageGCSInvalidPath=Path Field PATH_FIELD already exists in the data schema Please provide a field that does not already exist
errorMessageGCSInvalidBucketName=Invalid bucket name in path 'BUCKET_NAME'. Bucket name should only contain \
lower case alphanumeric, '-'. '_' and '.'. Please follow GCS naming \
convention: https://cloud.google.com/storage/docs/naming-buckets
errorMessageIncorrectBQTable=BigQuery table 'TABLENAME' does not exist. Ensure correct table name is provided.
errorMessagePubSubInvalidAdvancedField=Unable to create config for batchsink GooglePublisher 'PROPERTY' is \
invalid: Value of field class io.cdap.plugin.gcp.publisher.GooglePublisher$Config.PROPERTY is expected\
\ to be a number.
errorMessagePubSubMaxBatchCountField=Invalid maximum count of messages in a batch. Ensure the value is a positive number.
errorMessagePubSubMaxBatchSizeField=Invalid maximum batch size. Ensure the value is a positive number.
errorMessagePubSubDelayThresholdField=Invalid delay threshold for publishing a batch. Ensure the value is a positive number.
errorMessagePubSubRetryTimeout=Invalid max retry timeout for retrying failed publish. Ensure the value is a positive number.
errorMessagePubSubErrorThreshold=Invalid error threshold for publishing. Ensure the value is a positive number.
errorMessageIncorrectBQChunkSize=Value must be a multiple of 262144.
errorMessageIncorrectBQBucketName=Bucket name can only contain lowercase letters, numbers, '.', '_', and '-'.
errorMessageIncorrectBQTableName=Table name can only contain letters (lower or uppercase), numbers, '_' and '-'.
errorMessageIncorrectBQProperty=PROPERTY name can only contain letters (lower or uppercase), numbers and '_'.
errorMessageInvalidPath=Error when trying to detect schema: Input path not found
errorMessageBQExecuteTableDataset=Dataset and table must be specified together.
errorMessageIncorrectMinimumSplitSize=Unable to create config for batchsource GCSFile 'minSplitSize' is invalid: Value of field class io.cdap.plugin.gcp.gcs.source.GCSSource$GCSSourceConfig.minSplitSize is expected to be a number.
errorMessageIncorrectMaximumSplitSize=Unable to create config for batchsource GCSFile 'maxSplitSize' is invalid: Value of field class io.cdap.plugin.format.plugin.AbstractFileSourceConfig.maxSplitSize is expected to be a number.
errorMessageIncorrectRegexPathFilter=Invalid file regular expression.Illegal/unsupported escape sequence
errorMessageIncorrectFileSystemProperties=File system properties must be a valid json.
errorMessageInvalidReferenceName=Invalid reference name
errorMessageInvalidBucketName=Invalid bucket name in path
errorMessageInvalidFormat=Input has multi-level structure that cannot be represented appropriately as csv. \
Consider using json, avro or parquet to write data.
errorMessageMultipleFileWithFirstRowAsHeaderDisabled=Spark program 'phase-1' failed with error: Found a row with 6 fields when the schema only contains 4 fields. Check that the schema contains the right number of fields.. Please check the system logs for more details.
errorMessageMultipleFileWithFirstRowAsHeaderEnabled=Year of Jupyter
errorMessageMultipleFileWithoutClearDefaultSchema=Found a row with 4 fields when the schema only contains 2 fields
errorMessageInvalidSourcePath=Invalid bucket name in path 'abc@'. Bucket name should
errorMessageInvalidDestPath=Invalid bucket name in path 'abc@'. Bucket name should
errorMessageInvalidEncryptionKey=CryptoKeyName.parse: formattedString not in valid format: Parameter "abc@" must be
errorMessageIncorrectPartitionStartDate=08-12-2024 is not in a valid format. Enter valid date in format: yyyy-MM-dd
errorMessageIncorrectPartitionEndDate=09-12-2024 is not in a valid format. Enter valid date in format: yyyy-MM-dd
errorMessageInvalidReferenceName=Invalid reference name 'invalidRef&^*&&*'. Supported characters are: letters, numbers, and '_', '-', '.', or '$'.
errorLogsMessageInvalidFilter=Spark Program 'phase-1' failed.