Asakusa on MapReduce provides faciities that make Asakusa batch applications run on Hadoop MapReduce framework.
This project includes the followings:
- Asakusa on MapReduce Compiler
- Asakusa on MapReduce Runtime
- Asakusa on MapReduce Gradle plug-in
- requirements
- Java SE Development Kit (>= 1.8)
cd ..
./mvnw clean install [-DskipTests]
cd gradle
./gradlew clean build [install] [-PmavenLocal]
- Run
./mvnw process-test-resources eclipse:eclipse
- And then import projects from Eclipse
If you run tests in Eclipse, please activate Preferences > Java > Debug > 'Only include exported classpath entries when launching'
.