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


Build failed in Jenkins: Hama-Nightly-for-Hadoop-2.x #731

2017-12-29 Thread Apache Jenkins Server
See 


Changes:

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

--
[...truncated 1.74 MB...]
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.

log4j:WARN No appenders could be found for logger 
(org.apache.hama.bsp.GroomServer).

log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
log4j:WARN No appenders could be found for logger 
(org.apache.hadoop.util.Shell).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Running org.apache.hama.bsp.TestBSPMessageBundle
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.hama.bsp.message.compress.TestBSPMessageCompressor
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.hama.util.TestNumeric
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.hama.bsp.TestClusterStatus
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.hama.monitor.TestFederator
log4j:WARN No appenders could be found for logger 
(org.apache.hama.monitor.TestFederator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.hama.bsp.TestAdditionalTasks
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
log4j:WARN No appenders could be found for logger 
(org.apache.hadoop.util.Shell).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Running org.apache.hama.manager.TestLogView
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.hama.ipc.TestIPC
log4j:WARN No appenders could be found for logger 
(org.apache.hadoop.util.Shell).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.hama.ipc.TestRPC
log4j:WARN No appenders could be found for logger 
(org.apache.hadoop.util.Shell).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.hama.bsp.TestPersistQueue
org.apache.hama.bsp.BSPMessageBundle, org.apache.hama.bsp.BSPMessageBundle
log4j:WARN No appenders could be found for logger 
(org.apache.hama.bsp.BSPJobClient).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
2
3
3
4
4
5
5
6
6
7
7
8
8
9
9
2
3
3
4
4
5
5
6
6
7
7
8
8
9
9
2
2
3
3
3
4
4
5
3
5
4
6
4
6
5
7
5
7
6
8
6
8
7
9
7
9
8
8
9
9
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.hama.bsp.TestFileInputFormat
log4j:WARN No appenders could be found for logger 
(org.apache.hama.bsp.BSPJobClient).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
hdfs://hadoop.uta.edu/user/hadoop/employee.txt,hdfs://hadoop.uta.edu/user/hadoop/department.txt
hdfs://hadoop.uta.edu/user/hadoop/employee.txt
hdfs://hadoop.uta.edu/user/hadoop/department.txt
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.hama.util.TestRandomVariable
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.hama.bsp.TestKeyValueTextInputFormat
log4j:WARN No appenders could be found for logger 
(org.apache.hadoop.util.Shell).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.hama.bsp.message.TestHamaMessageManager
log4j:WARN No appenders could be found for logger 
(org.apache.hadoop.util.Shell).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Peer is jenkins-ubuntu3.apache.org:14001
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.hama.util.TestBytes
AAA
CCC
EEE
AAA
BBB
CCC
DDD
http://A
http://]
http://z
Tests run: 8, Failures: 0, Errors: 

[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=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)


Jenkins build is back to normal : Hama-trunk #485

2017-12-29 Thread Apache Jenkins Server
See 



[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=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=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)


[GitHub] hama pull request #17: HAMA-1002: Add junit dependency to commons to compile...

2017-12-29 Thread asfgit
Github user asfgit closed the pull request at:

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


---