[jira] [Created] (GIRAPH-187) SequenceFileVertexInputFormat has WritableComparableI as a bounded type for I

2012-04-18 Thread Jan van der Lugt (Created) (JIRA)
SequenceFileVertexInputFormat has WritableComparableI as a bounded type for I --- Key: GIRAPH-187 URL: https://issues.apache.org/jira/browse/GIRAPH-187 Project: Giraph

[jira] [Created] (GIRAPH-186) Improve concurrency of putVertexList

2012-04-17 Thread Bo Wang (Created) (JIRA)
Improve concurrency of putVertexList Key: GIRAPH-186 URL: https://issues.apache.org/jira/browse/GIRAPH-186 Project: Giraph Issue Type: Improvement Components: graph Affects Versions: 0.2.0

[jira] [Created] (GIRAPH-184) Upgrade to junit4

2012-04-14 Thread Devaraj K (Created) (JIRA)
Upgrade to junit4 - Key: GIRAPH-184 URL: https://issues.apache.org/jira/browse/GIRAPH-184 Project: Giraph Issue Type: Bug Reporter: Devaraj K Presently Giraph uses JUnit 3.8.1. We can upgrade to JUnit 4 --

[jira] [Created] (GIRAPH-180) Publish SNAPSHOTs and released artifacts in the Maven repository

2012-04-10 Thread Paolo Castagna (Created) (JIRA)
Publish SNAPSHOTs and released artifacts in the Maven repository Key: GIRAPH-180 URL: https://issues.apache.org/jira/browse/GIRAPH-180 Project: Giraph Issue Type: Improvement

[jira] [Created] (GIRAPH-182) Provide SequenceFileVertexOutputFormat as an available OutputFormat

2012-04-10 Thread Pradeep Gollakota (Created) (JIRA)
Provide SequenceFileVertexOutputFormat as an available OutputFormat --- Key: GIRAPH-182 URL: https://issues.apache.org/jira/browse/GIRAPH-182 Project: Giraph Issue Type: New

[jira] [Created] (GIRAPH-172) Javadoc for BasicVertex:compute link to compute is broken

2012-04-07 Thread Jakob Homan (Created) (JIRA)
Javadoc for BasicVertex:compute link to compute is broken - Key: GIRAPH-172 URL: https://issues.apache.org/jira/browse/GIRAPH-172 Project: Giraph Issue Type: Bug Reporter:

[jira] [Created] (GIRAPH-173) BspCase:getNumWorkers javadoc refers to non-existent parameter

2012-04-07 Thread Jakob Homan (Created) (JIRA)
BspCase:getNumWorkers javadoc refers to non-existent parameter -- Key: GIRAPH-173 URL: https://issues.apache.org/jira/browse/GIRAPH-173 Project: Giraph Issue Type: Bug

[jira] [Created] (GIRAPH-176) BasicRPCCommunications has unnecessary cast of Vertex

2012-04-07 Thread Jakob Homan (Created) (JIRA)
BasicRPCCommunications has unnecessary cast of Vertex - Key: GIRAPH-176 URL: https://issues.apache.org/jira/browse/GIRAPH-176 Project: Giraph Issue Type: Improvement Reporter:

[jira] [Created] (GIRAPH-177) SimplePageRankVertex has two redundant casts

2012-04-07 Thread Jakob Homan (Created) (JIRA)
SimplePageRankVertex has two redundant casts Key: GIRAPH-177 URL: https://issues.apache.org/jira/browse/GIRAPH-177 Project: Giraph Issue Type: Improvement Reporter: Jakob Homan

[jira] [Created] (GIRAPH-179) BspServiceMaster's PathFilter can be simplified

2012-04-07 Thread Jakob Homan (Created) (JIRA)
BspServiceMaster's PathFilter can be simplified --- Key: GIRAPH-179 URL: https://issues.apache.org/jira/browse/GIRAPH-179 Project: Giraph Issue Type: Improvement Reporter: Jakob Homan

[jira] [Created] (GIRAPH-170) Workflow for loading RDF graph data into Giraph

2012-04-05 Thread Dan Brickley (Created) (JIRA)
Workflow for loading RDF graph data into Giraph --- Key: GIRAPH-170 URL: https://issues.apache.org/jira/browse/GIRAPH-170 Project: Giraph Issue Type: New Feature Reporter: Dan Brickley

[jira] [Created] (GIRAPH-171) total time in MasterThread.run() is calculated incorrectly

