安装 Apache Pig 时,为什么我看到 Hbase 和 Hive 正在安装?
我正在从 本 教程安装 Apache Pig 的 Piggybank。 当我使用 ant 构建源代码时,我观察到它正在安装 apache hive 和 hbase。 谁能告诉我为什么这样做? 猪使用hive和hbase的剂量?
I was installing Apache pig's piggybank from this tutorial.
While i was building source with ant , i observed its installing apache hive and hbase.
Can anyone tell me why its doing so?
Dose pig use hive and hbase?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Pig 将 HBase 和 Hive 作为依赖项,因为它有 HBase 加载器 和一个 Hive 加载程序 标准发行版附带的。
我不担心它们被安装。他们只是构建罐子,而不是部署任何东西。
Pig has HBase and Hive as dependencies because it has a HBase loader and a Hive loader that come with the standard distribution.
I wouldn't worry about them getting installed. They are just building the jars, not deploying anything.