You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2011/01/13 03:49:45 UTC

[jira] Created: (HAMA-347) BSPTask should run on separate JVM from GroomServer

BSPTask should run on separate JVM from GroomServer
---------------------------------------------------

                 Key: HAMA-347
                 URL: https://issues.apache.org/jira/browse/HAMA-347
             Project: Hama
          Issue Type: Improvement
          Components: bsp
    Affects Versions: 0.2.0
            Reporter: Edward J. Yoon
            Assignee: Edward J. Yoon
             Fix For: 0.2.0


As we shared on mailing list, it related with manage/kill tasks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HAMA-347) BSPTask should run on separate JVM from GroomServer

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-347:
--------------------------------

    Attachment: fixFindBugs.patch

This patch removes an findbugs warnings.

> BSPTask should run on separate JVM from GroomServer
> ---------------------------------------------------
>
>                 Key: HAMA-347
>                 URL: https://issues.apache.org/jira/browse/HAMA-347
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: final.patch, fixFindBugs.patch, running.patch, test.patch
>
>
> As we shared on mailing list, it related with manage/kill tasks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HAMA-347) BSPTask should run on separate JVM from GroomServer

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-347:
--------------------------------

    Attachment: running.patch

This patch allows you to run the task on separate JVM as below, but the code is very dirty now.

{code}
edward   25982 25768  0 16:14 ?        00:00:00 /usr/lib/jvm/java-6-sun-1.6.0.21/jre/bin/java -Xmx500m -classpath /home/edward/workspace/hama-trunk/bin/../conf:/usr/lib/jvm/java-6-sun/lib/tools.jar:/home/edward/workspace/hama-trunk/bin/../build/classes:/home/edward/workspace/hama-trunk/bin/../hama-*-core.jar:/home/edward/workspace/hama-trunk/bin/../build/hama-*-dev.jar:/home/edward/workspace/hama-trunk/bin/../lib/AgileJSON-2009-03-30.jar:/home/edward/workspace/hama-trunk/bin/../lib/GroboTestingJUnit-1.2.1-core.jar:/home/edward/workspace/hama-trunk/bin/../lib/UmlGraph.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-cli-2.0-SNAPSHOT.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-el-from-jetty-5.1.4.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-httpclient-3.0.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-logging-1.0.4.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-logging-api-1.0.4.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-math-1.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/hadoop-0.20.1-core.jar:/home/edward/workspace/hama-trunk/bin/../lib/hadoop-0.20.1-test.jar:/home/edward/workspace/hama-trunk/bin/../lib/jasper-compiler-5.5.12.jar:/home/edward/workspace/hama-trunk/bin/../lib/jasper-runtime-5.5.12.jar:/home/edward/workspace/hama-trunk/bin/../lib/javacc.jar:/home/edward/workspace/hama-trunk/bin/../lib/jetty-6.1.14.jar:/home/edward/workspace/hama-trunk/bin/../lib/jetty-util-6.1.14.jar:/home/edward/workspace/hama-trunk/bin/../lib/json.jar:/home/edward/workspace/hama-trunk/bin/../lib/junit-3.8.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/libthrift-r771587.jar:/home/edward/workspace/hama-trunk/bin/../lib/log4j-1.2.15.jar:/home/edward/workspace/hama-trunk/bin/../lib/servlet-api-2.5-6.1.14.jar:/home/edward/workspace/hama-trunk/bin/../lib/xmlenc-0.52.jar:/home/edward/workspace/hama-trunk/bin/../lib/zookeeper-3.3.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/jsp-2.1/jsp-2.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/jsp-2.1/jsp-api-2.1.jar::/tmp/hadoop-edward/bsp/local/groomServer/attempt_201101191613_0001_m_000000_0/work/classes:/tmp/hadoop-edward/bsp/local/groomServer/attempt_201101191613_0001_m_000000_0/work org.apache.hama.bsp.GroomServer$Child localhost.localdomain 53237 attempt_201101191613_0001_m_000000_0
{code}

> BSPTask should run on separate JVM from GroomServer
> ---------------------------------------------------
>
>                 Key: HAMA-347
>                 URL: https://issues.apache.org/jira/browse/HAMA-347
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: running.patch, test.patch
>
>
> As we shared on mailing list, it related with manage/kill tasks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HAMA-347) BSPTask should run on separate JVM from GroomServer

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-347:
--------------------------------

    Status: Patch Available  (was: Open)

running patch through hudson.

