[jira] [Commented] (HAMA-989) Build fails on non-Linux systems

2016-04-27 Thread Hudson (JIRA)

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

Hudson commented on HAMA-989:
-

SUCCESS: Integrated in Hama-Nightly-for-Hadoop-2.x #726 (See 
[https://builds.apache.org/job/Hama-Nightly-for-Hadoop-2.x/726/])
HAMA-989: Build fails on non-Linux systems (edwardyoon: rev 
83f906c23c5ac1ff0e9f4c04991253cd21b612f7)
* 
core/src/test/java/org/apache/hama/bsp/message/TestHamaAsyncMessageManager.java
* core/src/test/java/org/apache/hama/ipc/TestAsyncRPC.java
* core/src/test/java/org/apache/hama/ipc/TestAsyncIPC.java
* CHANGES.txt


> Build fails on non-Linux systems
> 
>
> Key: HAMA-989
> URL: https://issues.apache.org/jira/browse/HAMA-989
> Project: Hama
>  Issue Type: Bug
>  Components: bsp core, build 
>Affects Versions: 0.7.1
>Reporter: Edward J. Yoon
> Fix For: 0.7.2
>
>
> http://markmail.org/message/ipgc5fjs57xdmtr2



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


[GitHub] hama pull request: Hama 989 - Added condition to ignore Async base...

2016-04-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAMA-989) Build fails on non-Linux systems

2016-04-27 Thread Hudson (JIRA)

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

Hudson commented on HAMA-989:
-

SUCCESS: Integrated in Hama-trunk #477 (See 
[https://builds.apache.org/job/Hama-trunk/477/])
HAMA-989: Build fails on non-Linux systems (edwardyoon: rev 
83f906c23c5ac1ff0e9f4c04991253cd21b612f7)
* core/src/test/java/org/apache/hama/ipc/TestAsyncIPC.java
* 
core/src/test/java/org/apache/hama/bsp/message/TestHamaAsyncMessageManager.java
* core/src/test/java/org/apache/hama/ipc/TestAsyncRPC.java
* CHANGES.txt


> Build fails on non-Linux systems
> 
>
> Key: HAMA-989
> URL: https://issues.apache.org/jira/browse/HAMA-989
> Project: Hama
>  Issue Type: Bug
>  Components: bsp core, build 
>Affects Versions: 0.7.1
>Reporter: Edward J. Yoon
> Fix For: 0.7.2
>
>
> http://markmail.org/message/ipgc5fjs57xdmtr2



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


[jira] [Comment Edited] (HAMA-989) Build fails on non-Linux systems

2016-04-27 Thread Edward J. Yoon (JIRA)

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

Edward J. Yoon edited comment on HAMA-989 at 4/28/16 5:14 AM:
--

When you write commit log, you should follow the format: HAMA-989: your commit 
log
Then, apache infra and github will be integrated automatically by issue ID.

Also, you have to merge into 1 commit before pull request. You can use rebase 
command for example, git rebase -i HEAD~3.

Thanks.



was (Author: udanax):
When you write commit log, you should follow below format: HAMA-989: commitlog
Then, apache infra and github will be integrated automatically by issue ID.

Also, you have to merge into 1 commit before pull request. You can use rebase 
command for example, git rebase -i HEAD~3.

Thanks.


> Build fails on non-Linux systems
> 
>
> Key: HAMA-989
> URL: https://issues.apache.org/jira/browse/HAMA-989
> Project: Hama
>  Issue Type: Bug
>  Components: bsp core, build 
>Affects Versions: 0.7.1
>Reporter: Edward J. Yoon
> Fix For: 0.7.2
>
>
> http://markmail.org/message/ipgc5fjs57xdmtr2



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


[jira] [Commented] (HAMA-989) Build fails on non-Linux systems

2016-04-27 Thread Edward J. Yoon (JIRA)

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

Edward J. Yoon commented on HAMA-989:
-

When you write commit log, you should follow below format: HAMA-989: commitlog
Then, apache infra and github will be integrated automatically by issue ID.

Also, you have to merge into 1 commit before pull request. You can use rebase 
command for example, git rebase -i HEAD~3.

Thanks.


> Build fails on non-Linux systems
> 
>
> Key: HAMA-989
> URL: https://issues.apache.org/jira/browse/HAMA-989
> Project: Hama
>  Issue Type: Bug
>  Components: bsp core, build 
>Affects Versions: 0.7.1
>Reporter: Edward J. Yoon
> Fix For: 0.7.2
>
>
> http://markmail.org/message/ipgc5fjs57xdmtr2



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


[GitHub] hama pull request: Hama 989 - Added condition to ignore Async base...

2016-04-27 Thread bsikander
GitHub user bsikander opened a pull request:

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

Hama 989 - Added condition to ignore Async based test cases for non-linux 
systems



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

$ git pull https://github.com/bsikander/hama HAMA-989

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

https://github.com/apache/hama/pull/14.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 #14


commit d41e81bfc8fdeba4de300b8ec9f526cdf04d1dd9
Author: Behroz Sikander 
Date:   2016-04-27T20:21:00Z

Merge remote-tracking branch 'apache/master'

commit 81e21e00c759a4191f5d3761c4771073d34cafa1
Author: Behroz Sikander 
Date:   2016-04-27T20:25:42Z

Merge pull request #1 from apache/master

Merging Hama latest code into my cloned repo

commit 62c11dedc754526e830da6ee81da558d9a44177e
Author: Behroz Sikander 
Date:   2016-04-27T20:26:46Z

Merge remote-tracking branch 'origin/master'

commit 434d203eab6ee22624a77e80550b04fd8e0e692a
Author: Behroz Sikander 
Date:   2016-04-27T21:40:47Z

Async not supported on non-Linux systems

Added condition to ignore the test case if non-linux OS is found.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---