GAUSS-04601 -- GAUSS-04610
GAUSS-04607: “Unsupport address, cfgpath, storepath options when the filesystem is not HDFS.”
SQLSTATE: XX000
Description: When the tablespace is created, only when the filesystem option is set to HDFS, the address, cfgpath and storepath options are supported.
Solution: Ensure that the values of the address, cfgpath, and storepath options in CREATE TABLESPACE..LOCATION indicate the HDFS file system.
GAUSS-04608: “Failed to get storepath from tablespace options.”
SQLSTATE: XX000
Description: Failed to obtain a valid storepath parameter from the created tablespace option.
Solution: Ensure that the CREATE TABLESPACE..LOCATION syntax contains the storepath option.
GAUSS-04609: “Failed to get cfgpath from tablespace options.”
SQLSTATE: XX000
Description: Failed to find the cfgpath parameter during HDFS tablespace creation.
Solution: Specify cfgpath during HDFS tablespace creation.
GAUSS-04610: “Failed to create directory '%s' on HDFS.”
SQLSTATE: 42P17
Description: Internal system error.
Solution:Contact technical support.