Skip to content

Releases: juniper-project/platform

1.0

19 Nov 14:41
Compare
Choose a tag to compare

The release contains the latest version of the platform, which is now fully integrated with the JUNIPER Maven Repository (managed on Github).

JUNIPER platform v.0.9

18 Nov 09:31
Compare
Choose a tag to compare

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