Skip to content

Releases: MDosky/pop-java-yarn

File I/O

05 Aug 04:11
Compare
Choose a tag to compare
File I/O Pre-release
Pre-release

Support for simple file I/O and some stabilization.
java is now always in the Containers classpath for application that need it.

YARN Dynamic version

19 Jul 22:50
Compare
Choose a tag to compare
YARN Dynamic version Pre-release
Pre-release

Component for the dynamic version of POP-Java on YARN.
Still in a semi pre-release kind of status.

POP-Java YARN Static version

14 Jul 02:09
Compare
Choose a tag to compare
Pre-release

This project contains two thing, an extension to the original pop-java and an example project which can be used to create popjava application using maven. The example project is especially meant to be used with YARN but should work with any program.

POP-Java doesn't currently have a online maven repository, it's necessary to install it manually in the local.

$ cd pop-java
$ ant
$ mvn install:install-file -Dfile=build/jar/popjava.jar -DgroupId=popjava -DartifactId=popjava -Dversion=1.0 -Dpackaging=jar
$ cd ../pop-java-yarn
$ mvn install

This procedure will compile the standard popjava and make it available to other projects.