filesystems - Registering a File System in Apache Drill -
i'm trying register file system in apache drill doesn't work.
i tried these steps:
- navigate http://localhost:8047, , select storage tab.
- in new storage plugin window, enter unique name , click create.
- in configuration window, provide following configuration information type of file system configuring data source.a.
i entered:
{ "type": "file", "enabled": true, "connection": "file:///", "workspaces": { "root": { "location": "/root/data/json", "writable": false, "storageformat": null } }, "formats" : { "json" : { "type" : "json" } } }
- update.
every time when press button code deleted, result: null
there instance created without content.
any ideas?
change "storageformat": null
"defaultinputformat": null
Comments
Post a Comment