Hi Jialin, Julian has fixed the bug in https://github.com/apache/incubator-iotdb/pull/865
So is this the only issue? Have you tested the connector? Best, ----------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Jialin Qiao <[email protected]> 于2020年3月2日周一 下午9:16写道: > Hi Julian, > > It seems that the line 89 in BasicDaoImpl.java > > statement.execute("show timeseries" + "root *"); > > should be > > statement.execute("show timeseries"); > > I have submitted a pr: > https://github.com/apache/incubator-iotdb/pull/870 > > Please have a check :) > > Thanks, > -- > Jialin Qiao > School of Software, Tsinghua University > > 乔嘉林 > 清华大学 软件学院 > > > -----原始邮件----- > > 发件人: "Julian Feinauer" <[email protected]> > > 发送时间: 2020-03-02 20:35:37 (星期一) > > 收件人: "[email protected]" <[email protected]> > > 抄送: > > 主题: Re: Grafana Integration currently broken? > > > > Hi Jialin, > > > > building isnt the issue, it just don’t works feature wise : ) > > There are errors in the queries so it don’t shows data in Grafana. > > > > Sorry, I was unclear about that. > > > > Julian > > > > Am 02.03.20, 13:33 schrieb "Jialin Qiao" <[email protected]>: > > > > Hi Julian, > > > > I could execute "mvn clean package -DskipTests" successfully > including grafana. > > What's the error for grafana integration you meet? > > > > Thanks, > > -- > > Jialin Qiao > > School of Software, Tsinghua University > > > > 乔嘉林 > > 清华大学 软件学院 > > > > > -----原始邮件----- > > > 发件人: "Julian Feinauer" <[email protected]> > > > 发送时间: 2020-03-02 17:55:37 (星期一) > > > 收件人: "[email protected]" <[email protected]> > > > 抄送: > > > 主题: Grafana Integration currently broken? > > > > > > Hi all, > > > > > > I just played around a bit with IoTDB-Grafana integration the last > days and it seems that it works in 0.9.0 and 0.9.1 but is broken in the > current master. It seems like the query there is not valid. I guess some > refactoring was done but not properly tested. > > > Is anyone working on that currently? > > > Otherwise I would try to fix it the next days and provide an > update. > > > > > > Julian > > > > >
