[
https://issues.apache.org/jira/browse/HADOOP-16748?focusedWorklogId=600238&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-600238
]
ASF GitHub Bot logged work on HADOOP-16748:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 21/May/21 09:09
Start Date: 21/May/21 09:09
Worklog Time Spent: 10m
Work Description: jojochuang commented on a change in pull request #1738:
URL: https://github.com/apache/hadoop/pull/1738#discussion_r636762707
##########
File path: dev-support/docker/Dockerfile_aarch64
##########
@@ -143,19 +132,9 @@ ENV PROTOBUF_HOME /opt/protobuf
ENV PATH "${PATH}:/opt/protobuf/bin"
####
-# Install pylint at fixed version (2.0.0 removed python2 support)
-# https://github.com/PyCQA/pylint/issues/2294
-####
-RUN pip2 install \
- astroid==1.6.6 \
- isort==4.3.21 \
- configparser==4.0.2 \
- pylint==1.9.2
-
-####
-# Install dateutil.parser
+# Install pylint and python-dateutil
####
-RUN pip2 install python-dateutil==2.7.3
+RUN pip3 install pylint==2.6.0 python-dateutil==2.8.1
Review comment:
this line fails to run on arm64. it require python3-dev. I'll create a
PR.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 600238)
Time Spent: 8h 10m (was: 8h)
> Migrate to Python 3 and upgrade Yetus to 0.13.0
> -----------------------------------------------
>
> Key: HADOOP-16748
> URL: https://issues.apache.org/jira/browse/HADOOP-16748
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Akira Ajisaka
> Assignee: Akira Ajisaka
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.3.1, 3.4.0, 3.1.5, 3.2.3
>
> Time Spent: 8h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]