You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- 连接和注册
load FS.``
where
`fs.oss.impl`="org.apache.hadoop.fs.aliyun.oss.AliyunOSSFileSystem"
and `fs.oss.accessKeyId`="xxxx"
and `fs.oss.accessKeySecret`="xxxx"
and `fs.oss.endpoint`="oss-cn-hangzhou.aliyuncs.com"
as output;
-- 现在可以正常使用 bucket 地址了
load csv.`oss://xxxxxx/tmp/tables/table1` where header="true"
as output;
The text was updated successfully, but these errors were encountered:
如果启动配置:
那么用户可以直接使用如下语法,系统不会自动添加主目录
The text was updated successfully, but these errors were encountered: