[ 
https://issues.apache.org/jira/browse/YARN-7129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16790733#comment-16790733
 ] 

Eric Yang edited comment on YARN-7129 at 3/12/19 4:53 PM:
----------------------------------------------------------

[~ebadger] This doesn't appear to be a problem with the project, but the local 
docker configuration is disallowing contact to port 80 where docker is 
configured to build the image.  It looks like docker is running, but you don't 
have permission to run docker build command.  There are three ways to resolve 
this issue:

# Put yourself in docker group, and make sure you have rights to docker build 
command.
# run start-build-env.sh and do project build inside the docker environment.
# Shutdown docker to prevent docker image from building.

The first option will allow full build with docker images.  The second and 
third options are available if you don't want to do a full build and skip 
docker images building.

If all three options fails, please describe your environment to help with the 
troubleshoot of permission denied issue.


was (Author: eyang):
[~ebadger] This doesn't appear to be a problem with the project, but the local 
docker configuration is disallowing contact to port 80 where docker is 
configured to build the image.  It looks like docker is running, but you don't 
have permission to run docker build command.  Can you describe your environment 
a bit?

> Application Catalog for YARN applications
> -----------------------------------------
>
>                 Key: YARN-7129
>                 URL: https://issues.apache.org/jira/browse/YARN-7129
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: applications
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Major
>             Fix For: 3.3.0
>
>         Attachments: YARN Appstore.pdf, YARN-7129.001.patch, 
> YARN-7129.002.patch, YARN-7129.003.patch, YARN-7129.004.patch, 
> YARN-7129.005.patch, YARN-7129.006.patch, YARN-7129.007.patch, 
> YARN-7129.008.patch, YARN-7129.009.patch, YARN-7129.010.patch, 
> YARN-7129.011.patch, YARN-7129.012.patch, YARN-7129.013.patch, 
> YARN-7129.014.patch, YARN-7129.015.patch, YARN-7129.016.patch, 
> YARN-7129.017.patch, YARN-7129.018.patch, YARN-7129.019.patch, 
> YARN-7129.020.patch, YARN-7129.021.patch, YARN-7129.022.patch, 
> YARN-7129.023.patch, YARN-7129.024.patch, YARN-7129.025.patch, 
> YARN-7129.026.patch, YARN-7129.027.patch, YARN-7129.028.patch
>
>
> YARN native services provides web services API to improve usability of 
> application deployment on Hadoop using collection of docker images.  It would 
> be nice to have an application catalog system which provides an editorial and 
> search interface for YARN applications.  This improves usability of YARN for 
> manage the life cycle of applications.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to