Print
카테고리: [ Amazon Web Services ]
조회수: 2612

Elastic MapReduce = EMR = 관리형 하둡 프레임웍

* 하둡 : http://sarc.io/index.php/nosql/152-hadoop

 

 

사례?

 

 

EMR에서 S3의 파일을 확인하는 방법

  1) hadoop fs -ls s3://xxxxx

  2) aws s3 ls s3://xxxxx

(차이점은 hadoop은 자바 명령어, aws는 파이썬 명령어)