Skip to content

Releases: E2Data/hadoop

GPU discovery via OpenCL

25 Jan 17:17
Compare
Choose a tag to compare
Pre-release

In this release, GPU resources are discovered through OpenCL and not through CUDA.

The binary distribution was built with the following commands:

git clone https://github.com/E2Data/hadoop
git checkout e2data-yarn # 878eae3
./start-build-env.sh
# in docker container:
mvn package -Pdist,native -DskipTests -Dtar -Dmaven.javadoc.skip=true -Dcontainer-
executor.conf.dir=/opt/hadoop

Note that the configuration files are unchanged. Specifically, the configuration has to be updated using https://github.com/E2Data/E2DataYARN/tree/master/sample_conf as a reference.

Initial release of ICCS changes for YARN

05 Sep 14:55
Compare
Choose a tag to compare

This release encapsulates the changes to YARN in https://github.com/E2Data/E2DataYARN as of E2Data/E2DataYARN@2842739.

The binary distribution was built with the following commands:

git clone https://github.com/E2Data/hadoop
git checkout e2data-yarn # 061ad3d
./start-build-env.sh
# in docker container:
mvn package -Pdist,native -DskipTests -Dtar -Dmaven.javadoc.skip=true -Dcontainer-
executor.conf.dir=/opt/hadoop

Note that the configuration files are unchanged. Specifically, the configuration has to be updated using https://github.com/E2Data/E2DataYARN/tree/master/sample_conf as a reference.