简体   繁体   中英

brew install hbase tries to install hadoop though already present

Hadoop is already present (and has been working fine for better part of a year)

07:48:30/~:177 $which hadoop
/usr/local/Cellar/hadoop/1.2.1/libexec/bin/hadoop

But attempting to install hbase results in a hadoop dependency error:

07:48:28/~:176 $brew install hbase
==> Installing hbase dependency: hadoop
Warning: Could not link hadoop. Unlinking...
Error: Permission denied - /usr/local/bin/task-controller

Try the following

    $ brew upgrade hadoop
    $ brew install hbase

After I uninstalled hbase this particular error did not recur: instead the following happened:

https://stackoverflow.com/questions/24288842/running-hbase-on-mac-connection-reset-by-peer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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