[jira] [Commented] (GIRAPH-20) Move temporary test files from the project directory

2012-05-10 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-20:
--

Integrated in Giraph-trunk-Commit #109 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/109/])
GIRAPH-20 Move temporary test files from the project directory (Revision 
1336743)

 Result = SUCCESS
ssc : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1336743
Files : 
* /incubator/giraph/trunk/CHANGELOG
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/examples/SimplePageRankVertex.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/GraphMapper.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/TextAggregatorWriter.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/utils/FileUtils.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/utils/InternalVertexRunner.java
* /incubator/giraph/trunk/src/test/java/org/apache/giraph/BspCase.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/TestAutoCheckpoint.java
* /incubator/giraph/trunk/src/test/java/org/apache/giraph/TestBspBasic.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/TestGraphPartitioner.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/TestJsonBase64Format.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/TestManualCheckpoint.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/TestMutateGraphVertex.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/TestNotEnoughMapTasks.java
* /incubator/giraph/trunk/src/test/java/org/apache/giraph/TestZooKeeperExt.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/graph/TestEdgeListVertex.java


> Move temporary test files from the project directory
> 
>
> Key: GIRAPH-20
> URL: https://issues.apache.org/jira/browse/GIRAPH-20
> Project: Giraph
>  Issue Type: Improvement
>  Components: test
>Affects Versions: 0.2.0
>Reporter: Owen O'Malley
>Assignee: Sebastian Schelter
> Fix For: 0.2.0
>
> Attachments: GIRAPH-20.patch
>
>
> We shouldn't use the project directory as the location for temporary files 
> generated by the tests.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-37) Implement Netty-backed IPC

2012-05-09 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-37:
--

Integrated in Giraph-trunk-Commit #108 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/108/])
GIRAPH-37. Compilation failures on type problem fixes (continued from
previous commit). (Revision 1336361)

 Result = SUCCESS
aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1336361
Files : 
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/SendPartitionMessagesRequest.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/SendPartitionMutationsRequest.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/Edge.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/VertexMutations.java


> Implement Netty-backed IPC
> --
>
> Key: GIRAPH-37
> URL: https://issues.apache.org/jira/browse/GIRAPH-37
> Project: Giraph
>  Issue Type: New Feature
>Reporter: Jakob Homan
>Assignee: Avery Ching
> Attachments: GIRAPH-37-wip.patch, GIRAPH-37.patch
>
>
> GIRAPH-12 considered replacing the current Hadoop based rpc method with 
> Netty, but didn't went in another direction. I think there is still value in 
> this approach, and will also look at Finagle.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-37) Implement Netty-backed IPC

2012-05-09 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-37:
--

Integrated in Giraph-trunk-Commit #107 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/107/])
GIRAPH-37. Implement Netty-backed IPC. (aching) (Revision 1336344)

 Result = FAILURE
aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1336344
Files : 
* /incubator/giraph/trunk/CHANGELOG
* /incubator/giraph/trunk/pom.xml
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/benchmark/PageRankBenchmark.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/BasicRPCCommunications.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/NettyClient.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/NettyServer.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/NettyWorkerClient.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/NettyWorkerClientServer.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/NettyWorkerServer.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/RequestDecoder.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/RequestEncoder.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/RequestRegistry.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/RequestServerHandler.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/ResponseClientHandler.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/SendMessageCache.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/SendMutationsCache.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/SendPartitionMessagesRequest.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/SendPartitionMutationsRequest.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/SendVertexRequest.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/ServerData.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/ServerInterface.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/WorkerClient.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/WorkerClientServer.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/WorkerCommunications.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/WorkerServer.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/WritableRequest.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/BspService.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/BspServiceWorker.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/GiraphJob.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/GraphState.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/VertexMutations.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/WorkerInfo.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/TestAutoCheckpoint.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/TestJsonBase64Format.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/TestManualCheckpoint.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/comm/ConnectionTest.java
* /incubator/giraph/trunk/src/test/java/org/apache/giraph/comm/RequestTest.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/examples/SimpleShortestPathVertexTest.java
* /incubator/giraph/trunk/src/test/java/org/apache/giraph/utils/MockUtils.java


