[jira] [Commented] (YARN-9093) Remove commented code block from the beginning of TestDefaultContainerExecutor

2018-12-12 Thread Vidura Bhathiya Mudalige (JIRA)


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

Vidura Bhathiya Mudalige commented on YARN-9093:


Hi [~snemeth], thank you very much for assigning the Jira to me. Yes, I have 
that right to assign Jiras to myself. I checked it with YARN-9095 which I have 
created a pull request also. Can you please review both of my pull requests?

> Remove commented code block from the beginning of TestDefaultContainerExecutor
> --
>
> Key: YARN-9093
> URL: https://issues.apache.org/jira/browse/YARN-9093
> Project: Hadoop YARN
>  Issue Type: Improvement
>Reporter: Szilard Nemeth
>Assignee: Vidura Bhathiya Mudalige
>Priority: Trivial
>  Labels: newbie, newbie++
>




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

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



[jira] [Assigned] (YARN-6416) SIGNAL_CMD argument number is wrong

2018-12-11 Thread Vidura Bhathiya Mudalige (JIRA)


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

Vidura Bhathiya Mudalige reassigned YARN-6416:
--

Assignee: Vidura Bhathiya Mudalige

> SIGNAL_CMD argument number is wrong
> ---
>
> Key: YARN-6416
> URL: https://issues.apache.org/jira/browse/YARN-6416
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Miklos Szegedi
>Assignee: Vidura Bhathiya Mudalige
>Priority: Minor
>  Labels: newbie
>
> Yarn application signal command has two arguments, so the number below should 
> be 2 I think.
> {code}
> opts.getOption(SIGNAL_CMD).setArgs(3);
> {code}



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

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



[jira] [Assigned] (YARN-9095) Removed Unused field from Resource: NUM_MANDATORY_RESOURCES

2018-12-11 Thread Vidura Bhathiya Mudalige (JIRA)


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

Vidura Bhathiya Mudalige reassigned YARN-9095:
--

Assignee: Vidura Bhathiya Mudalige

> Removed Unused field from Resource: NUM_MANDATORY_RESOURCES
> ---
>
> Key: YARN-9095
> URL: https://issues.apache.org/jira/browse/YARN-9095
> Project: Hadoop YARN
>  Issue Type: Improvement
>Reporter: Szilard Nemeth
>Assignee: Vidura Bhathiya Mudalige
>Priority: Trivial
>  Labels: newbie, newbie++
>
> I suppose this constant remained in the code from historical reasons, but 
> this is not used anymore so it could be removed.
> This field is especially confusing for new readers, as ResourceInformation 
> now has a field named MANDATORY_RESOURCES and this map contains not only 
> memory and vcores but GPU and FPGA as well.



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

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



[jira] [Commented] (YARN-9093) Remove commented code block from the beginning of TestDefaultContainerExecutor

2018-12-11 Thread Vidura Bhathiya Mudalige (JIRA)


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

Vidura Bhathiya Mudalige commented on YARN-9093:


[~snemeth], can you please assign this Jira to me?

> Remove commented code block from the beginning of TestDefaultContainerExecutor
> --
>
> Key: YARN-9093
> URL: https://issues.apache.org/jira/browse/YARN-9093
> Project: Hadoop YARN
>  Issue Type: Improvement
>Reporter: Szilard Nemeth
>Priority: Trivial
>  Labels: newbie, newbie++
>




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

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



[jira] [Commented] (YARN-8819) Fix findbugs warnings in YarnServiceUtils

2018-10-05 Thread Vidura Bhathiya Mudalige (JIRA)


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

Vidura Bhathiya Mudalige commented on YARN-8819:


Attached the patch file in the pull request to trigger pre-commit Jenkins job.

> Fix findbugs warnings in YarnServiceUtils
> -
>
> Key: YARN-8819
> URL: https://issues.apache.org/jira/browse/YARN-8819
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Akira Ajisaka
>Assignee: Vidura Bhathiya Mudalige
>Priority: Minor
>  Labels: newbie
> Attachments: 419.patch
>
>
> {noformat}
> module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine
>
> org.apache.hadoop.yarn.submarine.runtimes.yarnservice.YarnServiceUtils.getComponentArrayJson(String,
>  int, String) concatenates strings using + in a loop At 
> YarnServiceUtils.java:using + in a loop At YarnServiceUtils.java:[line 123]
> {noformat}



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

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



[jira] [Updated] (YARN-8819) Fix findbugs warnings in YarnServiceUtils

2018-10-05 Thread Vidura Bhathiya Mudalige (JIRA)


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

Vidura Bhathiya Mudalige updated YARN-8819:
---
Attachment: 419.patch

