Back to project page Profiterole.
The source code is released under:
Apache License
If you think the Android project Profiterole listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package profiterole.samples; /* www .j av a2 s . c o m*/ import java.io.File; import profiterole.api.MapReduce; public class Driver { public static void main(String[] args) { // String one = System.getProperty("user.dir") +"/OneFile/"; System.out.println(MapReduce.perform(new File(System.getProperty("user.dir") + "/MapJobs/"), null)); } }