> Implement Netty-backed IPC
> --
>
> Key: GIRAPH-37
> URL: https://issues.apache.org/jira/browse/GIRAPH-37
> Project: Giraph
>  Issue Type: New Feature
>Reporter: Jakob Homan
>Assignee: Avery Ching
> Attachments: GIRAPH-37-wip.patch, GIRAPH-37.patch
>
>
> GIRAPH-12 considered replacing the current Hadoop based rpc method with 
> Netty, but didn't went in another direction. I think there is still value in 
> this approach, and will also look at Finagle.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-39) mvn rat doesn't like .git or .idea

2011-09-19 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-39:
--

Integrated in Giraph-trunk-Commit #10 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/10/])
GIRAPH-39: mvn rat doesn't like .git or .idea. (jghoman)

jghoman : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1172821
Files : 
* /incubator/giraph/trunk/CHANGELOG
* /incubator/giraph/trunk/pom.xml


> mvn rat doesn't like .git or .idea
> --
>
> Key: GIRAPH-39
> URL: https://issues.apache.org/jira/browse/GIRAPH-39
> Project: Giraph
>  Issue Type: Bug
>Reporter: Jakob Homan
>Assignee: Jakob Homan
> Attachments: GIRAPH-39.patch
>
>
> mvn verify fails for me due to the existence of .git and .idea (IntelliJ 
> Idea's tracking folder). It fails all the files within those directories.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-32) Implement benchmarks to evaluate the performance of message passing

2011-09-19 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-32:
--

Integrated in Giraph-trunk-Commit #9 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/9/])
GIRAPH-32: Implement benchmarks to evaluate the performance of message 
passing

hyunsik : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1172605
Files : 
* /incubator/giraph/trunk/CHANGELOG
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/benchmark/RandomMessageBenchmark.java


> Implement benchmarks to evaluate the performance of message passing 
> 
>
> Key: GIRAPH-32
> URL: https://issues.apache.org/jira/browse/GIRAPH-32
> Project: Giraph
>  Issue Type: Task
>  Components: benchmark
>Reporter: Hyunsik Choi
>Assignee: Hyunsik Choi
> Fix For: 0.70.0
>
> Attachments: GIRAPH-32.patch, GIRAPH-32_2.patch
>
>
> Message passing framework plays an important role in Giraph.
> We need some benchmark programs to evaluate the improvement related to 
> message passing method.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-38) Change of website in team-list.html

2011-09-18 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-38:
--

Integrated in Giraph-trunk-Commit #8 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/8/])
GIRAPH-38: Change of website in team-list.html

kunzchr : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1172339
Files : 
* /incubator/giraph/trunk/pom.xml


> Change of website in team-list.html
> ---
>
> Key: GIRAPH-38
> URL: https://issues.apache.org/jira/browse/GIRAPH-38
> Project: Giraph
>  Issue Type: Improvement
>  Components: site
>Reporter: Christian Kunz
>Priority: Trivial
>
> Change of www.jybe-inc.com to jy.be

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-27) Mutable static global state in Vertex.java should be refactored

2011-09-16 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-27:
--

Integrated in Giraph-trunk-Commit #7 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/7/])
GIRAPH-34: Failure of Vertex reflection for putVertexList from
GIRAPH-27. (aching)

aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1171776
Files : 
* /incubator/giraph/trunk/CHANGELOG
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/BasicRPCCommunications.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/examples/SimpleCheckpointVertex.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/BasicVertex.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/Vertex.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/TestVertexRangeBalancer.java


