繁体   English   中英

酿造安装HBase?

[英]brew installation of hbase?

看来brews确实具有hbase的配方,但是下载hbase本身时失败并显示404。

13:44:51/java:11 $brew install hbase
==> Downloading http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.11/hbase-0.94.11.tar.gz
==> Best Mirror http://apache.mirrors.tds.net/hbase/hbase-0.94.11/hbase-0.94.11.tar.gz

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed: http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.11/hbase-0.94.11.tar.gz

更正的网址为: http : //mirror.reverse.net/pub/apache/hbase/hbase-0.94.11/hbase-0.94.11.tar.gz

我没有创建/修改酿造配方的经验。 这是下载/调整冲泡配方文件以获取正确的hbase下载url,然后重试的简单情况吗? 将采取什么步骤?

根据以下评论我做了更新

$brew update && brew upgrade

这对我来说失败了:

error: Your local changes to the following files would be overwritten by merge:
    Library/Contributions/brew_bash_completion.sh
    Library/Contributions/brew_fish_completion.fish
    Library/Contributions/brew_zsh_completion.zsh
    Library/Contributions/cmd/brew-dirty.rb
    Library/Contributions/cmd/brew-leaves.rb
           ..
    Library/Formula/chruby.rb
    Library/Formula/cimg.
error: The following untracked working tree files would be overwritten by merge:
    Library/Aliases/git-tig
    Library/Aliases/libtcnative
    Library/Contributions/cmd/brew-bundle.rb
         ..
    Library/Formula/vtclock.rb
    Library/Formula/x11vnc.rb
    Library/Formula/x265.rb
    Library/F
Aborting
Error: Failure while executing: git pull -q origin refs/heads/master:refs/remotes/origin/master

也为我工作:

[ ~] brew install hbase
==> Installing hbase dependency: hadoop
==> Downloading http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-1.2
==> Best Mirror http://www.dsgnwrld.com/am/hadoop/core/hadoop-1.2.1/hadoop-1.2.1
############

在搜索了如何修复Brew更新&& brew升级之后,然后按照一些Brew更新失败的指示进行操作:未跟踪的工作树文件将被merge覆盖并在/ usr / local下进行一些手动权限更新,因此我能够安装hbase。

以下解决了我的问题,代码只是从git获取最新引用

cd /usr/local && git reset --hard FETCH_HEAD

还是失败

cd /usr/local && sudo git reset --hard FETCH_HEAD

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM