Closed egasimov closed 2 months ago
Have you tried
CREATE TABLE s3.root.`/datas3/joined-data/join_data`
...
@cgivre yes, we have checked it as well.
In s3 storage plugin
, after setting "writable"
param from /
to /any-subdirectory
, and then it worked well.
"workspaces": {
"root": {
"location": "/save",
"writable": true,
"defaultInputFormat": null,
"allowAccessOutsideWorkspace": false
}
},
Hello Drill community, Recently, we have encountered with the following issue(
DATA_WRITE ERROR: No FileSystem for scheme "null"
), when writing query result into S3 through Apache drill.We have checked two ways.
<No FileSystem for scheme "null">
P:S We are using
Flashblade//S3
as hardware. Workaround solution for now, to write the data to local VM's/tmp
directory, and later move them to mounted(through s3fs
) directory.Executed queries:
Error details:
Drill version Apache drill version: 1.21.2
Additional context Configured storage plugins s3.json dfs.json
Test data You may download data as parquet file from here