Maven 如何建立twitter';s节约用象鸟0.9.1?

Maven 如何建立twitter';s节约用象鸟0.9.1?,maven,hadoop,twitter,thrift,elephantbird,Maven,Hadoop,Twitter,Thrift,Elephantbird,自述文件中提到: thrift9 maven配置文件提供了Thrift0.5.0、0.6.0、0.7.0和大于0.9的版本 我使用的是mvn包-e-Dprotobuf.version=2.6.1-Dthrift.version=0.9.1,但它给出了错误: . . . [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ----------

自述文件中提到:

thrift9 maven配置文件提供了Thrift0.5.0、0.6.0、0.7.0和大于0.9的版本

我使用的是
mvn包-e-Dprotobuf.version=2.6.1-Dthrift.version=0.9.1
,但它给出了错误:

.
.
.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/user/Downloads/elephant-bird-elephant-bird-4.13/core/thrift7/src/test/java/com/twitter/elephantbird/thrift/TestThrift7BinaryProtocol.java:[24,12] error: cannot find symbol
.
.
.

我是否必须安装thrift 0.7.0才能使其正常工作,或者是否有我不知道的方法?

protobuf版本:2.5.0和thrift版本:0.9.0对我有效

mvn package -Dprotobuf.version=2.5.0 -Dthrift.version=0.9.0