emr-sample-apps
Amazon Elastic MapReduce code samples
File Explorer
Download Latest Version (.zip)- AlignInfo.java
- AlignmentRecord.java
- AlignmentStats.java
- CloudBurst.java
- ConvertFastaForCloud.java
- CountKmers.java
- DisplaySequenceFile.java
- DNAString.java
- FastaRecord.java
- FilterAlignments.java
- LandauVishkin.java
- MerRecord.java
- MerReduce.java
- PrintAlignments.java
- SharedSeedRecord.java
- SubstringTester.java
- Timer.java
- .DS_Store
- LICENSE.txt
- cascading-1.0.9.jar
- cascading-core-1.0.9.jar
- cascading-test-1.0.9.jar
- cascading-xml-1.0.9.jar
- LICENSE.txt
- NOTICE.txt
- commons-cli-1.2-javadoc.jar
- commons-cli-1.2-sources.jar
- commons-cli-1.2.jar
- LICENSE.txt
- NOTICE.txt
- hadoop-0.18.3-ant.jar
- hadoop-0.18.3-core.jar
- hadoop-0.18.3-examples.jar
- hadoop-0.18.3-test.jar
- hadoop-0.18.3-tools.jar
- LICENSE.txt
- NOTICE.txt
- janino-2.5.15.jar
- LICENSE.txt
- NOTICE.txt
- jgrapht-jdk1.6.jar
- LICENSE.txt
- NOTICE.txt
- Columns.java
- ReportNames.java
- FieldAggregatedReporterAssembly.java
- TimeBucketedReporterAssembly.java
- CopyFromS3.java
- DatePathFilter.java
- HDFSWriterReducer.java
- S3CopyMapper.java
- Main.java
- .DS_Store
- build.xml
- CHANGES.txt
- LICENSE.txt
- NOTICE.txt
- README.TXT
- .DS_Store
- RSAEncryptionMaterialsProvider.java
- pom.xml
- README.md
- aws_sdb.rb
- base64.rb
- freebase_jobflow.json
- mapper.py
- name_mapper.rb
- name_reducer.rb
- top_sdb_mapper.rb
- top_sdb_reducer.rb
- .DS_Store
- .DS_Store
- join-clicks-to-impressions.q
- model-build.q
- response-time-stats.q
- split_user_agent.py
- twitter-impressions.q
- upload-to-simple-db
- wait-for.sh
- .DS_Store
- README.md
- README.txt
- sample-mapper.js
- sample-reducer.js
- .DS_Store
- do-reports.pig
- do-reports2.pig
- Create-InteractiveHiveJob.ps1
- RunHiveDemoJob.ps1
- .DS_Store
- convert_netflix.py
- lastfm_jobflow.json
- LICENSE.txt
- netflix_jobflow.json
- README.md
- similarity.py
- user_count_mapper.py
- .DS_Store
- Shark sample query.txt
- Spark sample query.txt
- .DS_Store
- wordSplitter.py
- LICENSE.txt
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/amazon-archives/emr-sample-apps
Downloads the entire project code from GitHub to your computer.
cd emr-sample-apps
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd emrfs-plugins/EMRFSRSAEncryptionMaterialsProvider
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
