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

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

    I did below in Dec 2017 and it worked.

    1. Copied hive in to hadoop_home directory
    2. Did below in cygwin:

      export HIVE_HOME=$HADOOP_HOME/hive
      export PATH=$HIVE_HOME/bin:$PATH
      

提交回复
热议问题