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

   <!--
     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 compilation step needs python3.
     Although we're installing python3 in the build
     environment, the python3 executable is missing.
   * Thus, we need to create a symbolic link python3
     pointing to python.exe needed for mvnsite.
   
   Failure logs - 
[archive.zip](https://github.com/user-attachments/files/19041819/archive.zip)
   
   ```
   [INFO] ------------------< org.apache.hadoop:hadoop-common 
>-------------------
   [INFO] Building Apache Hadoop Common 3.5.0-SNAPSHOT                    
[11/115]
   [INFO]   from hadoop-common-project\hadoop-common\pom.xml
   [INFO] --------------------------------[ jar 
]---------------------------------
   [INFO] 
   [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ hadoop-common ---
   [INFO] Deleting C:\hadoop\hadoop-common-project\hadoop-common\target
   [INFO] Deleting 
C:\hadoop\hadoop-common-project\hadoop-common\src\site\markdown (includes = 
[UnixShellAPI.md], excludes = [])
   [INFO] Deleting 
C:\hadoop\hadoop-common-project\hadoop-common\src\site\resources (includes = 
[configuration.xsl, core-default.xml], excludes = [])
   [INFO] 
   [INFO] --- exec-maven-plugin:1.3.1:exec (shelldocs) @ hadoop-common ---
   /usr/bin/env: 'python3': No such file or directory
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Summary for Apache Hadoop Main 3.5.0-SNAPSHOT:
   [INFO] 
   [INFO] Apache Hadoop Main ................................. SUCCESS [21:20 
min]
   ...
   [INFO] Apache Hadoop Common ............................... FAILURE [  6.722 
s]
   ...
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  21:54 min
   [INFO] Finished at: 2025-02-28T07:36:22Z
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.codehaus.mojo:exec-maven-plugin:1.3.1:exec (shelldocs) on project 
hadoop-common: Command execution failed. Process exited with an error: 127 
(Exit value: 127) -> [Help 1]
   [ERROR] 
   ```
   
   ### How was this patch tested?
   
   Jenkins CI validation - 
https://[ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-win10-x86_64/822/artifact/out/report.html](https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-win10-x86_64/822/artifact/out/report.html)
   
   
![image](https://github.com/user-attachments/assets/d9623731-c77a-4a33-b818-ffac3eaae8c8)
   
   Yetus logs - 
[archive.zip](https://github.com/user-attachments/files/19041829/archive.zip)
   
   
   ### 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?
   
   


-- 
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]

Reply via email to