[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-07-07 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=619852=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619852
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 07/Jul/21 08:50
Start Date: 07/Jul/21 08:50
Worklog Time Spent: 10m 
  Work Description: aajisaka merged pull request #3184:
URL: https://github.com/apache/hadoop/pull/3184


   


-- 
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-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 619852)
Time Spent: 2.5h  (was: 2h 20m)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-07-07 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=619850=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619850
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 07/Jul/21 08:49
Start Date: 07/Jul/21 08:49
Worklog Time Spent: 10m 
  Work Description: aajisaka merged pull request #3182:
URL: https://github.com/apache/hadoop/pull/3182


   


-- 
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-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 619850)
Time Spent: 2h 10m  (was: 2h)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-07-07 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=619851=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619851
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 07/Jul/21 08:49
Start Date: 07/Jul/21 08:49
Worklog Time Spent: 10m 
  Work Description: aajisaka merged pull request #3183:
URL: https://github.com/apache/hadoop/pull/3183


   


-- 
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-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 619851)
Time Spent: 2h 20m  (was: 2h 10m)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-07-07 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=619773=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619773
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 07/Jul/21 06:01
Start Date: 07/Jul/21 06:01
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #3183:
URL: https://github.com/apache/hadoop/pull/3183#issuecomment-875308658


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |::|--:|:|::|:---:|
   | +0 :ok: |  reexec  |  11m 37s |  |  Docker mode activated.  |
    _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  codespell  |   0m  0s |  |  codespell was not available.  |
   | +0 :ok: |  shelldocs  |   0m  0s |  |  Shelldocs was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
    _ branch-3.2 Compile Tests _ |
   | +0 :ok: |  mvndep  |   3m 22s |  |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  shadedclient  |  17m  6s |  |  branch has no errors 
when building and testing our client artifacts.  |
    _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 14s |  |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks 
issues.  |
   | +1 :green_heart: |  hadolint  |   0m  2s |  |  No new issues.  |
   | +1 :green_heart: |  shellcheck  |   0m  0s |  |  No new issues.  |
   | +1 :green_heart: |  shadedclient  |  14m 50s |  |  patch has no errors 
when building and testing our client artifacts.  |
    _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 30s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   |  49m 32s |  |  |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3183/1/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/3183 |
   | Optional Tests | dupname asflicense codespell hadolint shellcheck 
shelldocs |
   | uname | Linux 430485cda752 4.15.0-136-generic #140-Ubuntu SMP Thu Jan 28 
05:20:47 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | branch-3.2 / dd1fbb9d2a1bf9fa8b9f1f70120021b6eb8b09b8 |
   | Max. process+thread count | 308 (vs. ulimit of 5500) |
   | modules | C:  U:  |
   | Console output | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3183/1/console |
   | versions | git=2.17.1 maven=3.6.0 shellcheck=0.4.6 
hadolint=1.11.1-0-g0e692dd |
   | Powered by | Apache Yetus 0.14.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.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 619773)
Time Spent: 2h  (was: 1h 50m)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira

[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-07-06 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=619770=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619770
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 07/Jul/21 05:50
Start Date: 07/Jul/21 05:50
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #3182:
URL: https://github.com/apache/hadoop/pull/3182#issuecomment-875303512


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |::|--:|:|::|:---:|
   | +0 :ok: |  reexec  |   7m  5s |  |  Docker mode activated.  |
    _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  codespell  |   0m  0s |  |  codespell was not available.  |
   | +0 :ok: |  shelldocs  |   0m  0s |  |  Shelldocs was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
    _ branch-3.3 Compile Tests _ |
   | +0 :ok: |  mvndep  |  12m 20s |  |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  shadedclient  |  15m 47s |  |  branch has no errors 
when building and testing our client artifacts.  |
    _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 28s |  |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks 
issues.  |
   | +1 :green_heart: |  hadolint  |   0m  4s |  |  No new issues.  |
   | +1 :green_heart: |  shellcheck  |   0m  0s |  |  No new issues.  |
   | +1 :green_heart: |  shadedclient  |  15m  8s |  |  patch has no errors 
when building and testing our client artifacts.  |
    _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 30s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   |  53m 19s |  |  |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3182/1/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/3182 |
   | Optional Tests | dupname asflicense codespell hadolint shellcheck 
shelldocs |
   | uname | Linux 9c0783d3d93b 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | branch-3.3 / 6c7c072f8942e0537b345df96b549a5185c0b2ea |
   | Max. process+thread count | 749 (vs. ulimit of 5500) |
   | modules | C:  U:  |
   | Console output | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3182/1/console |
   | versions | git=2.17.1 maven=3.6.0 shellcheck=0.4.6 
hadolint=1.11.1-0-g0e692dd |
   | Powered by | Apache Yetus 0.14.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.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 619770)