> BSPTask should run on separate JVM from GroomServer
> ---------------------------------------------------
>
>                 Key: HAMA-347
>                 URL: https://issues.apache.org/jira/browse/HAMA-347
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: final.patch, running.patch, test.patch
>
>
> As we shared on mailing list, it related with manage/kill tasks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HAMA-347) BSPTask should run on separate JVM from GroomServer

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HAMA-347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983703#action_12983703 ] 

Edward J. Yoon commented on HAMA-347:
-------------------------------------

 * GroomServer.Child, TaskRunner and BSPPeerProtocol classes are added.
 * the return type of getAllPeerNames() method has changed.


> BSPTask should run on separate JVM from GroomServer
> ---------------------------------------------------
>
>                 Key: HAMA-347
>                 URL: https://issues.apache.org/jira/browse/HAMA-347
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: final.patch, running.patch, test.patch
>
>
> As we shared on mailing list, it related with manage/kill tasks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HAMA-347) BSPTask should run on separate JVM from GroomServer

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HAMA-347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983707#action_12983707 ] 

Hudson commented on HAMA-347:
-----------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12468752/final.patch
against trunk revision 1060180.

    @author +1.  The patch does not contain any @author tags.

    tests included +1.  The patch appears to include 6 new or modified tests.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new javac compiler warnings.

    release audit +1.  The applied patch does not generate any new release audit warnings.

    findbugs -1.  The patch appears to introduce 4 new Findbugs warnings.

    core tests -1.  The patch failed core unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hama-Patch/306/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hama-Patch/306/findbugsResult/
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hama-Patch/306/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hama-Patch/306/console

This message is automatically generated.

> BSPTask should run on separate JVM from GroomServer
> ---------------------------------------------------
>
>                 Key: HAMA-347
>                 URL: https://issues.apache.org/jira/browse/HAMA-347
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: final.patch, running.patch, test.patch
>
>
> As we shared on mailing list, it related with manage/kill tasks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HAMA-347) BSPTask should run on separate JVM from GroomServer

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-347:
--------------------------------

    Attachment: test.patch

attach my progress

> BSPTask should run on separate JVM from GroomServer
> ---------------------------------------------------
>
>                 Key: HAMA-347
>                 URL: https://issues.apache.org/jira/browse/HAMA-347
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: test.patch
>
>
> As we shared on mailing list, it related with manage/kill tasks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HAMA-347) BSPTask should run on separate JVM from GroomServer

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-347:
--------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

All tests passed. 
I've just committed this.

> BSPTask should run on separate JVM from GroomServer
> ---------------------------------------------------
>
>                 Key: HAMA-347
>                 URL: https://issues.apache.org/jira/browse/HAMA-347
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: final.patch, fixFindBugs.patch, running.patch, test.patch
>
>
> As we shared on mailing list, it related with manage/kill tasks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HAMA-347) BSPTask should run on separate JVM from GroomServer

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-347:
--------------------------------

    Attachment: final.patch

I've tested successfully.

> BSPTask should run on separate JVM from GroomServer
> ---------------------------------------------------
>
>                 Key: HAMA-347
>                 URL: https://issues.apache.org/jira/browse/HAMA-347
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: final.patch, running.patch, test.patch
>
>
> As we shared on mailing list, it related with manage/kill tasks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (HAMA-347) BSPTask should run on separate JVM from GroomServer

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HAMA-347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983579#action_12983579 ] 

Edward J. Yoon edited comment on HAMA-347 at 1/19/11 2:46 AM:
--------------------------------------------------------------

This patch allows you to run the task on separate JVM as below, but the code is very dirty now.

