在Apache Drill中注册文件系统

时间:2015-04-29 14:18:56

标签: filesystems apache-drill

我正在尝试在Apache钻取中注册文件系统,但它不起作用。

我尝试了以下步骤:

  1. 导航至http://localhost:8047,然后选择“存储”标签。
  2. 在“新建存储插件”窗口中,输入唯一名称,然后单击“创建”。
  3. 在“配置”窗口中,为要配置为数据源的文件系统类型提供以下配置信息.a。
  4. 我进入了:

    {  "type": "file",  
          "enabled": true,  
          "connection": "file:///",  
          "workspaces": {    
           "root": {      
            "location": "/root/data/json",      
            "writable": false,      
            "storageformat": null    
            }
          },
           "formats" : {      
              "json" : {         
                "type" : "json"      
              }   
          }
      }
    
    1. 更新。
    2. 每当我按下按钮时,我的代码都被删除,结果: 的

      创建了一个实例但没有内容。

      有什么想法吗?

1 个答案:

答案 0 :(得分:0)

x_n, x_(n+1)更改为"storageformat": null