Hadoop/Hive : Loading data from .csv on a local machine

后端 未结 6 1348
不知归路
不知归路 2020-12-24 05:20

As this is coming from a newbie...

I had Hadoop and Hive set up for me, so I can run Hive queries on my computer accessing data on AWS cluster. Can I run Hive querie

6条回答
  •  囚心锁ツ
    2020-12-24 06:07

    You can load local CSV file to Hive only if:

    1. You are doing it from one of the Hive cluster nodes.
    2. You installed Hive client on non-cluster node and using hive or beeline for upload.

提交回复
热议问题