Time Spent: 1h 50m  (was: 1h 40m)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira

[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-07-06 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=619766=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619766
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 07/Jul/21 05:30
Start Date: 07/Jul/21 05:30
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #3184:
URL: https://github.com/apache/hadoop/pull/3184#issuecomment-875294609


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   9m 34s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   ||| _ branch-2.10 Compile Tests _ |
   | +0 :ok: |  mvndep  |   2m 28s |  Maven dependency ordering for branch  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 16s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  hadolint  |   0m  2s |  There were no new hadolint 
issues.  |
   | +1 :green_heart: |  shellcheck  |   0m  0s |  There were no new shellcheck 
issues.  |
   | +1 :green_heart: |  shelldocs  |   0m 14s |  There were no new shelldocs 
issues.  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 27s |  The patch does not generate 
ASF License warnings.  |
   |  |   |  15m 14s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3184/1/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/3184 |
   | Optional Tests | dupname asflicense hadolint shellcheck shelldocs |
   | uname | Linux b2c5f3290435 4.15.0-136-generic #140-Ubuntu SMP Thu Jan 28 
05:20:47 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | branch-2.10 / f7bcc58 |
   | Max. process+thread count | 52 (vs. ulimit of 5500) |
   | modules | C:  U:  |
   | Console output | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3184/1/console |
   | versions | git=2.7.4 maven=3.3.9 shellcheck=0.3.7 
hadolint=1.11.1-0-g0e692dd |
   | Powered by | Apache Yetus 0.12.0 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.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 619766)
Time Spent: 1h 40m  (was: 1.5h)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-07-06 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=619763=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619763
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 07/Jul/21 05:16
Start Date: 07/Jul/21 05:16
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #3184:
URL: https://github.com/apache/hadoop/pull/3184#issuecomment-875288279


   (!) A patch to the testing environment has been detected. 
   Re-executing against the patched versions to perform further tests. 
   The console is at 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3184/1/console in 
case of problems.
   


-- 
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-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 619763)
Time Spent: 1.5h  (was: 1h 20m)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-07-06 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=619762=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619762
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 07/Jul/21 05:14
Start Date: 07/Jul/21 05:14
Worklog Time Spent: 10m 
  Work Description: iwasakims opened a new pull request #3184:
URL: https://github.com/apache/hadoop/pull/3184


   https://issues.apache.org/jira/browse/HADOOP-17775
   
   for branch-2.10.


-- 
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-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 619762)
Time Spent: 1h 20m  (was: 1h 10m)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-07-06 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=619761=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619761
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 07/Jul/21 05:13
Start Date: 07/Jul/21 05:13
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #3183:
URL: https://github.com/apache/hadoop/pull/3183#issuecomment-875286701


   (!) A patch to the testing environment has been detected. 
   Re-executing against the patched versions to perform further tests. 
   The console is at 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3183/1/console in 
case of problems.
   


-- 
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-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 619761)
Time Spent: 1h 10m  (was: 1h)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-07-06 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=619760=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619760
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 07/Jul/21 05:10
Start Date: 07/Jul/21 05:10
Worklog Time Spent: 10m 
  Work Description: iwasakims opened a new pull request #3183:
URL: https://github.com/apache/hadoop/pull/3183


   https://issues.apache.org/jira/browse/HADOOP-17775
   
   for branch-3.2.
   


-- 
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-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 619760)
Time Spent: 1h  (was: 50m)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-07-06 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=619755=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619755
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 07/Jul/21 04:58
Start Date: 07/Jul/21 04:58
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #3182:
URL: https://github.com/apache/hadoop/pull/3182#issuecomment-875279840


   (!) A patch to the testing environment has been detected. 
   Re-executing against the patched versions to perform further tests. 
   The console is at 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3182/1/console in 
case of problems.
   


-- 
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-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 619755)
Time Spent: 50m  (was: 40m)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-07-06 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=619754=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619754
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 07/Jul/21 04:56
Start Date: 07/Jul/21 04:56
Worklog Time Spent: 10m 
  Work Description: iwasakims opened a new pull request #3182:
URL: https://github.com/apache/hadoop/pull/3182


   https://issues.apache.org/jira/browse/HADOOP-17775
   
   for branch-3.3.
   


