[ 
https://issues.apache.org/jira/browse/HADOOP-18729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17719352#comment-17719352
 ] 

ASF GitHub Bot commented on HADOOP-18729:
-----------------------------------------

GauthamBanasandra opened a new pull request, #5618:
URL: https://github.com/apache/hadoop/pull/5618

   * The mvnsite step invokes shelldocs script. This fails to run on Windows 
since this script is written in Bash, which Windows can't execute natively.
   * Thus, we must run this script through Bash on Windows.
   
   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'HADOOP-17799. Your PR title ...'.
   -->
   
   ### Description of PR
   * The mvnsite step invokes shelldocs
     script. This fails to run on Windows
     since this script is written in Bash,
     which Windows can't execute natively.
   * Thus, we must run this script through
     Bash on Windows.
   
   ### How was this patch tested?
   Jenkins CI validation.
   
   ### For code changes:
   
   - [x] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   - [ ] Object storage: have the integration tests been executed and the 
endpoint declared according to the connector-specific documentation?
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, 
`NOTICE-binary` files?
   
   




> Fix mvnsite on Windows 10
> -------------------------
>
>                 Key: HADOOP-18729
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18729
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build, site
>    Affects Versions: 3.4.0
>         Environment: Windows 10
>            Reporter: Gautham Banasandra
>            Assignee: Gautham Banasandra
>            Priority: Critical
>
> The mvnsite step fails to build on Windows 10 due to the following error -
> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.1:exec 
> (shelldocs) on project hadoop-common: Command execution failed. Cannot run 
> program 
> "C:\hadoop\hadoop-common-project\hadoop-common\..\..\dev-support\bin\shelldocs"
>  (in directory 
> "C:\hadoop\hadoop-common-project\hadoop-common\src\site\markdown"): 
> CreateProcess error=193, %1 is not a valid Win32 application -> [Help 1]
> shelldocs is a bash script which Windows can't execute natively. Thus, we 
> need to run this through bash on Windows 10.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to