ayushtkn commented on code in PR #6673:
URL: https://github.com/apache/hadoop/pull/6673#discussion_r1548383924
##########
hadoop-common-project/hadoop-common/pom.xml:
##########
@@ -1093,8 +1093,9 @@
<goal>exec</goal>
</goals>
<configuration>
-
<executable>${basedir}/../../dev-support/bin/releasedocmaker</executable>
+ <executable>${shell-executable}</executable>
Review Comment:
the default value is there in the hadoop-main pom.xml
https://github.com/apache/hadoop/blob/trunk/pom.xml#L123
the value is bash by default, for windows it needs to be overridden by some
diff value as per Building.txt
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]