构建 Apache Hive - 无法解决依赖关系
我正在按照 http://wiki.apache.org/hadoop/Hive 尝试 Apache Hive /GettingStarted 并从 Ivy 收到此错误:
Downloaded file size doesn't match expected Content Length for http://archive.apache.org/dist/hadoop/core/hadoop-0.19.0/hadoop-0.19.0.tar.gz. Please retry.
此错误对于 4 个不同版本的 Hadoop 重复 4 次,并且构建停止。
我有两个问题:
- 如何手动下载这些文件并将其提供给构建?
- 为什么 Hive 需要下载 4 个不同版本的 Hadoop 才能构建二进制文件?
I am trying out the Apache Hive as per http://wiki.apache.org/hadoop/Hive/GettingStarted and am getting this error from Ivy:
Downloaded file size doesn't match expected Content Length for http://archive.apache.org/dist/hadoop/core/hadoop-0.19.0/hadoop-0.19.0.tar.gz. Please retry.
This error repeats 4 times for 4 different versions of Hadoop and the build stops.
I have two questions:
- How can I download these files manually and give them to the build?
- Why does Hive need 4 different version of Hadoop downloaded just to build the binary?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过在邮件列表上询问找到了答案:回复:构建 Hive - 无法解析依赖项
I found the answer by asking on the mailing list:Re: Building Hive - cannot resolve dependencies