-----GBase南大通用-----
数据加载常见错误
1.1Login denied uri
测试用例:
gbase>load data infile 'ftp://gbase:XXX@IP//home/gbase/1.txt' into table test.ceshi;
ERROR 1733 (HY000): (GBA-01EX-700) Gbase general error: Expanding wildcard operation failed with error - Login denied uri : ftp://gbase:********@IP//home/gbase/1.txt
错误原因:gbase用户密码错误或者selinux防火墙没关
1.2Couldn't connect to server
测试用例:
gbase> load data infile 'ftp://gbase:XXX@IP//home/gbase/1.txt' into table test.ceshi;
ERROR 1733 (HY000): (GBA-01EX-700) Gbase general error: I/O operation on ftp://gbase:*****@IP//home/gbase/1.txt failed with error - Couldn't connect to server, File name ftp://gbase:*****@IP//home/gbase/1.txt
报错原因:ip地址错误或者vsftpd服务没有启动或者网络问题
1.3550 Could not get file size.
测试用例:
gbase> load data infile 'ftp://gbase:gbase@IP//home/gbase/1.txt' into ta