compiler-errors - HAWQ安装错误

标签 compiler-errors installation hawq

即使按照HAWQ网站上的步骤进行操作,我也无法安装Hawq,
供引用:https://github.com/apache/incubator-hawq

运行时出现此错误:
./configure-没有读取行

checking how to run the C++ preprocessor... g++ -E
checking thrift/protocol/TBinaryProtocol.h usability... no
checking thrift/protocol/TBinaryProtocol.h presence... yes
configure: WARNING: thrift/protocol/TBinaryProtocol.h: present but cannot be compiled
configure: WARNING: thrift/protocol/TBinaryProtocol.h:     check for missing prerequisite headers?
configure: WARNING: thrift/protocol/TBinaryProtocol.h: see the Autoconf documentation
configure: WARNING: thrift/protocol/TBinaryProtocol.h:     section "Present But Cannot Be Compiled"
configure: WARNING: thrift/protocol/TBinaryProtocol.h: proceeding with the compiler's result
configure: WARNING:     ## --------------------------------------------------------- ##
configure: WARNING:     ## Report this to https://issues.apache.org/jira/browse/HAWQ ##
configure: WARNING:     ## --------------------------------------------------------- ##
checking for thrift/protocol/TBinaryProtocol.h... no
configure: error: thrift is required

谁能帮忙吗?

最佳答案

我认为您应该检查是否已安装Thrift,因为有一条错误消息:“configure:error:thrift is required”。
安装后,确保可以找到其路径。

关于compiler-errors - HAWQ安装错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50767442/

相关文章:

c++ - 错误 C2660 : Hiding methods in a derived class

在 Ubuntu 18.04 上安装 Oracle 数据库

Java : Implicit cast of Object at compile-time doesn't work but work with reflection

c# - 获取系统中已安装的应用程序

python-3.x - 在 python3 上安装 pyimagesearch

hadoop - 关键 : HDFS-HAWQ - Migration to New Hardware

hadoop - 用于安装HAWQ插件的兼容Hortonworks Data Platform(HDP)版本是什么

postgresql - Spark + HAWQ 集成(HDP 2.4.2)

c++ - VC++9编译错误 "cannot convert const to reference"如何解决

c++ - 为什么对基类的赋值有效,而对派生类的赋值却是编译错误?