Skip to content

Commit

Permalink
Hadoop shims:
Browse files Browse the repository at this point in the history
* Update 2x and 3x Hadoop release lines versions.
MStress benchmark:
* Update Hadoop version to 2.10.2.
  • Loading branch information
mikeov committed Jan 26, 2025
1 parent 7462c8b commit cfda223
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CMAKE=cmake
MAKE_OPTIONS=
QFSTEST_OPTIONS=
JAVA_BUILD_OPTIONS=
QFSHADOOP_VERSIONS=0.23.11 1.0.4 1.1.2 2.5.1 2.7.2 2.7.7 2.8.5 2.9.2 2.10.1 3.1.4 3.2.2 3.3.1
QFSHADOOP_VERSIONS=0.23.11 1.0.4 1.1.2 2.5.1 2.7.2 2.7.7 2.8.5 2.9.2 2.10.2 3.3.6 3.4.1

QFS_PYTHON_DIR=python-qfs
QFS_PYTHON_WHEEL_DIR=${QFS_PYTHON_DIR}/dist
Expand All @@ -49,7 +49,7 @@ run-cmake: dir
build: run-cmake
cd build/${BUILD_TYPE} && $(MAKE) ${MAKE_OPTIONS} install \
`${QFS_MSTRESS_ON} && \
echo ${QFSHADOOP_VERSIONS} | grep 2.10.1 >/dev/null 2>&1 && \
echo ${QFSHADOOP_VERSIONS} | grep 2.10.2 >/dev/null 2>&1 && \
mvn --version >/dev/null 2>&1 && echo mstress-tarball`

.PHONY: java
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/mstress/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ add_custom_command(
-v ${CMAKE_CURRENT_SOURCE_DIR}/../../src/cc/common/buildversgit.sh
--
-DbuildDirectory=${CMAKE_CURRENT_BINARY_DIR}
-Dhadoop.release.version=2.10.1
-Dhadoop.release.version=2.10.2
package
DEPENDS src/main/java/com/quantcast/qfs/mstress/MStress_Client.java pom.xml
COMMENT "The HDFS mstress client bundled as a jar."
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/mstress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ permissions and limitations under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<buildDirectory>${project.basedir}/../../build/java/mstress</buildDirectory>
<hadoop.release.version>2.10.1</hadoop.release.version>
<hadoop.release.version>2.10.2</hadoop.release.version>
<qfs.release.version>00000000</qfs.release.version>
<qfs.source.revision>0</qfs.source.revision>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ MYCMAKE_OPTIONS_CENTOS5=$MYCMAKE_OPTIONS' -D _OPENSSL_INCLUDEDIR=/usr/include/op
MYCMAKE_OPTIONS_CENTOS5=$MYCMAKE_OPTIONS_CENTOS5' -D _OPENSSL_LIBDIR=/usr/lib64/openssl101e'

MYQFSHADOOP_VERSIONS_UBUNTU1404_CENTOS6='0.23.4 0.23.11 1.0.4 1.1.2 2.5.1 2.7.2'
MYQFSHADOOP_VERSIONS_UBUNTU1804='1.0.4 1.1.2 2.7.2 2.7.7 2.8.5 2.9.2 2.10.1 3.1.4 3.2.2 3.3.1'
MYQFSHADOOP_VERSIONS_UBUNTU1804='1.0.4 1.1.2 2.7.2 2.7.7 2.8.5 2.9.2 2.10.2 3.3.6 3.4.1'
MYQFSHADOOP_VERSIONS_CENTOS2023=$MYQFSHADOOP_VERSIONS_UBUNTU1804
MYQFSHADOOP_VERSIONS_CENTOS5='0.23.4 0.23.11 1.0.4 1.1.2 2.5.1'

Expand Down

0 comments on commit cfda223

Please sign in to comment.