Missing Hive Execution Jar: /usr/local/hadoop/hive/lib/hive-exec-*.jar

后端 未结 11 2017
滥情空心
滥情空心 2021-01-13 13:24

I have Hadoop 1.0.4 running on a single node cluster set up on my Ubuntu machine.

I did the following steps to download and install the hive release



        
11条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-13 14:21

    Just find your hive-exec-*.jar folder and create a symbolic link to it.

    in my case, first i go to hive folder using "cd /usr/local/Cellar/hive/1.2.1"

    and then run command "ln -s libexec/lib/ lib"

提交回复
热议问题