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 2022/09/30 14:54:23 UTC

[GitHub] [hadoop] steveloughran commented on a diff in pull request #4953: HADOOP-18401. No ARM binaries in branch-3.3.x releases.

steveloughran commented on code in PR #4953:
URL: https://github.com/apache/hadoop/pull/4953#discussion_r984680629


##########
dev-support/docker/Dockerfile_aarch64:
##########
@@ -130,7 +130,10 @@ ENV PATH "${PATH}:/opt/protobuf/bin"
 ####
 # Install pylint and python-dateutil
 ####
-RUN pip3 install pylint==2.6.0 python-dateutil==2.8.1
+# Disabled due to dependency availability/build issues (see HADOOP-18401)
+# instead "python" is added so the yarn-ui will build)
+# RUN pip3 install pylint==2.6.0 python-dateutil==2.8.1

Review Comment:
   using ayush's patch; rolling back this change. thanks for the feedback tho'



-- 
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: common-issues-unsubscribe@hadoop.apache.org

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