2012-04-05 Thread Eugene Koontz (Created) (JIRA)
total time in MasterThread.run() is calculated incorrectly -- Key: GIRAPH-171 URL: https://issues.apache.org/jira/browse/GIRAPH-171 Project: Giraph Issue Type: Bug

[jira] [Created] (GIRAPH-163) bin/giraph script overwrites CLASSPATH if dev environment detected (this also removes USER_JAR from CLASSPATH)

2012-03-21 Thread Benjamin Heitmann (Created) (JIRA)
bin/giraph script overwrites CLASSPATH if dev environment detected (this also removes USER_JAR from CLASSPATH) Key: GIRAPH-163 URL:

[jira] [Created] (GIRAPH-164) fix 5 Line is longer than 80 characters style errors in GiraphRunner

2012-03-21 Thread Eugene Koontz (Created) (JIRA)
fix 5 Line is longer than 80 characters style errors in GiraphRunner -- Key: GIRAPH-164 URL: https://issues.apache.org/jira/browse/GIRAPH-164 Project: Giraph Issue Type:

[jira] [Created] (GIRAPH-166) add '*.patch' to list of files that Apache Rat ignores

2012-03-21 Thread Eugene Koontz (Created) (JIRA)
add '*.patch' to list of files that Apache Rat ignores -- Key: GIRAPH-166 URL: https://issues.apache.org/jira/browse/GIRAPH-166 Project: Giraph Issue Type: Improvement

[jira] [Created] (GIRAPH-168) Simplify munge directive usage with new munge flag HADOOP_SECURE rather than HADOOP_FACEBOOK and HADOOP_NON_SECURE

2012-03-21 Thread Eugene Koontz (Created) (JIRA)
Simplify munge directive usage with new munge flag HADOOP_SECURE rather than HADOOP_FACEBOOK and HADOOP_NON_SECURE -- Key: GIRAPH-168 URL:

[jira] [Created] (GIRAPH-160) Vertex reader that reads adjacency lists with no vertex and edge values associated

2012-03-20 Thread Dionysios Logothetis (Created) (JIRA)
be of the type: 1 2 3 which represents a vertex with id 1 that has edges to vertices 2 and 3 with no values associated. I've created a vertex reader named AdjacencyListVertexReader which is essentially a copy of the AdjacencyListVertexReader modified to handle this format. It's an abstract class

[jira] [Created] (GIRAPH-162) BspCase.setup() should catch FileNotFoundException thrown from org.apache.hadoop.fs.FileSystem.listStatus()

2012-03-20 Thread Eugene Koontz (Created) (JIRA)
BspCase.setup() should catch FileNotFoundException thrown from org.apache.hadoop.fs.FileSystem.listStatus() --- Key: GIRAPH-162 URL:

[jira] [Created] (GIRAPH-159) Case insensitive file/directory name matching will produce errors on M/R jar unpack.

2012-03-19 Thread Brian Femiano (Created) (JIRA)
Case insensitive file/directory name matching will produce errors on M/R jar unpack. - Key: GIRAPH-159 URL: https://issues.apache.org/jira/browse/GIRAPH-159

[jira] [Created] (GIRAPH-157) Vertex to perform graph coloring on simple, connected, undirected graphs and related test.

2012-03-17 Thread Eli Reisman (Created) (JIRA)
Vertex to perform graph coloring on simple, connected, undirected graphs and related test. -- Key: GIRAPH-157 URL: https://issues.apache.org/jira/browse/GIRAPH-157

[jira] [Created] (GIRAPH-158) Support YARN (next generation MapReduce)

2012-03-17 Thread Eugene Koontz (Created) (JIRA)
Support YARN (next generation MapReduce) Key: GIRAPH-158 URL: https://issues.apache.org/jira/browse/GIRAPH-158 Project: Giraph Issue Type: New Feature Reporter: Eugene Koontz YARN is a

[jira] [Created] (GIRAPH-155) Allow creation of graph by adding edges that span multiple workers

2012-03-15 Thread Dionysios Logothetis (Created) (JIRA)
Feature Components: graph, lib Affects Versions: 0.1.0 Reporter: Dionysios Logothetis Currently a graph is created only be adding vertices. The typical way is to read input text files line-by-line with each line describing a vertex (its value, its edges etc). The current

[jira] [Created] (GIRAPH-156) Users should be able to set simple 'custom arguments' via org.apache.giraph.GiraphRunner

2012-03-15 Thread Sebastian Schelter (Created) (JIRA)
Users should be able to set simple 'custom arguments' via org.apache.giraph.GiraphRunner Key: GIRAPH-156 URL: https://issues.apache.org/jira/browse/GIRAPH-156

[jira] [Created] (GIRAPH-153) HBase/Accumulo Input and Output formats

2012-03-07 Thread Brian Femiano (Created) (JIRA)
HBase/Accumulo Input and Output formats --- Key: GIRAPH-153 URL: https://issues.apache.org/jira/browse/GIRAPH-153 Project: Giraph Issue Type: New Feature Components: bsp Affects Versions:

[jira] [Created] (GIRAPH-152) NPE at PageRankBenchmark

2012-02-20 Thread Yury Litvinov (Created) (JIRA)
NPE at PageRankBenchmark Key: GIRAPH-152 URL: https://issues.apache.org/jira/browse/GIRAPH-152 Project: Giraph Issue Type: Bug Components: examples Affects Versions: 0.2.0 Environment:

[jira] [Created] (GIRAPH-151) IntIntNullIntVertex.initialize method should handle null edges argument

2012-02-19 Thread yavuz gokirmak (Created) (JIRA)
IntIntNullIntVertex.initialize method should handle null edges argument - Key: GIRAPH-151 URL: https://issues.apache.org/jira/browse/GIRAPH-151 Project: Giraph Issue

[jira] [Created] (GIRAPH-149) Clone Vertex on loading

2012-02-14 Thread Zechao Shang (Created) (JIRA)
Clone Vertex on loading --- Key: GIRAPH-149 URL: https://issues.apache.org/jira/browse/GIRAPH-149 Project: Giraph Issue Type: Bug Components: bsp Affects Versions: 0.1.0, 0.2.0 Reporter: Zechao

[jira] [Created] (GIRAPH-147) Add Blueprints Tinkerpop support

2012-02-10 Thread Avery Ching (Created) (JIRA)
Add Blueprints Tinkerpop support Key: GIRAPH-147 URL: https://issues.apache.org/jira/browse/GIRAPH-147 Project: Giraph Issue Type: New Feature Reporter: Avery Ching Priority: Minor

[jira] [Created] (GIRAPH-144) GiraphJob should not extend Job (users should not be able to call Job methods like waitForCompletion or setMapper..etc)

2012-02-08 Thread Dave (Created) (JIRA)
GiraphJob should not extend Job (users should not be able to call Job methods like waitForCompletion or setMapper..etc) Key: GIRAPH-144 URL:

[jira] [Created] (GIRAPH-141) mulitgraph support in giraph

2012-02-04 Thread Created
mulitgraph support in giraph Key: GIRAPH-141 URL: https://issues.apache.org/jira/browse/GIRAPH-141 Project: Giraph Issue Type: Improvement Components: graph Reporter: André Kelpe The

[jira] [Created] (GIRAPH-136) Erorr message for bin/giraph could be improved

2012-01-31 Thread Jakob Homan (Created) (JIRA)
Erorr message for bin/giraph could be improved -- Key: GIRAPH-136 URL: https://issues.apache.org/jira/browse/GIRAPH-136 Project: Giraph Issue Type: Improvement Reporter: Jakob Homan

[jira] [Created] (GIRAPH-134) Fix NOTICE and LICENSE files

2012-01-30 Thread Jakob Homan (Created) (JIRA)
Fix NOTICE and LICENSE files Key: GIRAPH-134 URL: https://issues.apache.org/jira/browse/GIRAPH-134 Project: Giraph Issue Type: Improvement Components: documentation Affects Versions: 0.1.0

[jira] [Created] (GIRAPH-130) Fix Javadoc warnings

2012-01-24 Thread Jakob Homan (Created) (JIRA)
Fix Javadoc warnings Key: GIRAPH-130 URL: https://issues.apache.org/jira/browse/GIRAPH-130 Project: Giraph Issue Type: Bug Reporter: Jakob Homan Priority: Minor We've accumulated a fair number

[jira] [Created] (GIRAPH-128) RPC port from BasicRPCCommunications should be only a starting port, and retried

2012-01-22 Thread Avery Ching (Created) (JIRA)
RPC port from BasicRPCCommunications should be only a starting port, and retried Key: GIRAPH-128 URL: https://issues.apache.org/jira/browse/GIRAPH-128 Project: Giraph

[jira] [Created] (GIRAPH-125) Bug in LongDoubleFloatDoubleVertex.sendMsgToAllEdges()

2012-01-17 Thread Yuanyuan Tian (Created) (JIRA)
Bug in LongDoubleFloatDoubleVertex.sendMsgToAllEdges() -- Key: GIRAPH-125 URL: https://issues.apache.org/jira/browse/GIRAPH-125 Project: Giraph Issue Type: Bug Components: graph

[jira] [Created] (GIRAPH-123) the wiki is not publicly accessible

2012-01-11 Thread Created
the wiki is not publicly accessible --- Key: GIRAPH-123 URL: https://issues.apache.org/jira/browse/GIRAPH-123 Project: Giraph Issue Type: Bug Components: documentation Reporter: André

[jira] [Created] (GIRAPH-122) Roll version back to 0.1

2012-01-09 Thread Jakob Homan (Created) (JIRA)
Roll version back to 0.1 Key: GIRAPH-122 URL: https://issues.apache.org/jira/browse/GIRAPH-122 Project: Giraph Issue Type: Improvement Reporter: Jakob Homan Assignee: Jakob Homan Per the

[jira] [Created] (GIRAPH-121) BasicVertexResolver should implementation and VertexResolver should be interface

2012-01-08 Thread Claudio Martella (Created) (JIRA)
BasicVertexResolver should implementation and VertexResolver should be interface Key: GIRAPH-121 URL: https://issues.apache.org/jira/browse/GIRAPH-121 Project: Giraph

[jira] [Created] (GIRAPH-120) Add Sebastian Schelter to site

2012-01-07 Thread Sebastian Schelter (Created) (JIRA)
Add Sebastian Schelter to site -- Key: GIRAPH-120 URL: https://issues.apache.org/jira/browse/GIRAPH-120 Project: Giraph Issue Type: Task Reporter: Sebastian Schelter Assignee: Sebastian

[jira] [Created] (GIRAPH-119) VertexCombiner should work on IterableM instead of ListM

2012-01-06 Thread Claudio Martella (Created) (JIRA)
VertexCombiner should work on IterableM instead of ListM Key: GIRAPH-119 URL: https://issues.apache.org/jira/browse/GIRAPH-119 Project: Giraph Issue Type: Improvement

[jira] [Created] (GIRAPH-116) Make EdgeListVertex the default vertex implementation

2011-12-31 Thread Avery Ching (Created) (JIRA)
Make EdgeListVertex the default vertex implementation - Key: GIRAPH-116 URL: https://issues.apache.org/jira/browse/GIRAPH-116 Project: Giraph Issue Type: Improvement Reporter:

[jira] [Created] (GIRAPH-114) Inconsistent message map handling in BasicRPCCommunications.LargeMessageFlushExecutor

2011-12-21 Thread Sebastian Schelter (Created) (JIRA)
tracked this behavior down: In *BasicRPCCommunications:541-546* the map holding the outgoing messages for vertices of a particular machine is created. It's stored in two places _BasicRPCCommunications.outMessages_ and as member variable _outMessagesPerPeer_ of its _PeerConnection_ : {noformat

[jira] [Created] (GIRAPH-109) GiraphRunner should provide support for combiners

2011-12-20 Thread Sebastian Schelter (Created) (JIRA)
GiraphRunner should provide support for combiners - Key: GIRAPH-109 URL: https://issues.apache.org/jira/browse/GIRAPH-109 Project: Giraph Issue Type: Improvement Affects Versions: 0.70.0

[jira] [Created] (GIRAPH-111) Refactor I/O to be independent of Map/Reduce

2011-12-20 Thread Ed Kohlwey (Created) (JIRA)
Refactor I/O to be independent of Map/Reduce Key: GIRAPH-111 URL: https://issues.apache.org/jira/browse/GIRAPH-111 Project: Giraph Issue Type: Improvement Components: graph

[jira] [Created] (GIRAPH-113) Change cast to Vertex used in prepareSuperstep() to BasicVertex

2011-12-20 Thread Avery Ching (Created) (JIRA)
Change cast to Vertex used in prepareSuperstep() to BasicVertex --- Key: GIRAPH-113 URL: https://issues.apache.org/jira/browse/GIRAPH-113 Project: Giraph Issue Type: Bug

[jira] [Created] (GIRAPH-106) Refactor prepareSuperstep() to make setMessages(IterableM messages) package-private

2011-12-17 Thread Avery Ching (Created) (JIRA)
Refactor prepareSuperstep() to make setMessages(IterableM messages) package-private - Key: GIRAPH-106 URL: https://issues.apache.org/jira/browse/GIRAPH-106 Project:

[jira] [Created] (GIRAPH-103) Added properties for commonly used package version to pom.xml

2011-12-09 Thread Avery Ching (Created) (JIRA)
Added properties for commonly used package version to pom.xml - Key: GIRAPH-103 URL: https://issues.apache.org/jira/browse/GIRAPH-103 Project: Giraph Issue Type: Improvement

[jira] [Created] (GIRAPH-101) Replace munge with shim layer similar to Pig and Hive

2011-11-28 Thread Avery Ching (Created) (JIRA)
Replace munge with shim layer similar to Pig and Hive - Key: GIRAPH-101 URL: https://issues.apache.org/jira/browse/GIRAPH-101 Project: Giraph Issue Type: Improvement Reporter:

[jira] [Created] (GIRAPH-97) TestIdWithValueTextOutputFormat.java and IdWithValueTextOutputFormat.java missing license header

2011-11-18 Thread Claudio Martella (Created) (JIRA)
TestIdWithValueTextOutputFormat.java and IdWithValueTextOutputFormat.java missing license header Key: GIRAPH-97 URL: https://issues.apache.org/jira/browse/GIRAPH-97

[jira] [Created] (GIRAPH-98) Add Claudio Martella to site

2011-11-18 Thread Claudio Martella (Created) (JIRA)
Add Claudio Martella to site Key: GIRAPH-98 URL: https://issues.apache.org/jira/browse/GIRAPH-98 Project: Giraph Issue Type: Task Reporter: Claudio Martella Attachments: GIRAPH-98.diff --

[jira] [Created] (GIRAPH-94) Loading vertex ranges from HBase

2011-11-17 Thread Claudio Martella (Created) (JIRA)
: Claudio Martella Loading vertices from an HTable would be an option. A possible schema for storing the graph would be Hexastore (http://www.vldb.org/pvldb/1/1453965.pdf). Also, as vertices whom messages are sent to get created on the fly (if they don't exist already), we could potentially have

[jira] [Created] (GIRAPH-95) vertex resolution expects MutableVertex instead of BasicVertex

2011-11-17 Thread Claudio Martella (Created) (JIRA)
Components: graph Reporter: Claudio Martella At the beginning of the superstep, when a message is sent to non-existing vertex, the new vertex is created. This new vertex id is set through setVertexId() which belongs to MutableVertex. Should use initialize() instead. See

[jira] [Created] (GIRAPH-96) Support for Graphs with Huge adjacency lists

2011-11-17 Thread Arun Suresh (Created) (JIRA)
Support for Graphs with Huge adjacency lists Key: GIRAPH-96 URL: https://issues.apache.org/jira/browse/GIRAPH-96 Project: Giraph Issue Type: Improvement Reporter: Arun Suresh

[jira] [Created] (GIRAPH-91) Large-memory improvements (Memory reduced vertex implementation, fast failure, added settings)

2011-11-16 Thread Avery Ching (Created) (JIRA)
Large-memory improvements (Memory reduced vertex implementation, fast failure, added settings) --- Key: GIRAPH-91 URL: https://issues.apache.org/jira/browse/GIRAPH-91

[jira] [Created] (GIRAPH-92) Need outputformat for just vertex ID and value

2011-11-16 Thread Jakob Homan (Created) (JIRA)
Need outputformat for just vertex ID and value -- Key: GIRAPH-92 URL: https://issues.apache.org/jira/browse/GIRAPH-92 Project: Giraph Issue Type: New Feature Components: lib Affects

[jira] [Created] (GIRAPH-93) Hive input / output format

2011-11-16 Thread Avery Ching (Created) (JIRA)
Hive input / output format -- Key: GIRAPH-93 URL: https://issues.apache.org/jira/browse/GIRAPH-93 Project: Giraph Issue Type: New Feature Reporter: Avery Ching Assignee: Avery Ching It would

[jira] [Created] (GIRAPH-89) Remove debugging system.out from LongDoubleFloatDoubleVertex

2011-11-15 Thread Jakob Homan (Created) (JIRA)
Remove debugging system.out from LongDoubleFloatDoubleVertex Key: GIRAPH-89 URL: https://issues.apache.org/jira/browse/GIRAPH-89 Project: Giraph Issue Type: Bug

[jira] [Created] (GIRAPH-80) Don't expose the list holding the messages in BasicVertex

2011-11-14 Thread Sebastian Schelter (Created) (JIRA)
Don't expose the list holding the messages in BasicVertex - Key: GIRAPH-80 URL: https://issues.apache.org/jira/browse/GIRAPH-80 Project: Giraph Issue Type: Improvement Affects

[jira] [Created] (GIRAPH-81) Create annotations on provided algorithms for cli

2011-11-14 Thread Jakob Homan (Created) (JIRA)
Create annotations on provided algorithms for cli - Key: GIRAPH-81 URL: https://issues.apache.org/jira/browse/GIRAPH-81 Project: Giraph Issue Type: New Feature Reporter: Jakob

[jira] [Created] (GIRAPH-82) Remove default of using ImmutableOutputCommitter

2011-11-14 Thread Jakob Homan (Created) (JIRA)
Remove default of using ImmutableOutputCommitter Key: GIRAPH-82 URL: https://issues.apache.org/jira/browse/GIRAPH-82 Project: Giraph Issue Type: Improvement Reporter: Jakob Homan

[jira] [Created] (GIRAPH-79) Change the menu layout of the site

2011-11-13 Thread Hyunsik Choi (Created) (JIRA)
Change the menu layout of the site -- Key: GIRAPH-79 URL: https://issues.apache.org/jira/browse/GIRAPH-79 Project: Giraph Issue Type: Task Components: site Reporter: Hyunsik Choi The

[jira] [Created] (GIRAPH-71) SequenceFileVertexInputFormat missing license header; rat fails

2011-11-02 Thread Jakob Homan (Created) (JIRA)
SequenceFileVertexInputFormat missing license header; rat fails --- Key: GIRAPH-71 URL: https://issues.apache.org/jira/browse/GIRAPH-71 Project: Giraph Issue Type: Bug

[jira] [Created] (GIRAPH-70) Misspellings in PseudoRandomVertexInputFormat configuration parameters

2011-10-31 Thread Jakob Homan (Created) (JIRA)
Misspellings in PseudoRandomVertexInputFormat configuration parameters -- Key: GIRAPH-70 URL: https://issues.apache.org/jira/browse/GIRAPH-70 Project: Giraph Issue Type:

[jira] [Created] (GIRAPH-67) Provide AdjacencyList InputFormat for Ids of Strings and double values

2011-10-26 Thread Jakob Homan (Created) (JIRA)
Provide AdjacencyList InputFormat for Ids of Strings and double values -- Key: GIRAPH-67 URL: https://issues.apache.org/jira/browse/GIRAPH-67 Project: Giraph Issue Type:

[jira] [Created] (GIRAPH-52) There should be a scheme to limit the counter

2011-10-13 Thread Zhiwei Gu (Created) (JIRA)
There should be a scheme to limit the counter - Key: GIRAPH-52 URL: https://issues.apache.org/jira/browse/GIRAPH-52 Project: Giraph Issue Type: Bug Components: mapreduce Affects

[jira] [Created] (GIRAPH-50) package/test failure with maven 2.2.1

2011-10-10 Thread Mitul Tiwari (Created) (JIRA)
package/test failure with maven 2.2.1 - Key: GIRAPH-50 URL: https://issues.apache.org/jira/browse/GIRAPH-50 Project: Giraph Issue Type: Bug Environment: maven 2.2.1 Reporter: Mitul

[jira] [Created] (GIRAPH-48) All tests failing under non-secure build

2011-10-07 Thread Jakob Homan (Created) (JIRA)
All tests failing under non-secure build Key: GIRAPH-48 URL: https://issues.apache.org/jira/browse/GIRAPH-48 Project: Giraph Issue Type: Bug Reporter: Jakob Homan After GIRAPH-12, quite

[jira] [Created] (GIRAPH-44) Add documentation about counter limits in Hadoop 0.203+

2011-09-30 Thread Jakob Homan (Created) (JIRA)
Add documentation about counter limits in Hadoop 0.203+ --- Key: GIRAPH-44 URL: https://issues.apache.org/jira/browse/GIRAPH-44 Project: Giraph Issue Type: Improvement

[jira] [Created] (GIRAPH-42) The MapReduce counter 'Sent Messages' doesn't work.

2011-09-27 Thread Hyunsik Choi (Created) (JIRA)
The MapReduce counter 'Sent Messages' doesn't work. --- Key: GIRAPH-42 URL: https://issues.apache.org/jira/browse/GIRAPH-42 Project: Giraph Issue Type: Bug Components: bsp