Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
It seems that Drill can only discover json data if the file extension is .json.
We have tried to add the file extension.log as type json in the Storage Plugin (and validated the json) , but without success.
Would be great if somebody can share a example config or has an idea.
Storage Plugin Configuration.
{
"type": "file",
"enabled": true,
"connection": "maprfs:///",
"workspaces": {
"root":
,
"tmp":
},
"formats": {
"log":
,
"psv":
,
"csv":
,
"tsv":
,
"parquet":
,
"json":
}
Attachments
Attachments
Issue Links
- is duplicated by
-
DRILL-1794 Can not make files with extension "log" to be recognized as json format?
- Resolved
-
DRILL-1546 Support specifying extensions for JSON/Parquet data format
- Closed