> Fix findbugs warnings in YarnServiceUtils
> -
>
> Key: YARN-8819
> URL: https://issues.apache.org/jira/browse/YARN-8819
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Akira Ajisaka
>Assignee: Vidura Bhathiya Mudalige
>Priority: Minor
>  Labels: newbie
> Attachments: 419.patch
>
>
> {noformat}
> module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine
>
> org.apache.hadoop.yarn.submarine.runtimes.yarnservice.YarnServiceUtils.getComponentArrayJson(String,
>  int, String) concatenates strings using + in a loop At 
> YarnServiceUtils.java:using + in a loop At YarnServiceUtils.java:[line 123]
> {noformat}



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

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



[jira] [Commented] (YARN-8819) Fix findbugs warnings in YarnServiceUtils

2018-10-05 Thread Vidura Bhathiya Mudalige (JIRA)


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

Vidura Bhathiya Mudalige commented on YARN-8819:


Hi [~ajisakaa], It seems pre-commit Jenkins build has not started yet. Shall I 
attach the patch file?

> Fix findbugs warnings in YarnServiceUtils
> -
>
> Key: YARN-8819
> URL: https://issues.apache.org/jira/browse/YARN-8819
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Akira Ajisaka
>Assignee: Vidura Bhathiya Mudalige
>Priority: Minor
>  Labels: newbie
>
> {noformat}
> module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine
>
> org.apache.hadoop.yarn.submarine.runtimes.yarnservice.YarnServiceUtils.getComponentArrayJson(String,
>  int, String) concatenates strings using + in a loop At 
> YarnServiceUtils.java:using + in a loop At YarnServiceUtils.java:[line 123]
> {noformat}



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

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



[jira] [Commented] (YARN-6416) SIGNAL_CMD argument number is wrong

2018-10-03 Thread Vidura Bhathiya Mudalige (JIRA)


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

Vidura Bhathiya Mudalige commented on YARN-6416:


[~miklos.szeg...@cloudera.com]
Miklos Szegedi, can you please assign this JIRA to me?



> SIGNAL_CMD argument number is wrong
> ---
>
> Key: YARN-6416
> URL: https://issues.apache.org/jira/browse/YARN-6416
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Miklos Szegedi
>Priority: Minor
>  Labels: newbie
>
> Yarn application signal command has two arguments, so the number below should 
> be 2 I think.
> {code}
> opts.getOption(SIGNAL_CMD).setArgs(3);
> {code}



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

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



[jira] [Commented] (YARN-8788) mvn package -Pyarn-ui fails on JDK9

2018-10-02 Thread Vidura Bhathiya Mudalige (JIRA)


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

Vidura Bhathiya Mudalige commented on YARN-8788:


Last time I was able to reproduce this error by only changing the JDK version 
in the Dockerfile. But today I had to run this command with 
"-Dmaven.javadoc.skip=true" flag and then had to comment out all the 
"cmake-compile" executions as well to reproduce the error without any other 
build failures.

> mvn package -Pyarn-ui fails on JDK9
> ---
>
> Key: YARN-8788
> URL: https://issues.apache.org/jira/browse/YARN-8788
> Project: Hadoop YARN
>  Issue Type: Bug
> Environment: Java 9.0.4, CentOS 7.5
>Reporter: Akira Ajisaka
>Priority: Major
>  Labels: newbie
>
> {{mvn package -Pdist,native,yarn-ui -Dtar -DskipTests}} failed on trunk.
> {noformat}
> [ERROR] Failed to execute goal ro.isdc.wro4j:wro4j-maven-plugin:1.7.9:run 
> (default) on project hadoop-yarn-ui: Execution default of goal 
> ro.isdc.wro4j:wro4j-maven-plugin:1.7.9:run failed: An API incompatibility was 
> encountered while executing ro.isdc.wro4j:wro4j-maven-plugin:1.7.9:run: 
> java.lang.ExceptionInInitializerError: null
> [ERROR] -
> [ERROR] realm =plugin>ro.isdc.wro4j:wro4j-maven-plugin:1.7.9
> [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> [ERROR] urls[0] = 
> file:/home/aajisaka/.m2/repository/ro/isdc/wro4j/wro4j-maven-plugin/1.7.9/wro4j-maven-plugin-1.7.9.jar
> [ERROR] urls[1] = 
> file:/home/aajisaka/.m2/repository/ro/isdc/wro4j/wro4j-core/1.7.9/wro4j-core-1.7.9.jar
> [ERROR] urls[2] = 
> file:/home/aajisaka/.m2/repository/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
> (snip)
> {noformat}



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

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



[jira] [Commented] (YARN-8788) mvn package -Pyarn-ui fails on JDK9

2018-10-02 Thread Vidura Bhathiya Mudalige (JIRA)


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

Vidura Bhathiya Mudalige commented on YARN-8788:


Hi [~ajisakaa], thanks for the help :) I was able to reproduce the error and 
solve it with the dependency change. Please review my pull request. And it will 
be great if you can assign this Jira to me.