-- 
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-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 619754)
Time Spent: 40m  (was: 0.5h)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-07-06 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=619700=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-619700
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 07/Jul/21 02:07
Start Date: 07/Jul/21 02:07
Worklog Time Spent: 10m 
  Work Description: aajisaka merged pull request #3137:
URL: https://github.com/apache/hadoop/pull/3137


   


-- 
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-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 619700)
Time Spent: 0.5h  (was: 20m)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-06-24 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=614361=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-614361
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 24/Jun/21 07:41
Start Date: 24/Jun/21 07:41
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #3137:
URL: https://github.com/apache/hadoop/pull/3137#issuecomment-867414866


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |::|--:|:|::|:---:|
   | +0 :ok: |  reexec  |  13m 34s |  |  Docker mode activated.  |
    _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  codespell  |   0m  0s |  |  codespell was not available.  |
   | +0 :ok: |  shelldocs  |   0m  0s |  |  Shelldocs was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
   | -1 :x: |  test4tests  |   0m  0s |  |  The patch doesn't appear to include 
any new or modified tests. Please justify why no new tests are needed for this 
patch. Also please list what manual steps were performed to verify this patch.  
|
    _ trunk Compile Tests _ |
   | +0 :ok: |  mvndep  |  11m 46s |  |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |  30m 58s |  |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   0m  0s |  |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  20m 38s |  |  branch has no errors 
when building and testing our client artifacts.  |
    _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 28s |  |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   0m  0s |  |  the patch passed  |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks 
issues.  |
   | +1 :green_heart: |  hadolint  |   0m  4s |  |  No new issues.  |
   | +1 :green_heart: |  mvnsite  |   0m  0s |  |  the patch passed  |
   | +1 :green_heart: |  shellcheck  |   0m  0s |  |  No new issues.  |
   | +1 :green_heart: |  shadedclient  |  20m 41s |  |  patch has no errors 
when building and testing our client artifacts.  |
    _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 35s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   | 101m 12s |  |  |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3137/1/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/3137 |
   | Optional Tests | dupname asflicense codespell hadolint shellcheck 
shelldocs mvnsite unit |
   | uname | Linux a6d4afcd1dc1 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 
11:12:41 UTC 2019 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | trunk / 5f5ea848838eaf8fd0bacdeccff05773c7e611e1 |
   |  Test Results | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3137/1/testReport/ |
   | Max. process+thread count | 575 (vs. ulimit of 5500) |
   | modules | C:  U:  |
   | Console output | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3137/1/console |
   | versions | git=2.30.2 maven=3.6.3 shellcheck=0.7.1 
hadolint=1.11.1-0-g0e692dd |
   | Powered by | Apache Yetus 0.14.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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 614361)
Time Spent: 20m  (was: 10m)

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript 

[jira] [Work logged] (HADOOP-17775) Remove JavaScript package from Docker environment

2021-06-23 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-17775?focusedWorklogId=614337=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-614337
 ]

ASF GitHub Bot logged work on HADOOP-17775:
---

Author: ASF GitHub Bot
Created on: 24/Jun/21 05:58
Start Date: 24/Jun/21 05:58
Worklog Time Spent: 10m 
  Work Description: iwasakims opened a new pull request #3137:
URL: https://github.com/apache/hadoop/pull/3137


   https://issues.apache.org/jira/browse/HADOOP-17775
   
   As described in the [README of 
yarn-ui](https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md),
 required javascript modules are automatically pulled by frontend-maven-plugin. 
We can leverage them for local testing too.
   
   While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
node.js, the version of node.js does not match. JavaScript related packages of 
the docker environment is not sure to work.
   
   * 
https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
   * 
https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290
   


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


Issue Time Tracking
---

Worklog Id: (was: 614337)
Remaining Estimate: 0h
Time Spent: 10m

> Remove JavaScript package from Docker environment
> -
>
> Key: HADOOP-17775
> URL: https://issues.apache.org/jira/browse/HADOOP-17775
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> As described in the [README of 
> yarn-ui|https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md],
>  required javascript modules are automatically pulled by 
> frontend-maven-plugin. We can leverage them for local testing too.
> While hadoop-yarn-ui and hadoop-yarn-applications-catalog-webapp is using 
> node.js, the version of node.js does not match. JavaScript related packages 
> of the docker environment is not sure to work.
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml#L170-L212
> * 
> https://github.com/apache/hadoop/blob/fdef2b4ccacb8753aac0f5625505181c9b4dc154/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml#L264-L290



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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