filesystems - Registering a File System in Apache Drill -


i'm trying register file system in apache drill doesn't work.

i tried these steps:

  1. navigate http://localhost:8047, , select storage tab.
  2. in new storage plugin window, enter unique name , click create.
  3. 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"                 }          }   } 
  1. update.

every time when press button code deleted, result: null

there instance created without content.

any ideas?

change "storageformat": null "defaultinputformat": null


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -