gbase 8a 加载数据报错:Access denied to remote resource

报错内容如下:

gbase> load data infile ‘ftp://gbase:gbase@ip/home/gbase/ test/ 2.txt’  into table test.t 2  data_format 3 max_bad_records 0;

ERROR 1733 (HY000): (GBA-01EX-700) Gbase general error: I/O operation on ftp://gbase:*****@  ip/home/gbase/ test/ 2.txt failed with error – Access denied to remote resource , File name ftp://gbase:*****@   192.168.5.25/home/gbase/2.txt

可能是路径有问题,如果检查路径没问题,在ip后面多加一个‘/’也就是,oad data infile ‘ftp://gbase:gbase@ip//home/gbase/ test/ 2.txt’  into table test.t 2  data_format 3 max_bad_records 0;

原创文章,作者:kirin,如若转载,请注明出处:https://blog.ytso.com/tech/bigdata/318086.html

(0)
上一篇 1天前
下一篇 1天前

相关推荐

发表回复

登录后才能评论