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

后端 未结 11 1994
滥情空心
滥情空心 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:20

    1. Try cross checking your environment variable path, in case you typed it wrong.

    2. Try Reloading .bashrc by typing following command

      source ~/.bashrc

    3. Try rebooting your machine

提交回复
热议问题