Releases: juniper-project/platform
Releases · juniper-project/platform
1.0
JUNIPER platform v.0.9
This release contains a software framework for developing and executing JUNIPER applications.
The package includes:
- A Platform - a run-time environment for executing JUNIPER applications (../JUNIPER.Platform/)
- A test JUNIPER application (../JUNIPER.Application.MapReduce/) that counts words in the given input text file (../JUNIPER.Application.MapReduce/input), following the famous MapReduce example of Hadoop
- A test JUNIPER application (../JUNIPER.Application.MapReduce_OfflineMPI/) that does not require an MPI library (OpenMPI) to be installed