edward   25982 25768  0 16:14 00:00:00 /usr/lib/jvm/java-6-sun-1.6.0.21/jre/bin/java -Xmx500m -classpath /home/edward/workspace/hama-trunk/bin/../conf:/usr/lib/jvm/java-6-sun/lib/tools.jar:/home/edward/workspace/hama-trunk/bin/../build/classes:/home/edward/workspace/hama-trunk/bin/../hama-*-core.jar:/home/edward/workspace/hama-trunk/bin/../build/hama-*-dev.jar:/home/edward/workspace/hama-trunk/bin/../lib/AgileJSON-2009-03-30.jar:/home/edward/workspace/hama-trunk/bin/../lib/GroboTestingJUnit-1.2.1-core.jar:/home/edward/workspace/hama-trunk/bin/../lib/UmlGraph.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-cli-2.0-SNAPSHOT.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-el-from-jetty-5.1.4.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-httpclient-3.0.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-logging-1.0.4.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-logging-api-1.0.4.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-math-1.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/hadoop-0.20.1-core.jar:/home/edward/workspace/hama-trunk/bin/../lib/hadoop-0.20.1-test.jar:/home/edward/workspace/hama-trunk/bin/../lib/jasper-compiler-5.5.12.jar:/home/edward/workspace/hama-trunk/bin/../lib/jasper-runtime-5.5.12.jar:/home/edward/workspace/hama-trunk/bin/../lib/javacc.jar:/home/edward/workspace/hama-trunk/bin/../lib/jetty-6.1.14.jar:/home/edward/workspace/hama-trunk/bin/../lib/jetty-util-6.1.14.jar:/home/edward/workspace/hama-trunk/bin/../lib/json.jar:/home/edward/workspace/hama-trunk/bin/../lib/junit-3.8.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/libthrift-r771587.jar:/home/edward/workspace/hama-trunk/bin/../lib/log4j-1.2.15.jar:/home/edward/workspace/hama-trunk/bin/../lib/servlet-api-2.5-6.1.14.jar:/home/edward/workspace/hama-trunk/bin/../lib/xmlenc-0.52.jar:/home/edward/workspace/hama-trunk/bin/../lib/zookeeper-3.3.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/jsp-2.1/jsp-2.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/jsp-2.1/jsp-api-2.1.jar::/tmp/hadoop-edward/bsp/local/groomServer/attempt_201101191613_0001_m_000000_0/work/classes:/tmp/hadoop-edward/bsp/local/groomServer/attempt_201101191613_0001_m_000000_0/work org.apache.hama.bsp.GroomServer$Child localhost.localdomain 53237 attempt_201101191613_0001_m_000000_0


      was (Author: udanax):
    This patch allows you to run the task on separate JVM as below, but the code is very dirty now.

{code}
edward   25982 25768  0 16:14 ?        00:00:00 /usr/lib/jvm/java-6-sun-1.6.0.21/jre/bin/java -Xmx500m -classpath /home/edward/workspace/hama-trunk/bin/../conf:/usr/lib/jvm/java-6-sun/lib/tools.jar:/home/edward/workspace/hama-trunk/bin/../build/classes:/home/edward/workspace/hama-trunk/bin/../hama-*-core.jar:/home/edward/workspace/hama-trunk/bin/../build/hama-*-dev.jar:/home/edward/workspace/hama-trunk/bin/../lib/AgileJSON-2009-03-30.jar:/home/edward/workspace/hama-trunk/bin/../lib/GroboTestingJUnit-1.2.1-core.jar:/home/edward/workspace/hama-trunk/bin/../lib/UmlGraph.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-cli-2.0-SNAPSHOT.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-el-from-jetty-5.1.4.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-httpclient-3.0.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-logging-1.0.4.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-logging-api-1.0.4.jar:/home/edward/workspace/hama-trunk/bin/../lib/commons-math-1.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/hadoop-0.20.1-core.jar:/home/edward/workspace/hama-trunk/bin/../lib/hadoop-0.20.1-test.jar:/home/edward/workspace/hama-trunk/bin/../lib/jasper-compiler-5.5.12.jar:/home/edward/workspace/hama-trunk/bin/../lib/jasper-runtime-5.5.12.jar:/home/edward/workspace/hama-trunk/bin/../lib/javacc.jar:/home/edward/workspace/hama-trunk/bin/../lib/jetty-6.1.14.jar:/home/edward/workspace/hama-trunk/bin/../lib/jetty-util-6.1.14.jar:/home/edward/workspace/hama-trunk/bin/../lib/json.jar:/home/edward/workspace/hama-trunk/bin/../lib/junit-3.8.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/libthrift-r771587.jar:/home/edward/workspace/hama-trunk/bin/../lib/log4j-1.2.15.jar:/home/edward/workspace/hama-trunk/bin/../lib/servlet-api-2.5-6.1.14.jar:/home/edward/workspace/hama-trunk/bin/../lib/xmlenc-0.52.jar:/home/edward/workspace/hama-trunk/bin/../lib/zookeeper-3.3.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/jsp-2.1/jsp-2.1.jar:/home/edward/workspace/hama-trunk/bin/../lib/jsp-2.1/jsp-api-2.1.jar::/tmp/hadoop-edward/bsp/local/groomServer/attempt_201101191613_0001_m_000000_0/work/classes:/tmp/hadoop-edward/bsp/local/groomServer/attempt_201101191613_0001_m_000000_0/work org.apache.hama.bsp.GroomServer$Child localhost.localdomain 53237 attempt_201101191613_0001_m_000000_0
{code}
  
> BSPTask should run on separate JVM from GroomServer
> ---------------------------------------------------
>
>                 Key: HAMA-347
>                 URL: https://issues.apache.org/jira/browse/HAMA-347
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: running.patch, test.patch
>
>
> As we shared on mailing list, it related with manage/kill tasks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.