iwasakims opened a new pull request #2227:
URL: https://github.com/apache/hadoop/pull/2227


   `mvn site` fails without python2.
   
   ```
   [INFO] --- exec-maven-plugin:1.3.1:exec (shelldocs) @ hadoop-common ---
   /usr/bin/env: ‘python2’: No such file or directory
   ```
   
   shelldocs.py and releasedocmaker.py requires python2.
   
   ```
   $ grep -r python2 patchprocess
   
patchprocess/apache-yetus-0.10.0/lib/shelldocs/shelldocs/__init__.py:#!/usr/bin/env
 python2
   patchprocess/apache-yetus-0.10.0/lib/shelldocs/shelldocs.py:#!/usr/bin/env 
python2
   
patchprocess/apache-yetus-0.10.0/lib/releasedocmaker/releasedocmaker/__init__.py:#!/usr/bin/env
 python2
   
patchprocess/apache-yetus-0.10.0/lib/releasedocmaker/releasedocmaker/utils.py:#!/usr/bin/env
 python2
   
patchprocess/apache-yetus-0.10.0/lib/releasedocmaker/releasedocmaker.py:#!/usr/bin/env
 python2
   patchprocess/apache-yetus-0.10.0/lib/precommit/test-patch-docker/Dockerfile: 
   python2.7 \
   ```
   


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

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