我知道这是一个重复的问题但是stackoverflow上的colon notation并没有解决我的问题。当我尝试运行Hive时出现以下错误:
Pawandeep-Singh-2:apache-hive-1.1.1-bin PawandeepSingh1$ bin/hive
readlink: illegal option -- f
usage: readlink [-n] [file ...]
Missing Hive Execution Jar: /usr/local/Cellar/hive/apache-hive-1.1.1-bin/lib/hive-exec-*.jar
我正在使用Mac OSX Yosemite。任何人都可以告诉我这里我做错了什么,或者你是否可以提供安装Hive的教程的链接。
谢谢..
答案 0 :(得分:2)
从此链接手动下载jar .. click here
将jar放入/usr/local/Cellar/hive/apache-hive-1.1.1-bin/lib文件夹中。
检查这是否解决了您的问题....
答案 1 :(得分:1)
最后谢谢我的朋友解决了问题,现在蜂巢正在运行。实际上在Mac中你必须使用.profile文件来设置hive安装的路径,而不是.bash_profile或.bashrc文件。