> Mutable static global state in Vertex.java should be refactored
> ---
>
> Key: GIRAPH-27
> URL: https://issues.apache.org/jira/browse/GIRAPH-27
> Project: Giraph
>  Issue Type: Improvement
>  Components: graph
>Affects Versions: 0.70.0
>Reporter: Jake Mannix
>Assignee: Jake Mannix
> Attachments: GIRAPH-27.patch, GIRAPH-27.patch
>
>
> Vertex.java has a bunch of static methods for getting/setting global graph 
> state (total number of vertices, edges, a reference to the GraphMapper, etc). 
>  Refactoring this into a GraphState object, which every Vertex can hold onto 
> a reference to (yes, a tiny bit more memory per Vertex, but in comparison to 
> what's already in there...)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-34) Failure of Vertex reflection for putVertexList from GIRAPH-27

2011-09-16 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-34:
--

Integrated in Giraph-trunk-Commit #7 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/7/])
GIRAPH-34: Failure of Vertex reflection for putVertexList from
GIRAPH-27. (aching)

aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1171776
Files : 
* /incubator/giraph/trunk/CHANGELOG
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/BasicRPCCommunications.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/examples/SimpleCheckpointVertex.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/BasicVertex.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/Vertex.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/TestVertexRangeBalancer.java


> Failure of Vertex reflection for putVertexList from GIRAPH-27 
> --
>
> Key: GIRAPH-34
> URL: https://issues.apache.org/jira/browse/GIRAPH-34
> Project: Giraph
>  Issue Type: Bug
>Reporter: Christian Kunz
>Assignee: Avery Ching
> Attachments: GIRAPH-34.patch
>
>
> Christian actually found this bug.  I am filing the JIRA on his behalf.  
> Here's my error when running TestVertexRangeBalancer.  
> java.lang.RuntimeException: java.io.IOException: Call to 
> returnwhose-lm/10.72.107.231:30002 failed on local exception: 
> java.io.EOFException
>   at 
> org.apache.giraph.comm.BasicRPCCommunications.sendVertexListReq(BasicRPCCommunications.java:768)
>   at 
> org.apache.giraph.graph.BspServiceWorker.exchangeVertexRanges(BspServiceWorker.java:1282)
>   at org.apache.giraph.graph.GraphMapper.map(GraphMapper.java:589)
>   at org.apache.hadoop.mapreduce.Mapper.run(Mapper.java:144)
>   at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:763)
>   at org.apache.hadoop.mapred.MapTask.run(MapTask.java:369)
>   at org.apache.hadoop.mapred.Child$4.run(Child.java:259)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at javax.security.auth.Subject.doAs(Subject.java:396)
>   at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1059)
>   at org.apache.hadoop.mapred.Child.main(Child.java:253)
> Caused by: java.io.IOException: Call to returnwhose-lm/10.72.107.231:30002 
> failed on local exception: java.io.EOFException
>   at org.apache.hadoop.ipc.Client.wrapException(Client.java:1065)
>   at org.apache.hadoop.ipc.Client.call(Client.java:1033)
>   at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:224)
>   at $Proxy3.putVertexList(Unknown Source)
>   at 
> org.apache.giraph.comm.BasicRPCCommunications.sendVertexListReq(BasicRPCCommunications.java:766)
>   ... 10 more
> Caused by: java.io.EOFException
>   at java.io.DataInputStream.readInt(DataInputStream.java:375)
>   at 
> org.apache.hadoop.ipc.Client$Connection.receiveResponse(Client.java:767)
>   at org.apache.hadoop.ipc.Client$Connection.run(Client.java:712)
> I identified and fixed the issue by making BasicVertex implement Configurable 
> and making the graph state set in BasicRPCCommunications.  There is one more 
> error though that I'll try and solve before putting up a reviewboard.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-35) Modifying the site to indicated that Jake Mannix and Dmitriy Ryaboy are now Giraph committers

2011-09-15 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-35:
--

Integrated in Giraph-trunk-Commit #6 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/6/])
GIRAPH-35: Modifying the site to indicate that Jake Mannix and Dmitriy
Ryaboy are now Giraph committers. (aching)

aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1171377
Files : 
* /incubator/giraph/trunk/CHANGELOG
* /incubator/giraph/trunk/pom.xml


> Modifying the site to indicated that Jake Mannix and Dmitriy Ryaboy are now 
> Giraph committers
> -
>
> Key: GIRAPH-35
> URL: https://issues.apache.org/jira/browse/GIRAPH-35
> Project: Giraph
>  Issue Type: Task
>Reporter: Avery Ching
>Assignee: Avery Ching
> Attachments: GIRAPH-35.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-31) Hide the SortedMap> in Vertex from client visibility (impl. detail), replace with appropriate accessor methods

2011-09-14 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-31:
--

Integrated in Giraph-trunk-Commit #5 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/5/])
GIRAPH-31: Hide the SortedMap> in Vertex from client
visibility (impl. detail), replace with appropriate accessor
methods. jake.mannix via aching.

aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1170431
Files : 
* /incubator/giraph/trunk/CHANGELOG
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/benchmark/PageRankBenchmark.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/benchmark/PseudoRandomVertexInputFormat.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/examples/SimpleCheckpointVertex.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/examples/SimpleFailVertex.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/examples/SimplePageRankVertex.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/examples/SimpleShortestPathsVertex.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/examples/SimpleSuperstepVertex.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/BasicVertex.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/BspServiceWorker.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/GraphMapper.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/MutableVertex.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/Vertex.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/VertexRange.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/VertexResolver.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/lib/JsonBase64VertexInputFormat.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/lib/JsonBase64VertexOutputFormat.java


> Hide the SortedMap> in Vertex from client visibility (impl. 
> detail), replace with appropriate accessor methods
> ---
>
> Key: GIRAPH-31
> URL: https://issues.apache.org/jira/browse/GIRAPH-31
> Project: Giraph
>  Issue Type: Improvement
>  Components: graph
>Affects Versions: 0.70.0
>Reporter: Jake Mannix
>Assignee: Jake Mannix
> Attachments: GIRAPH-31.diff, GIRAPH-31.diff
>
>
> As discussed on the list, and on GIRAPH-28, the SortedMap> is an 
> implementation detail which needs not be exposed to application developers - 
> they need to iterate over the edges, and possibly access them one-by-one, and 
> remove them (in the Mutable case), but they don't need the SortedMap, and 
> creating primitive-optimized BasicVertex implementations is hampered by the 
> fact that clients expect this Map to exist.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-30) NPE in ZooKeeperManager if base directory cannot be created

2011-09-14 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-30:
--

Integrated in Giraph-trunk-Commit #5 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/5/])
GIRAPH-30: NPE in ZooKeeperManager if base directory cannot be
created. apurtell via aching.

aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1170427
Files : 
* /incubator/giraph/trunk/CHANGELOG
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/zk/ZooKeeperManager.java


> NPE in ZooKeeperManager if base directory cannot be created
> ---
>
> Key: GIRAPH-30
> URL: https://issues.apache.org/jira/browse/GIRAPH-30
> Project: Giraph
>  Issue Type: Bug
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Minor
> Attachments: GIRAPH-30.2.patch, GIRAPH-30.patch
>
>
> If the base directory cannot be created, for example if running on secure 
> Hadoop and the user home directory does not exist, ZooKeeperManager will 
> throw an NPE when trying to list it. It would be better to throw an 
> IOException with an informative message.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-33) Missing license header of GraphState.java

2011-09-14 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-33:
--

Integrated in Giraph-trunk-Commit #5 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/5/])
GIRAPH-33: Missing license header of GraphState.java

hyunsik : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1170531
Files : 
* /incubator/giraph/trunk/CHANGELOG
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/GraphState.java


> Missing license header of GraphState.java
> -
>
> Key: GIRAPH-33
> URL: https://issues.apache.org/jira/browse/GIRAPH-33
> Project: Giraph
>  Issue Type: Task
>  Components: graph
>Reporter: Hyunsik Choi
>Priority: Trivial
> Fix For: 0.70.0
>
> Attachments: GIRAPH-33.patch
>
>
> GraphState.java doesn't contain apache license header.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-27) Mutable static global state in Vertex.java should be refactored

2011-09-12 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-27:
--

Integrated in Giraph-trunk-Commit #4 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/4/])
GIRAPH-27: Fixed type parameter errors in Hudson (aching).

aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1169863
Files : 
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/Vertex.java


> Mutable static global state in Vertex.java should be refactored
> ---
>
> Key: GIRAPH-27
> URL: https://issues.apache.org/jira/browse/GIRAPH-27
> Project: Giraph
>  Issue Type: Improvement
>  Components: graph
>Affects Versions: 0.70.0
>Reporter: Jake Mannix
>Assignee: Jake Mannix
> Attachments: GIRAPH-27.patch, GIRAPH-27.patch
>
>
> Vertex.java has a bunch of static methods for getting/setting global graph 
> state (total number of vertices, edges, a reference to the GraphMapper, etc). 
>  Refactoring this into a GraphState object, which every Vertex can hold onto 
> a reference to (yes, a tiny bit more memory per Vertex, but in comparison to 
> what's already in there...)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-27) Mutable static global state in Vertex.java should be refactored

2011-09-09 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-27:
--

Integrated in Giraph-trunk-Commit #3 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/3/])
GIRAPH-27: Mutable static global state in Vertex.java should be
refactored. jake.mannix via aching.

aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1167420
Files : 
* /incubator/giraph/trunk/CHANGELOG
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/bsp/CentralizedService.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/comm/BasicRPCCommunications.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/BasicVertex.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/BspService.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/BspServiceWorker.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/BspUtils.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/GraphMapper.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/GraphState.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/MutableVertex.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/Vertex.java
* /incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/VertexRange.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/VertexResolver.java
* /incubator/giraph/trunk/src/test/java/org/apache/giraph/TestBspBasic.java


> Mutable static global state in Vertex.java should be refactored
> ---
>
> Key: GIRAPH-27
> URL: https://issues.apache.org/jira/browse/GIRAPH-27
> Project: Giraph
>  Issue Type: Improvement
>  Components: graph
>Affects Versions: 0.70.0
>Reporter: Jake Mannix
>Assignee: Jake Mannix
> Attachments: GIRAPH-27.patch, GIRAPH-27.patch
>
>
> Vertex.java has a bunch of static methods for getting/setting global graph 
> state (total number of vertices, edges, a reference to the GraphMapper, etc). 
>  Refactoring this into a GraphState object, which every Vertex can hold onto 
> a reference to (yes, a tiny bit more memory per Vertex, but in comparison to 
> what's already in there...)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GIRAPH-25) NPE in BspServiceMaster when failing a job

2011-09-08 Thread Hudson (JIRA)

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

Hudson commented on GIRAPH-25:
--

Integrated in Giraph-trunk-Commit #2 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/2/])
GIRAPH-25 NPE in BspServiceMaster when failing a job (committed by
aching on behalf of dvryaboy).

aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1166854
Files : 
* /incubator/giraph/trunk/CHANGELOG
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/bsp/CentralizedServiceMaster.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/BspServiceMaster.java
* 
/incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/MasterThread.java
* 
/incubator/giraph/trunk/src/test/java/org/apache/giraph/TestNotEnoughMapTasks.java


> NPE in BspServiceMaster when failing a job
> --
>
> Key: GIRAPH-25
> URL: https://issues.apache.org/jira/browse/GIRAPH-25
> Project: Giraph
>  Issue Type: Bug
>Reporter: Dmitriy V. Ryaboy
>Priority: Minor
> Attachments: GIRAPH-25.2.patch, GIRAPH-25.patch
>
>
> When BspServiceMaster times out waiting for all workers to check in, it dies 
> with a NullPointerException.
> This can perhaps be handled a bit more gracefully.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira