You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/08/14 06:50:22 UTC

[GitHub] [hadoop] iwasakims opened a new pull request #2227: HADOOP-17206. Add python2 to required package on CentOS 8 for building documentation.

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org


[GitHub] [hadoop] iwasakims merged pull request #2227: HADOOP-17206. Add python2 to required package on CentOS 8 for building documentation.

Posted by GitBox <gi...@apache.org>.
iwasakims merged pull request #2227:
URL: https://github.com/apache/hadoop/pull/2227


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org


[GitHub] [hadoop] iwasakims commented on pull request #2227: HADOOP-17206. Add python2 to required package on CentOS 8 for building documentation.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on pull request #2227:
URL: https://github.com/apache/hadoop/pull/2227#issuecomment-674035257


   Thanks, @tasanuma. I merged this.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org


[GitHub] [hadoop] hadoop-yetus commented on pull request #2227: HADOOP-17206. Add python2 to required package on CentOS 8 for building documentation.

Posted by GitBox <gi...@apache.org>.
hadoop-yetus commented on pull request #2227:
URL: https://github.com/apache/hadoop/pull/2227#issuecomment-673959634


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |  25m 37s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  1s |  No case conflicting files found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any @author tags.  |
   ||| _ trunk Compile Tests _ |
   | +1 :green_heart: |  shadedclient  |  19m 49s |  branch has no errors when building and testing our client artifacts.  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace issues.  |
   | +1 :green_heart: |  shadedclient  |  13m 51s |  patch has no errors when building and testing our client artifacts.  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 36s |  The patch does not generate ASF License warnings.  |
   |  |   |  61m 38s |   |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2227/1/artifact/out/Dockerfile |
   | GITHUB PR | https://github.com/apache/hadoop/pull/2227 |
   | Optional Tests | dupname asflicense |
   | uname | Linux 1008fbf7dc58 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | personality/hadoop.sh |
   | git revision | trunk / 86bbd38c8dc |
   | Max. process+thread count | 402 (vs. ulimit of 5500) |
   | modules | C: . U: . |
   | Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2227/1/console |
   | versions | git=2.17.1 maven=3.6.0 |
   | Powered by | Apache Yetus 0.13.0-SNAPSHOT https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org