Problem with copying local data onto HDFS on a Hadoop cluster using Amazon EC2/ S3

后端 未结 4 641
情深已故
情深已故 2020-12-31 19:01

I have setup a Hadoop cluster containing 5 nodes on Amazon EC2. Now, when i login into the Master node and submit the following command

bin/hadoop jar 

        
4条回答
  •  粉色の甜心
    2020-12-31 19:15

    Try using Amazon Elastic MapReduce. It removes the need for configuring the hadoop nodes, and you can just access objects in your s3 account in the way you expect.

提交回复
热议问题