GAUSS-04731 -- GAUSS-04740
GAUSS-04731: "No folder path is specified for a DFS table."
SQLSTATE: 44000
Description: The folder name does not exist when the HDFS foreign table is created.
Solution: Specify option of the folder name when creating the HDFS table.
GAUSS-04732: "No file path is specified for a DFS table."
SQLSTATE: 44000
Description: The file name does not exist when the HDFS foreign table is created.
Solution: Specify option of the file name when creating the HDFS table.
GAUSS-04733: "No hdfscfg path is specified for a DFS server."
SQLSTATE: 44000
Description: The configuration file path of the HDFS is not specified when the DFS server is created.
Solution: Specify the configuration file path of the HDFS, that is the option of the cfgpath when creating the HDFS table.
GAUSS-04734: "There is an illegal character \'%c\' in the option %s."
SQLSTATE: 44000
Description: Invalid characters exist in the option of the foldername or filename.
Solution: Check the path specification of the flilename or foldername and rebuild the external HDFS table.
GAUSS-04735: "The option %s should not be end with \'%c\'."
SQLSTATE: 44000
Description: An error is reported when the option of the filename ends up with a slash (/).
Solution: Do not end up the option of the filename with a slash (/).
GAUSS-04736: "Only a folder path is allowed for a DFS table."
SQLSTATE: 44000
Description: An extra file name path is found when an HDFS foreign table is created.
Solution: Ensure that only one option is specified in filename.
GAUSS-04737: "Only a hdfscfg path is allowed for a DFS server."
SQLSTATE: 44000
Description: An extra folder name path is found when an HDFS foreign table is created.
Solution: Ensure that only one option is specified in foldername.
GAUSS-04738: "The path '%s' must be an absolute path."
SQLSTATE: 42P17
Description: The path of the filename or foldername is tested not an absolute path.
Solution: The foldername or filename specified for an HDFS table must be an absolute path.
GAUSS-04739: "The address option exists illegal character: \'%c\'"
SQLSTATE: 44000
Description: Invalid character spaces exist in the address option of the server on the HDFS.
Solution: Remove the invalid character spaces.
GAUSS-04740: "No address is specified for a DFS server."
SQLSTATE: 44000
Description: The address is not specified when the HDFS server is created.
Solution: Specify the address when creating the HDFS server.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.