From 21b89521250268ccafcba6ea20935dc1d33f8a2f Mon Sep 17 00:00:00 2001 From: Gautham B A Date: Tue, 19 Jul 2022 10:45:59 +0530 Subject: [PATCH] HDFS-16666. Pass CMake args for Windows in pom.xml (#4574) * This PR passes the necessary CMake args in the pom.xml needed for building HDFS native client on Windows. * These arguments are exposed as maven options and can be passed from the command-line. --- .../hadoop-hdfs-native-client/pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml index 82db2d14fa..3f25354e29 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml @@ -147,7 +147,23 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> - + + + + + + + + + + + + + + + + +