How to use Hive without hadoop

后端 未结 5 691
孤街浪徒
孤街浪徒 2021-01-05 08:30

I am a new to NoSQL solutions and want to play with Hive. But installing HDFS/Hadoop takes a lot of resources and time (maybe without experience but I got no time to do this

5条回答
  •  温柔的废话
    2021-01-05 09:17

    You cant, just download Hive, and run:

    ./bin/hiveserver2                                                                                                                                        
    Cannot find hadoop installation: $HADOOP_HOME or $HADOOP_PREFIX must be set or hadoop must be in the path
    

    Hadoop is like a core, and Hive need some library from it.

提交回复
热议问题