Re: [jira] [Commented] (HAMA-1002) Add junit dependency to commons to compile with Hadoop 2.8+

2017-12-29 Thread Chia-Hung Lin
When applying patch Jenkins complains fail integrating patch. Checking
TestResult[1], it looks like other tests are waiting master to be up
running for use. Anyone knows if there's any way we can re-run the
build?

[1]. https://builds.apache.org/job/Hama-Nightly-for-Hadoop-2.x/731/testReport/

On 30 December 2017 at 07:39, Hudson (JIRA)  wrote:
>
> [ 
> https://issues.apache.org/jira/browse/HAMA-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16306672#comment-16306672
>  ]
>
> Hudson commented on HAMA-1002:
> --
>
> FAILURE: Integrated in Jenkins build Hama-Nightly-for-Hadoop-2.x #731 (See 
> [https://builds.apache.org/job/Hama-Nightly-for-Hadoop-2.x/731/])
> HAMA-1002: Add junit dependency to commons to compile with Hadoop 2.8+ 
> (ywkim: rev fe57a39cc5a576d11d9137fbae156a79d4d7a8a1)
> * (edit) commons/pom.xml
>
>
>> Add junit dependency to commons to compile with Hadoop 2.8+
>> ---
>>
>> Key: HAMA-1002
>> URL: https://issues.apache.org/jira/browse/HAMA-1002
>> Project: Hama
>>  Issue Type: Bug
>>  Components: build
>>Affects Versions: 0.7.1
>>Reporter: YoungWoo Kim
>> Fix For: 0.7.2
>>
>> Attachments: HAMA-1002.0.patch
>>
>>
>> Compilation with Hadoop 2.8+ does not work because transitive dependencies 
>> for Hadoop have been changed:
>> {noformat}
>> $ mvn clean package -Phadoop2 -Dhadoop.version=2.8.1 -DskipTests
>> (snip)
>> [INFO] Apache Hama parent POM . SUCCESS [ 23.797 
>> s]
>> [INFO] pipes .. SUCCESS [ 22.680 
>> s]
>> [INFO] commons  FAILURE [  6.662 
>> s]
>> [INFO] core ... SKIPPED
>> [INFO] graph .. SKIPPED
>> [INFO] machine learning ... SKIPPED
>> [INFO] examples ... SKIPPED
>> [INFO] mesos .. SKIPPED
>> [INFO] yarn ... SKIPPED
>> [INFO] hama-dist .. SKIPPED
>> [INFO] 
>> 
>> [INFO] BUILD FAILURE
>> [INFO] 
>> 
>> [INFO] Total time: 53.544 s
>> [INFO] Finished at: 2017-12-26T14:55:24+09:00
>> [INFO] Final Memory: 62M/568M
>> [INFO] 
>> 
>> [ERROR] Failed to execute goal 
>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile 
>> (default-testCompile) on project hama-commons: Compilation failure: 
>> Compilation failure:
>> [ERROR] 
>> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[20,23]
>>  error: package org.junit does not exist
>> [ERROR] 
>> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[20,0]
>>  error: static import only from classes and interfaces
>> [ERROR] 
>> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[21,23]
>>  error: package org.junit does not exist
>> (snip)
>> {noformat}
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.4.14#64029)


[jira] [Commented] (HAMA-1002) Add junit dependency to commons to compile with Hadoop 2.8+

2017-12-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HAMA-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16306672#comment-16306672
 ] 

Hudson commented on HAMA-1002:
--

FAILURE: Integrated in Jenkins build Hama-Nightly-for-Hadoop-2.x #731 (See 
[https://builds.apache.org/job/Hama-Nightly-for-Hadoop-2.x/731/])
HAMA-1002: Add junit dependency to commons to compile with Hadoop 2.8+ (ywkim: 
rev fe57a39cc5a576d11d9137fbae156a79d4d7a8a1)
* (edit) commons/pom.xml


> Add junit dependency to commons to compile with Hadoop 2.8+
> ---
>
> Key: HAMA-1002
> URL: https://issues.apache.org/jira/browse/HAMA-1002
> Project: Hama
>  Issue Type: Bug
>  Components: build 
>Affects Versions: 0.7.1
>Reporter: YoungWoo Kim
> Fix For: 0.7.2
>
> Attachments: HAMA-1002.0.patch
>
>
> Compilation with Hadoop 2.8+ does not work because transitive dependencies 
> for Hadoop have been changed:
> {noformat}
> $ mvn clean package -Phadoop2 -Dhadoop.version=2.8.1 -DskipTests
> (snip)
> [INFO] Apache Hama parent POM . SUCCESS [ 23.797 
> s]
> [INFO] pipes .. SUCCESS [ 22.680 
> s]
> [INFO] commons  FAILURE [  6.662 
> s]
> [INFO] core ... SKIPPED
> [INFO] graph .. SKIPPED
> [INFO] machine learning ... SKIPPED
> [INFO] examples ... SKIPPED
> [INFO] mesos .. SKIPPED
> [INFO] yarn ... SKIPPED
> [INFO] hama-dist .. SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 53.544 s
> [INFO] Finished at: 2017-12-26T14:55:24+09:00
> [INFO] Final Memory: 62M/568M
> [INFO] 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile 
> (default-testCompile) on project hama-commons: Compilation failure: 
> Compilation failure: 
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[20,23]
>  error: package org.junit does not exist
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[20,0]
>  error: static import only from classes and interfaces
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[21,23]
>  error: package org.junit does not exist
> (snip)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HAMA-1002) Add junit dependency to commons to compile with Hadoop 2.8+

