[jira] [Commented] (YARN-8348) Incorrect and missing AfterClass in HBase-tests to fix NPE failures

2018-05-24 Thread Giovanni Matteo Fumarola (JIRA)

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

Giovanni Matteo Fumarola commented on YARN-8348:


I took another look at the failed tests due to:

java.lang.NoClassDefFoundError: 
org/apache/hadoop/crypto/key/KeyProviderTokenIssuer

Right now, HBase-test uses hadoop-common:2.5.1 while KeyProviderTokenIssuer is 
in 3.0.0
We need to wait until the entire codebase uses the updated version.

> Incorrect and missing AfterClass in HBase-tests to fix NPE failures
> ---
>
> Key: YARN-8348
> URL: https://issues.apache.org/jira/browse/YARN-8348
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Giovanni Matteo Fumarola
>Assignee: Giovanni Matteo Fumarola
>Priority: Major
> Fix For: 3.2.0
>
> Attachments: YARN-8348.v1.patch
>
>
> HBase tests are failing in 
> [linux|https://builds.apache.org/view/H-L/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86/789/testReport/]
>  for 2 reasons: 
>  * incorrect afterClass;
>  * not defined KeyProviderTokenIssuer.
> While in windows are failing for the previous 2 reasons plus * missing 
> afterClass.
> This JIRA fixes the NPE failures in HBase-tests and reduces the failed tests 
> in Linux.



--
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-8348) Incorrect and missing AfterClass in HBase-tests to fix NPE failures

2018-05-24 Thread Giovanni Matteo Fumarola (JIRA)

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

Giovanni Matteo Fumarola commented on YARN-8348:


>From the [Linux run 
>daily|https://builds.apache.org/view/H-L/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86/790/#showFailuresLink]
> we removed successfully 5 tests.

> Incorrect and missing AfterClass in HBase-tests to fix NPE failures
> ---
>
> Key: YARN-8348
> URL: https://issues.apache.org/jira/browse/YARN-8348
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Giovanni Matteo Fumarola
>Assignee: Giovanni Matteo Fumarola
>Priority: Major
> Fix For: 3.2.0
>
> Attachments: YARN-8348.v1.patch
>
>
> HBase tests are failing in 
> [linux|https://builds.apache.org/view/H-L/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86/789/testReport/]
>  for 2 reasons: 
>  * incorrect afterClass;
>  * not defined KeyProviderTokenIssuer.
> While in windows are failing for the previous 2 reasons plus * missing 
> afterClass.
> This JIRA fixes the NPE failures in HBase-tests and reduces the failed tests 
> in Linux.



--
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-8348) Incorrect and missing AfterClass in HBase-tests to fix NPE failures

2018-05-23 Thread Hudson (JIRA)

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

Hudson commented on YARN-8348:
--

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14275 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/14275/])
YARN-8348. Incorrect and missing AfterClass in HBase-tests to fix NPE 
(inigoiri: rev d72615611cfa6bd82756270d4b10136ec1e56741)
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/TestHBaseTimelineStorageEntities.java
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/flow/TestHBaseStorageFlowRun.java
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/TestHBaseTimelineStorageApps.java
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/TestHBaseTimelineStorageDomain.java
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/flow/TestHBaseStorageFlowActivity.java
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/flow/TestHBaseStorageFlowRunCompaction.java
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/TestHBaseTimelineStorageSchema.java


> Incorrect and missing AfterClass in HBase-tests to fix NPE failures
> ---
>
> Key: YARN-8348
> URL: https://issues.apache.org/jira/browse/YARN-8348
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Giovanni Matteo Fumarola
>Assignee: Giovanni Matteo Fumarola
>Priority: Major
> Fix For: 3.2.0
>
> Attachments: YARN-8348.v1.patch
>
>
> HBase tests are failing in 
> [linux|https://builds.apache.org/view/H-L/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86/789/testReport/]
>  for 2 reasons: 
>  * incorrect afterClass;
>  * not defined KeyProviderTokenIssuer.
> While in windows are failing for the previous 2 reasons plus * missing 
> afterClass.
> This JIRA fixes the NPE failures in HBase-tests and reduces the failed tests 
> in Linux.



--
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