GeneralWhere are other documents?A: The manual of all AWS APIs can be seen here: http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/index.html.How to add it to existed Java projects in Eclipse?A: Add the AWS Java SDK to the build path (Ref: http://aws.amazon.com/articles/3586).How to solve the error "java.lang.NoSuchMethodError" when new a credential?A: If using GWT, change the class build path of GWT and AWS. (Ref: http://stackoverflow.com/questions/11103325/amazon-credentials-method-not-found)EMRWhere are other documents?Here is a Best Practice Guide for EMR. Other documents are on http://aws.amazon.com/documentation/elasticmapreduce/.A tutorial for Hadoop streaming: A: The key is to build the SSH tunnel
because the web GUI of job tracker is supposed to only be connected by
the master only. Consequently, it is needed to build the SSH tunnel that
maps local ports to the ports 9100/9103 of the master. Writing Hadoop Applications in Python with Hadoop Streaming, http://users.sdsc.edu/~glockwood/di/hadoop-streaming.php
References:How to Tunnel Remote Desktop Through SSH on a Windows Computer, http://www.engr.wisc.edu/computing/best/rdesktop-putty.html.http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-ssh-tunnel.html. CSE344 page of University of Washington: http://courses.cs.washington.edu/courses/cse344/11au/hw/hw6/hw6-awsusage.html. |
Memo-migrated >