2017-12-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HAMA-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16306670#comment-16306670
 ] 

Hudson commented on HAMA-1002:
--

SUCCESS: Integrated in Jenkins build Hama-Nightly-for-Hadoop-1.x #1734 (See 
[https://builds.apache.org/job/Hama-Nightly-for-Hadoop-1.x/1734/])
HAMA-1002: Add junit dependency to commons to compile with Hadoop 2.8+ (ywkim: 
rev fe57a39cc5a576d11d9137fbae156a79d4d7a8a1)
* (edit) commons/pom.xml


> Add junit dependency to commons to compile with Hadoop 2.8+
> ---
>
> Key: HAMA-1002
> URL: https://issues.apache.org/jira/browse/HAMA-1002
> Project: Hama
>  Issue Type: Bug
>  Components: build 
>Affects Versions: 0.7.1
>Reporter: YoungWoo Kim
> Fix For: 0.7.2
>
> Attachments: HAMA-1002.0.patch
>
>
> Compilation with Hadoop 2.8+ does not work because transitive dependencies 
> for Hadoop have been changed:
> {noformat}
> $ mvn clean package -Phadoop2 -Dhadoop.version=2.8.1 -DskipTests
> (snip)
> [INFO] Apache Hama parent POM . SUCCESS [ 23.797 
> s]
> [INFO] pipes .. SUCCESS [ 22.680 
> s]
> [INFO] commons  FAILURE [  6.662 
> s]
> [INFO] core ... SKIPPED
> [INFO] graph .. SKIPPED
> [INFO] machine learning ... SKIPPED
> [INFO] examples ... SKIPPED
> [INFO] mesos .. SKIPPED
> [INFO] yarn ... SKIPPED
> [INFO] hama-dist .. SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 53.544 s
> [INFO] Finished at: 2017-12-26T14:55:24+09:00
> [INFO] Final Memory: 62M/568M
> [INFO] 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile 
> (default-testCompile) on project hama-commons: Compilation failure: 
> Compilation failure: 
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[20,23]
>  error: package org.junit does not exist
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[20,0]
>  error: static import only from classes and interfaces
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[21,23]
>  error: package org.junit does not exist
> (snip)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HAMA-1002) Add junit dependency to commons to compile with Hadoop 2.8+

2017-12-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HAMA-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16306671#comment-16306671
 ] 

Hudson commented on HAMA-1002:
--

SUCCESS: Integrated in Jenkins build Hama-trunk #485 (See 
[https://builds.apache.org/job/Hama-trunk/485/])
HAMA-1002: Add junit dependency to commons to compile with Hadoop 2.8+ (ywkim: 
rev fe57a39cc5a576d11d9137fbae156a79d4d7a8a1)
* (edit) commons/pom.xml


> Add junit dependency to commons to compile with Hadoop 2.8+
> ---
>
> Key: HAMA-1002
> URL: https://issues.apache.org/jira/browse/HAMA-1002
> Project: Hama
>  Issue Type: Bug
>  Components: build 
>Affects Versions: 0.7.1
>Reporter: YoungWoo Kim
> Fix For: 0.7.2
>
> Attachments: HAMA-1002.0.patch
>
>
> Compilation with Hadoop 2.8+ does not work because transitive dependencies 
> for Hadoop have been changed:
> {noformat}
> $ mvn clean package -Phadoop2 -Dhadoop.version=2.8.1 -DskipTests
> (snip)
> [INFO] Apache Hama parent POM . SUCCESS [ 23.797 
> s]
> [INFO] pipes .. SUCCESS [ 22.680 
> s]
> [INFO] commons  FAILURE [  6.662 
> s]
> [INFO] core ... SKIPPED
> [INFO] graph .. SKIPPED
> [INFO] machine learning ... SKIPPED
> [INFO] examples ... SKIPPED
> [INFO] mesos .. SKIPPED
> [INFO] yarn ... SKIPPED
> [INFO] hama-dist .. SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 53.544 s
> [INFO] Finished at: 2017-12-26T14:55:24+09:00
> [INFO] Final Memory: 62M/568M
> [INFO] 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile 
> (default-testCompile) on project hama-commons: Compilation failure: 
> Compilation failure: 
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[20,23]
>  error: package org.junit does not exist
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[20,0]
>  error: static import only from classes and interfaces
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[21,23]
>  error: package org.junit does not exist
> (snip)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HAMA-1002) Add junit dependency to commons to compile with Hadoop 2.8+

