[
https://issues.apache.org/jira/browse/GRIFFIN-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16981594#comment-16981594
]
Wan Kun commented on GRIFFIN-300:
---------------------------------
Thanks [~missnice2], now custom data connector to have the same parameters as
build-in data connector.
I will update the custom data parameters as soon as possible.
new issue track this,
[GRIFFIN-301|https://issues.apache.org/jira/browse/GRIFFIN-301]
> MySqlDataConnector isn't work
> -----------------------------
>
> Key: GRIFFIN-300
> URL: https://issues.apache.org/jira/browse/GRIFFIN-300
> Project: Griffin
> Issue Type: Bug
> Reporter: Magic Yang
> Priority: Critical
>
> create measure using JSON/YAML my data source is :
> {code:java}
> {
> "name": "source",
> "connectors": [
> {
> "name": "mysql_third_pay",
> "type": "CUSTOM",
> "version": null,
> "predicates": [],
> "config": {
> "class":
> "org.apache.griffin.measure.datasource.connector.batch.MySqlDataConnector",
> "url": "**",
> "user": "**",
> "password": "**",
> "database": "**",
> "table.name": "**"
> }
> }
> ],
> "baseline": true
> }
> {code}
> find MySqlDataConnector isn't work..
--
This message was sent by Atlassian Jira
(v8.3.4#803005)