csv的新存储插件,json

时间:2015-12-29 08:15:09

标签: sandbox mapr apache-drill

我想添加一个新的存储插件(称为onetest)
当我在webUI上添加它时,会出现onetest,但是我在“onetest”中出现的目录和文件没有出现在我的钻孔浏览器中。

请注意,在montest中我放置了两个csv。

我在网站上添加的JSON:

{
  "type": "file",
  "enabled": true,
  "connection": "maprfs:///",
  "workspaces": {
    "root": {
      "location": "/patrick",
      "writable": false,
      "defaultInputFormat": null
    },
    "montest": {
      "location": "/patrick/test",
      "writable": true,
      "defaultInputFormat": null
    },
    "tmp": {
      "location": "/tmp",
      "writable": true,
      "defaultInputFormat": null
    }
  },
  "formats": {
    "psv": {
      "type": "text",
      "extensions": [
        "tbl"
      ],
      "delimiter": "|"
    },
    "csv": {
      "type": "text",
      "extensions": [
        "csv"
      ],
      "delimiter": ","
    },
    "tsv": {
      "type": "text",
      "extensions": [
        "tsv"
      ],
      "delimiter": "\t"
    },
    "parquet": {
      "type": "parquet"
    },
    "json": {
      "type": "json"
    },
    "maprdb": {
      "type": "maprdb"
    }
  }
}

钻取资源管理器中的输出:

enter image description here

目录具有读写访问权限:

enter image description here

你有什么想法吗?

最佳

0 个答案:

没有答案