Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.13.0
Description
Steps:
- Open the drillbit web UI ( http://localhost:8047/ )
- Navigate to the storage tab
- 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
- links to