2017-12-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAMA-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16306668#comment-16306668
 ] 

ASF GitHub Bot commented on HAMA-1002:
--

Github user asfgit closed the pull request at:

https://github.com/apache/hama/pull/17


> Add junit dependency to commons to compile with Hadoop 2.8+
> ---
>
> Key: HAMA-1002
> URL: https://issues.apache.org/jira/browse/HAMA-1002
> Project: Hama
>  Issue Type: Bug
>  Components: build 
>Affects Versions: 0.7.1
>Reporter: YoungWoo Kim
> Fix For: 0.7.2
>
> Attachments: HAMA-1002.0.patch
>
>
> Compilation with Hadoop 2.8+ does not work because transitive dependencies 
> for Hadoop have been changed:
> {noformat}
> $ mvn clean package -Phadoop2 -Dhadoop.version=2.8.1 -DskipTests
> (snip)
> [INFO] Apache Hama parent POM . SUCCESS [ 23.797 
> s]
> [INFO] pipes .. SUCCESS [ 22.680 
> s]
> [INFO] commons  FAILURE [  6.662 
> s]
> [INFO] core ... SKIPPED
> [INFO] graph .. SKIPPED
> [INFO] machine learning ... SKIPPED
> [INFO] examples ... SKIPPED
> [INFO] mesos .. SKIPPED
> [INFO] yarn ... SKIPPED
> [INFO] hama-dist .. SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 53.544 s
> [INFO] Finished at: 2017-12-26T14:55:24+09:00
> [INFO] Final Memory: 62M/568M
> [INFO] 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile 
> (default-testCompile) on project hama-commons: Compilation failure: 
> Compilation failure: 
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[20,23]
>  error: package org.junit does not exist
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[20,0]
>  error: static import only from classes and interfaces
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[21,23]
>  error: package org.junit does not exist
> (snip)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


Re: [jira] [Commented] (HAMA-1002) Add junit dependency to commons to compile with Hadoop 2.8+

2017-12-28 Thread Edward J. Yoon
Can someone review and commit this patch? :)

2017. 12. 26. 오후 5:04에 "ASF GitHub Bot (JIRA)" 님이 작성:

>
> [ https://issues.apache.org/jira/browse/HAMA-1002?page=
> com.atlassian.jira.plugin.system.issuetabpanels:comment-
> tabpanel&focusedCommentId=16303626#comment-16303626 ]
>
> ASF GitHub Bot commented on HAMA-1002:
> --
>
> GitHub user youngwookim opened a pull request:
>
> https://github.com/apache/hama/pull/17
>
> HAMA-1002: Add junit dependency to commons to compile with Hadoop 2.8+
>
>
>
> You can merge this pull request into a Git repository by running:
>
> $ git pull https://github.com/youngwookim/hama HAMA-1002
>
> Alternatively you can review and apply these changes as the patch at:
>
> https://github.com/apache/hama/pull/17.patch
>
> To close this pull request, make a commit to your master/trunk branch
> with (at least) the following in the commit message:
>
> This closes #17
>
> 
> commit fe57a39cc5a576d11d9137fbae156a79d4d7a8a1
> Author: Youngwoo Kim 
> Date:   2017-12-26T06:07:12Z
>
> HAMA-1002: Add junit dependency to commons to compile with Hadoop 2.8+
>
> 
>
>
> > Add junit dependency to commons to compile with Hadoop 2.8+
> > ---
> >
> > Key: HAMA-1002
> > URL: https://issues.apache.org/jira/browse/HAMA-1002
> > Project: Hama
> >  Issue Type: Bug
> >  Components: build
> >Affects Versions: 0.7.1
> >Reporter: YoungWoo Kim
> > Fix For: 0.7.2
> >
> > Attachments: HAMA-1002.0.patch
> >
> >
> > Compilation with Hadoop 2.8+ does not work because transitive
> dependencies for Hadoop have been changed:
> > {noformat}
> > $ mvn clean package -Phadoop2 -Dhadoop.version=2.8.1 -DskipTests
> > (snip)
> > [INFO] Apache Hama parent POM . SUCCESS [
> 23.797 s]
> > [INFO] pipes .. SUCCESS [
> 22.680 s]
> > [INFO] commons  FAILURE [
> 6.662 s]
> > [INFO] core ... SKIPPED
> > [INFO] graph .. SKIPPED
> > [INFO] machine learning ... SKIPPED
> > [INFO] examples ... SKIPPED
> > [INFO] mesos .. SKIPPED
> > [INFO] yarn ... SKIPPED
> > [INFO] hama-dist .. SKIPPED
> > [INFO] 
> 
> > [INFO] BUILD FAILURE
> > [INFO] 
> 
> > [INFO] Total time: 53.544 s
> > [INFO] Finished at: 2017-12-26T14:55:24+09:00
> > [INFO] Final Memory: 62M/568M
> > [INFO] 
> 
> > [ERROR] Failed to execute goal org.apache.maven.plugins:
> maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project
> hama-commons: Compilation failure: Compilation failure:
> > [ERROR] /Users/ywkim/workspace/hama/commons/src/test/java/org/
> apache/hama/commons/math/TestDenseDoubleVector.java:[20,23] error:
> package org.junit does not exist
> > [ERROR] /Users/ywkim/workspace/hama/commons/src/test/java/org/
> apache/hama/commons/math/TestDenseDoubleVector.java:[20,0] error: static
> import only from classes and interfaces
> > [ERROR] /Users/ywkim/workspace/hama/commons/src/test/java/org/
> apache/hama/commons/math/TestDenseDoubleVector.java:[21,23] error:
> package org.junit does not exist
> > (snip)
> > {noformat}
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.4.14#64029)
>


[jira] [Commented] (HAMA-1002) Add junit dependency to commons to compile with Hadoop 2.8+

2017-12-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAMA-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16303626#comment-16303626
 ] 

ASF GitHub Bot commented on HAMA-1002:
--

GitHub user youngwookim opened a pull request:

https://github.com/apache/hama/pull/17

HAMA-1002: Add junit dependency to commons to compile with Hadoop 2.8+



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/youngwookim/hama HAMA-1002

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/hama/pull/17.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #17


commit fe57a39cc5a576d11d9137fbae156a79d4d7a8a1
Author: Youngwoo Kim 
Date:   2017-12-26T06:07:12Z

HAMA-1002: Add junit dependency to commons to compile with Hadoop 2.8+




> Add junit dependency to commons to compile with Hadoop 2.8+
> ---
>
> Key: HAMA-1002
> URL: https://issues.apache.org/jira/browse/HAMA-1002
> Project: Hama
>  Issue Type: Bug
>  Components: build 
>Affects Versions: 0.7.1
>Reporter: YoungWoo Kim
> Fix For: 0.7.2
>
> Attachments: HAMA-1002.0.patch
>
>
> Compilation with Hadoop 2.8+ does not work because transitive dependencies 
> for Hadoop have been changed:
> {noformat}
> $ mvn clean package -Phadoop2 -Dhadoop.version=2.8.1 -DskipTests
> (snip)
> [INFO] Apache Hama parent POM . SUCCESS [ 23.797 
> s]
> [INFO] pipes .. SUCCESS [ 22.680 
> s]
> [INFO] commons  FAILURE [  6.662 
> s]
> [INFO] core ... SKIPPED
> [INFO] graph .. SKIPPED
> [INFO] machine learning ... SKIPPED
> [INFO] examples ... SKIPPED
> [INFO] mesos .. SKIPPED
> [INFO] yarn ... SKIPPED
> [INFO] hama-dist .. SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 53.544 s
> [INFO] Finished at: 2017-12-26T14:55:24+09:00
> [INFO] Final Memory: 62M/568M
> [INFO] 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile 
> (default-testCompile) on project hama-commons: Compilation failure: 
> Compilation failure: 
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[20,23]
>  error: package org.junit does not exist
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[20,0]
>  error: static import only from classes and interfaces
> [ERROR] 
> /Users/ywkim/workspace/hama/commons/src/test/java/org/apache/hama/commons/math/TestDenseDoubleVector.java:[21,23]
>  error: package org.junit does not exist
> (snip)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)