随笔分类 -  bigdata-presto

摘要:在presto 0.210 以后配置mysql.properties的时候,对于jdbc-url属性配置后面要加上对应要链接的database connection-url=jdbc:mysql://127.0.0.1:3306/presto_test 但是在0.210之前的版本如果加上这个就会抛出 阅读全文
posted @ 2018-09-18 10:53 新际航 阅读(2439) 评论(0) 推荐(0)
摘要:使用presto的时候以mysql为presto的数据源 安装的presto是0.95版本;使用的presto-jdbc是0.202的,这里使用jdbc去访问时候,connection可以链接成功,但是在执行excuteQuery时候抛出 java.sql.SQLException: Error e 阅读全文
posted @ 2018-09-14 18:47 新际航 阅读(4640) 评论(0) 推荐(0)