Presto 与 hive 的集成不起作用
Posted
技术标签:
【中文标题】Presto 与 hive 的集成不起作用【英文标题】:Presto integration with hive is not working 【发布时间】:2020-03-19 17:07:14 【问题描述】:我安装了 Hadoop 3.2.1 并且在 hadoop 顶部安装了 hive 3.1.2 单节点 centos7 并想与 Presto 搜索引擎集成所以 我可以在 presto-server-0.229 中看到 hive 的数据库。Hive 工作正常并且能够创建表,我已经在官方文档的帮助下完成了 presto-server-0.229 的安装和配置。但我无法从 presto 访问数据库。
Here are my all configuration details:
Hive-site.xml:
<property>
<name>javax.jdo.option.ConnectionURL</name>
<value>jdbc:mysql://10.0.0.96/metastore_db?createDatabaseIfNotExist=true</value>
<description>metadata is stored in a MySQL server</description>
</property>
<property>
<name>javax.jdo.option.ConnectionDriverName</name>
<value>com.mysql.jdbc.Driver</value>
<description>MySQL JDBC driver class</description>
</property>
<property>
<name>javax.jdo.option.ConnectionUserName</name>
<value>hiveuser</value>
<description>user name for connecting to mysql server </description>
</property>
<property>
<name>javax.jdo.option.ConnectionPassword</name>
<value>hivepassword</value>
<description>password for connecting to mysql server </description>
</property>
<property>
<name>hive.metastore.uris</name>
<value>thrift://10.0.0.96:9083</value>
<description>Hive metastore Thrift server</description>
</property>
Presto Directories and files details:
drwxrwxrwx 3 root root 98 Nov 21 05:58 bin
drwxr-xr-x 3 root root 87 Nov 22 10:55 etc
drwxrwxrwx 2 root root 8192 Nov 21 05:30 lib
-rwxrwxrwx 1 root root 191539 Nov 15 05:57 NOTICE
drwxrwxrwx 31 root root 4096 Nov 21 05:30 plugin
-rwxrwxrwx 1 root root 126 Nov 15 05:57 README.txt
[root@master presto-server-0.229]# cd etc/
[root@master etc]# ll
total 12
drwxr-xr-x 2 root root 51 Nov 23 20:38 catalog
-rwxrwxrwx 1 root root 240 Nov 22 10:55 config.properties
-rwxrwxrwx 1 root root 171 Nov 21 05:33 jvm.config
-rwxrwxrwx 1 root root 104 Nov 21 05:31 node.properties
[root@master etc]# cd catalog
[root@master catalog]# ll
total 8
-rwxrwxrwx 1 root root 173 Nov 23 20:38 hive.properties
-rw-r--r-- 1 root root 19 Nov 21 06:01 jmx.properties
[root@master catalog]# cd ..
[root@master etc]# cd ..
[root@master presto-server-0.229]# cd bin/
[root@master bin]# ll
total 14708
-rwxrwxrwx 1 root root 1450 Oct 9 21:28 launcher
-rwxrwxrwx 1 root root 78 Nov 15 06:12 launcher.properties
-rwxrwxrwx 1 root root 14173 Oct 9 21:28 launcher.py
-rwxr-xr-x 1 root root 15033453 Dec 15 2018 presto
drwxrwxrwx 4 root root 47 Nov 15 06:12 procname
-rwxrwxrwx 1 root root 173 Nov 23 20:38 hive.properties
-rw-r--r-- 1 root root 19 Nov 21 06:01 jmx.properties
hive.properties file configuration:
[root@master catalog]# cat hive.properties
connector.name=hive-hadoop3
hive.metastore.uri=thrift://10.0.0.96:9083
Please help me
【问题讨论】:
【参考方案1】:Presto .229 不支持 Hive 3。
目前支持 Hive 3:
by Starburst Presto 323-e(connector.name
仍然是 hive-hadoop2
)
Presto 在 Qubole 的平台上(我不知道配置细节)。
Presto 在 Hive 3 支持方面的工作正在进行中,您可以在此处跟踪它:https://github.com/prestosql/presto/issues/1218。
由于您可能会遇到不适合 SO 的后续故障排除问题,因此我建议您加入 #troubleshooting
Presto Community Slack。如果您使用Starburst Presto 选项,那么在该空闲处也有#starburst
频道。
【讨论】:
@RaviKumar 你指的是哪个版本? .229 仅非常部分地适用于 Hive 3,因此这取决于您是否使用任何 Hive 3 特定功能(事务表、时间戳列、hadoop 擦除编码等)。以及是否使用 HDP。以上是关于Presto 与 hive 的集成不起作用的主要内容,如果未能解决你的问题,请参考以下文章
SparkSQL+Hive+Hbase+HbaseIntegration 不起作用
Pentaho 数据集成:与 MS SQL Server 的 jdbc 连接不起作用