> mvn package -Pyarn-ui fails on JDK9
> ---
>
> Key: YARN-8788
> URL: https://issues.apache.org/jira/browse/YARN-8788
> Project: Hadoop YARN
>  Issue Type: Bug
> Environment: Java 9.0.4, CentOS 7.5
>Reporter: Akira Ajisaka
>Priority: Major
>  Labels: newbie
>
> {{mvn package -Pdist,native,yarn-ui -Dtar -DskipTests}} failed on trunk.
> {noformat}
> [ERROR] Failed to execute goal ro.isdc.wro4j:wro4j-maven-plugin:1.7.9:run 
> (default) on project hadoop-yarn-ui: Execution default of goal 
> ro.isdc.wro4j:wro4j-maven-plugin:1.7.9:run failed: An API incompatibility was 
> encountered while executing ro.isdc.wro4j:wro4j-maven-plugin:1.7.9:run: 
> java.lang.ExceptionInInitializerError: null
> [ERROR] -
> [ERROR] realm =plugin>ro.isdc.wro4j:wro4j-maven-plugin:1.7.9
> [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> [ERROR] urls[0] = 
> file:/home/aajisaka/.m2/repository/ro/isdc/wro4j/wro4j-maven-plugin/1.7.9/wro4j-maven-plugin-1.7.9.jar
> [ERROR] urls[1] = 
> file:/home/aajisaka/.m2/repository/ro/isdc/wro4j/wro4j-core/1.7.9/wro4j-core-1.7.9.jar
> [ERROR] urls[2] = 
> file:/home/aajisaka/.m2/repository/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
> (snip)
> {noformat}



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

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



[jira] [Commented] (YARN-8819) Fix findbugs warnings in YarnServiceUtils

2018-09-27 Thread Vidura Bhathiya Mudalige (JIRA)


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

Vidura Bhathiya Mudalige commented on YARN-8819:


[~ajisakaa], can you please assign this Jira to me?

> Fix findbugs warnings in YarnServiceUtils
> -
>
> Key: YARN-8819
> URL: https://issues.apache.org/jira/browse/YARN-8819
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Akira Ajisaka
>Priority: Minor
>  Labels: newbie
>
> {noformat}
> module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-submarine
>
> org.apache.hadoop.yarn.submarine.runtimes.yarnservice.YarnServiceUtils.getComponentArrayJson(String,
>  int, String) concatenates strings using + in a loop At 
> YarnServiceUtils.java:using + in a loop At YarnServiceUtils.java:[line 123]
> {noformat}



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

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



[jira] [Commented] (YARN-8788) mvn package -Pyarn-ui fails on JDK9

2018-09-27 Thread Vidura Bhathiya Mudalige (JIRA)


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

Vidura Bhathiya Mudalige commented on YARN-8788:


Hi [~ajisakaa],

I have recreated the issue. But it seems we have to wait until wro4j 1.8.1 is 
released. right?

> mvn package -Pyarn-ui fails on JDK9
> ---
>
> Key: YARN-8788
> URL: https://issues.apache.org/jira/browse/YARN-8788
> Project: Hadoop YARN
>  Issue Type: Bug
> Environment: Java 9.0.4, CentOS 7.5
>Reporter: Akira Ajisaka
>Priority: Major
>  Labels: newbie
>
> {{mvn package -Pdist,native,yarn-ui -Dtar -DskipTests}} failed on trunk.
> {noformat}
> [ERROR] Failed to execute goal ro.isdc.wro4j:wro4j-maven-plugin:1.7.9:run 
> (default) on project hadoop-yarn-ui: Execution default of goal 
> ro.isdc.wro4j:wro4j-maven-plugin:1.7.9:run failed: An API incompatibility was 
> encountered while executing ro.isdc.wro4j:wro4j-maven-plugin:1.7.9:run: 
> java.lang.ExceptionInInitializerError: null
> [ERROR] -
> [ERROR] realm =plugin>ro.isdc.wro4j:wro4j-maven-plugin:1.7.9
> [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> [ERROR] urls[0] = 
> file:/home/aajisaka/.m2/repository/ro/isdc/wro4j/wro4j-maven-plugin/1.7.9/wro4j-maven-plugin-1.7.9.jar
> [ERROR] urls[1] = 
> file:/home/aajisaka/.m2/repository/ro/isdc/wro4j/wro4j-core/1.7.9/wro4j-core-1.7.9.jar
> [ERROR] urls[2] = 
> file:/home/aajisaka/.m2/repository/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
> (snip)
> {noformat}



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

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