Releases: E2Data/hadoop
Releases · E2Data/hadoop
GPU discovery via OpenCL
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
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.