[jira] [Commented] (YARN-5316) fix hadoop-aws pom not to do the exclusion

2016-07-10 Thread Hudson (JIRA)

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

Hudson commented on YARN-5316:
--

SUCCESS: Integrated in Hadoop-trunk-Commit #10074 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/10074/])
YARN-5316  fix hadoop-aws pom not to do the exclusion  (Sangjin Li via (sjlee: 
rev 5db9b0ba2dbc8c7c5e931e71c3aa17c1ad3d3d63)
* hadoop-tools/hadoop-aws/pom.xml


> fix hadoop-aws pom not to do the exclusion
> --
>
> Key: YARN-5316
> URL: https://issues.apache.org/jira/browse/YARN-5316
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Affects Versions: YARN-2928
>Reporter: Sangjin Lee
>Assignee: Sangjin Lee
>  Labels: yarn-2928-1st-milestone
> Fix For: YARN-2928
>
> Attachments: YARN-5316-YARN-2928.01.patch
>
>
> We originally introduced an exclusion rule for {{hadoop-yarn-server-tests}} 
> in {{hadoop-aws}}, as the {{hadoop-aws}} dependency on {{joda-time}} was 
> colliding with that coming from {{hadoop-yarn-server-timelineservice}} (via 
> {{phoenix-core}} ).
> Now that the phoenix dependency is no longer on 
> {{hadoop-yarn-server-timelineservice}} itself (it's moved to 
> {{hadoop-yarn-server-timelineservice-hbase-tests}} ), it is safe to remove 
> the exclusion rule.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (YARN-5316) fix hadoop-aws pom not to do the exclusion

2016-07-06 Thread Li Lu (JIRA)

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

Li Lu commented on YARN-5316:
-

+1. Fix LGTM. Thanks for the work Sangjin! 

> fix hadoop-aws pom not to do the exclusion
> --
>
> Key: YARN-5316
> URL: https://issues.apache.org/jira/browse/YARN-5316
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Affects Versions: YARN-2928
>Reporter: Sangjin Lee
>Assignee: Sangjin Lee
>  Labels: yarn-2928-1st-milestone
> Attachments: YARN-5316-YARN-2928.01.patch
>
>
> We originally introduced an exclusion rule for {{hadoop-yarn-server-tests}} 
> in {{hadoop-aws}}, as the {{hadoop-aws}} dependency on {{joda-time}} was 
> colliding with that coming from {{hadoop-yarn-server-timelineservice}} (via 
> {{phoenix-core}} ).
> Now that the phoenix dependency is no longer on 
> {{hadoop-yarn-server-timelineservice}} itself (it's moved to 
> {{hadoop-yarn-server-timelineservice-hbase-tests}} ), it is safe to remove 
> the exclusion rule.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (YARN-5316) fix hadoop-aws pom not to do the exclusion

2016-07-06 Thread Vrushali C (JIRA)

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

Vrushali C commented on YARN-5316:
--

+1 
Thanks for the patch Sangjin! I can commit it in at EOD today.

> fix hadoop-aws pom not to do the exclusion
> --
>
> Key: YARN-5316
> URL: https://issues.apache.org/jira/browse/YARN-5316
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Affects Versions: YARN-2928
>Reporter: Sangjin Lee
>Assignee: Sangjin Lee
>  Labels: yarn-2928-1st-milestone
> Attachments: YARN-5316-YARN-2928.01.patch
>
>
> We originally introduced an exclusion rule for {{hadoop-yarn-server-tests}} 
> in {{hadoop-aws}}, as the {{hadoop-aws}} dependency on {{joda-time}} was 
> colliding with that coming from {{hadoop-yarn-server-timelineservice}} (via 
> {{phoenix-core}} ).
> Now that the phoenix dependency is no longer on 
> {{hadoop-yarn-server-timelineservice}} itself (it's moved to 
> {{hadoop-yarn-server-timelineservice-hbase-tests}} ), it is safe to remove 
> the exclusion rule.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (YARN-5316) fix hadoop-aws pom not to do the exclusion

2016-07-06 Thread Sangjin Lee (JIRA)

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

Sangjin Lee commented on YARN-5316:
---

Let me know what you think. I'd like to make this an exception and get it into 
YARN-2928 before the merge as it was raised during the merge vote. Thanks!

> fix hadoop-aws pom not to do the exclusion
> --
>
> Key: YARN-5316
> URL: https://issues.apache.org/jira/browse/YARN-5316
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Affects Versions: YARN-2928
>Reporter: Sangjin Lee
>Assignee: Sangjin Lee
>  Labels: yarn-2928-1st-milestone
> Attachments: YARN-5316-YARN-2928.01.patch
>
>
> We originally introduced an exclusion rule for {{hadoop-yarn-server-tests}} 
> in {{hadoop-aws}}, as the {{hadoop-aws}} dependency on {{joda-time}} was 
> colliding with that coming from {{hadoop-yarn-server-timelineservice}} (via 
> {{phoenix-core}} ).
> Now that the phoenix dependency is no longer on 
> {{hadoop-yarn-server-timelineservice}} itself (it's moved to 
> {{hadoop-yarn-server-timelineservice-hbase-tests}} ), it is safe to remove 
> the exclusion rule.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (YARN-5316) fix hadoop-aws pom not to do the exclusion

2016-07-06 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-5316:
-

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 29s 
{color} | {color:blue} Docker mode activated. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s 
{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:red}-1{color} | {color:red} test4tests {color} | {color:red} 0m 0s 
{color} | {color:red} 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. {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 8m 
6s {color} | {color:green} YARN-2928 passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 19s 
{color} | {color:green} YARN-2928 passed {color} |
| {color:green}+1{color} | {color:green} mvnsite {color} | {color:green} 0m 23s 
{color} | {color:green} YARN-2928 passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 1m 
16s {color} | {color:green} YARN-2928 passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 19s 
{color} | {color:green} YARN-2928 passed {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 0m 
16s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 15s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 0m 15s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} mvnsite {color} | {color:green} 0m 22s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
15s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m 
0s {color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} xml {color} | {color:green} 0m 1s 
{color} | {color:green} The patch has no ill-formed XML file. {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 14s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} unit {color} | {color:green} 0m 16s 
{color} | {color:green} hadoop-aws in the patch passed. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 
17s {color} | {color:green} The patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 13m 23s {color} 
| {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker |  Image:yetus/hadoop:e2f6409 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12816458/YARN-5316-YARN-2928.01.patch
 |
| JIRA Issue | YARN-5316 |
| Optional Tests |  asflicense  compile  javac  javadoc  mvninstall  mvnsite  
unit  xml  |
| uname | Linux e11096f58638 3.13.0-36-lowlatency #63-Ubuntu SMP PREEMPT Wed 
Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | /testptch/hadoop/patchprocess/precommit/personality/provided.sh 
|
| git revision | YARN-2928 / 27550a4 |
| Default Java | 1.8.0_91 |
|  Test Results | 
https://builds.apache.org/job/PreCommit-YARN-Build/12200/testReport/ |
| modules | C: hadoop-tools/hadoop-aws U: hadoop-tools/hadoop-aws |
| Console output | 
https://builds.apache.org/job/PreCommit-YARN-Build/12200/console |
| Powered by | Apache Yetus 0.3.0   http://yetus.apache.org |


This message was automatically generated.



> fix hadoop-aws pom not to do the exclusion
> --
>
> Key: YARN-5316
> URL: https://issues.apache.org/jira/browse/YARN-5316
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Affects Versions: YARN-2928
>Reporter: Sangjin Lee
>Assignee: Sangjin Lee
>  Labels: yarn-2928-1st-milestone
> Attachments: YARN-5316-YARN-2928.01.patch
>
>
> We originally introduced an exclusion rule for {{hadoop-yarn-server-tests}} 
> in {{hadoop-aws}}, as the {{hadoop-aws}} dependency on {{joda-time}} was 
> colliding with that coming from {{hadoop-yarn-server-timelineservice}} (via 
> {{phoenix-core}} ).
> Now that the phoenix dependency is no longer on 
> {{hadoop-yarn-server-timelineservice}} itself (it's moved to 
> {{hadoop-yarn-server-timelineservice-hbase-tests}} ),