[
https://issues.apache.org/jira/browse/DRILL-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344995#comment-16344995
]
ASF GitHub Bot commented on DRILL-6119:
---------------------------------------
GitHub user Vlad-Storona opened a pull request:
https://github.com/apache/drill/pull/1102
DRILL-6119: The OpenTSDB storage plugin is not included in the Drill
distribution
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mapr-demos/drill master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1102.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1102
----
commit 065a147dfbb1edf8305deee750fd08546c8fd8e4
Author: Vlad Storona <vstorona@...>
Date: 2018-01-30T12:55:04Z
DRILL-6119: The OpenTSDB storage plugin is not included in the Drill
distribution
----
> The OpenTSDB storage plugin is not included in the Drill distribution
> ---------------------------------------------------------------------
>
> Key: DRILL-6119
> URL: https://issues.apache.org/jira/browse/DRILL-6119
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - Other
> Affects Versions: 1.13.0
> Reporter: Anton Gozhiy
> Priority: Blocker
> Fix For: 1.13.0
>
>
> Steps:
> # Open the drillbit web UI ( [http://localhost:8047/] )
> # Navigate to the storage tab
> # Try to add new storage plugin with the following config:
> {noformat}
> {
> "type": "openTSDB",
> "connection": "http://localhost:4242",
> "enabled": true
> }
> {noformat}
> Expected result:
> The plugin should be added and enabled successfully
> Actual result:
> Error displayed: "Please retry: error (invalid JSON mapping)".
> In the drillbit.log:
> {noformat}
> 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]
> {noformat}
> The jar file corresponding to the plugin is absent at the distribution jar
> folder.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)