- 1、本文档共3页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Flume-0.9.4源码编译依赖的thrift插件安装.PDF
Flume-0.9.4源码编译依赖的thrift插件安装
Spark大数据博客 -
Flume-0.9.4源码编译依赖的thrift插件安装
关于如何编译Flume-ng 1.4.0可以参见本博客的 《基于Hadoop-2.2.0编译flume-ng
1.4.0及错误解决》
在编译Flume-0.9.4源码的时候出现了以下的错误信息:
[INFO]
[INFO] Reactor Summary:
[INFO]
[INFO] Flume SUCCESS [0.003s]
[INFO] Flume Core FAILURE [5.016s]
[INFO] Flume Master Config Web Application SKIPPED
[INFO] Flume Node Web SKIPPED
[INFO] Flume Distribution Project SKIPPED
[INFO] A log4j appender for Flume SKIPPED
[INFO] Flume Hello World Plugin SKIPPED
[INFO] Flume HBase Plugin SKIPPED
[INFO]
[INFO] BUILD FAILURE
[INFO]
[INFO] Total time: 5.798s
[INFO] Finished at: Wed Jan 22 16:35:13 CST 2014
[INFO] Final Memory: 15M/136M
[INFO]
[WARNING] The requested profile dist could not be activated because it does
not exist.
[ERROR] Failed to execute goal org.apache.thrift.tools:maven-thrift-plugin:
0.1.10:compile (default) on project flume-core: thrift did not exit cleanly.
Review output for more information. - [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors,re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read
the following articles:
[ERROR] [Help 1]
/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn goals -rf :flume-core
1 / 3
Flume-0.9.4源码编译依赖的thrift插件安装
Spark大数据博客 -
这是因为编译Flume的时候需要用到thrift插件,可以参考flume-core/pom.xml文件里面的配置:
plugin
groupIdorg.apache.thrift.tools/groupId
artifactIdmaven-thrift-plugin/artifactId
version0.1.10/version
configuration
thriftExecutable${thrift.executable}/thrift
文档评论(0)