You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Yongjun Zhang (JIRA)" <ji...@apache.org> on 2018/07/09 18:01:00 UTC

[jira] [Resolved] (YARN-8507) EINVRES Request to https://bower.herokuapp.com/packages/ember-cli-shims failed with 502

     [ https://issues.apache.org/jira/browse/YARN-8507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yongjun Zhang resolved YARN-8507.
---------------------------------
    Resolution: Duplicate

> EINVRES Request to https://bower.herokuapp.com/packages/ember-cli-shims failed with 502
> ---------------------------------------------------------------------------------------
>
>                 Key: YARN-8507
>                 URL: https://issues.apache.org/jira/browse/YARN-8507
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: yarn
>            Reporter: Yongjun Zhang
>            Assignee: Yongjun Zhang
>            Priority: Major
>
> When doing an update to 3.0.3 release, by running command
> dev-support/bin/create-release --asfrelease --docker --dockercache
> documented in 
> https://wiki.apache.org/hadoop/HowToRelease
> I hit the following problem:
> {quote}
> 43566 WARNING: Invalid cookie header: "Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Thu, 08 Jul 2038 07:00:00 -0000; secure; HttpOnly". Invalid 'expires' attribute: Thu, 08 Jul 2038 07:      00:00 -0000
> 43567 [INFO] Unpacking /maven/com/github/eirslett/yarn/0.21.3/yarn-0.21.3.tar.gz into /build/source/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/target/webapp/node/yarn
> 43568 [INFO] Installed Yarn locally.
> 43569 [INFO]
> 43570 [INFO] --- frontend-maven-plugin:1.5:yarn (yarn install) @ hadoop-yarn-ui ---
> 43571 [INFO] Running 'yarn install' in /build/source/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/target/webapp
> 43572 [INFO] yarn install v0.21.3
> 43573 [INFO] [1/4] Resolving packages...
> 43574 [INFO] [2/4] Fetching packages...
> 43575 [INFO] [3/4] Linking dependencies...
> 43576 [INFO] [4/4] Building fresh packages...
> 43577 [INFO] success Saved lockfile.
> 43578 [INFO] Done in 33.19s.
> 43579 [INFO]
> 43580 [INFO] --- frontend-maven-plugin:1.5:bower (bower install) @ hadoop-yarn-ui ---
> 43581 [INFO] Running 'bower install' in /build/source/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/target/webapp
> 43582 [ERROR] bower ember-cli-shims#0.0.6    EINVRES Request to https://bower.herokuapp.com/packages/ember-cli-shims failed with 502
> {quote}
> And I found the solution here:
> https://stackoverflow.com/questions/51020317/einvres-request-to-https-bower-herokuapp-com-packages-failed-with-502#
> This is due to a recent change
> {quote}
> Bower is deprecating their registry hosted with heroku. http://bower.herokuapp.com/ wont be accessible any more or it might be down intermittently there by forcing users to new registry.
> Users working on old bower versions can update the .bowerrc file with the following data.
> {quote}
> {code}
> {
>   "registry": "https://registry.bower.io"
> }
> {code}
> Create this jira to update  
> hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/.bowerrc
> accordingly.



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

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