Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-6119

The OpenTSDB storage plugin is not included in the Drill distribution

    XMLWordPrintableJSON

Details

    Description

      Steps:

      1. Open the drillbit web UI ( http://localhost:8047/ )
      2. Navigate to the storage tab
      3. Try to add new storage plugin with the following config:
      {
        "type": "openTSDB",
        "connection": "http://localhost:4242",
        "enabled": true
      }
      

      Expected result:
      The plugin should be added and enabled successfully

      Actual result:
      Error displayed: "Please retry: error (invalid JSON mapping)".
      In the drillbit.log:

      com.fasterxml.jackson.databind.JsonMappingException: Could not resolve type id 'openTSDB' into a subtype of [simple type, class org.apache.drill.common.logical.StoragePluginConfig]: known type ids = [InfoSchemaConfig, StoragePluginConfig, SystemTablePluginConfig, file, hbase, hive, jdbc, kafka, kudu, mock, mongo, named]
      

      The jar file corresponding to the plugin is absent at the distribution jar folder.

      Attachments

        Issue Links

          Activity

            People

              vstorona Vlad
              angozhiy Anton Gozhiy
              Arina Ielchiieva Arina Ielchiieva
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: