Skip to content

asakusafw/asakusafw-mapreduce

Repository files navigation

Asakusa on MapReduce

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

How to build

  • requirements
    • Java SE Development Kit (>= 1.8)

Maven artifacts

cd ..
./mvnw clean install [-DskipTests]

Gradle plug-ins

cd gradle
./gradlew clean build [install] [-PmavenLocal]

How to import projects into Eclipse

  • 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'.

Referred Projects

License