Re: [jira] [Commented] (GIRAPH-877) pagerank application on giraph

2014-06-26 Thread Gianmarco De Francisci Morales
SimplePageRankVertex is just a simple example. Does this patch provide anything in addition to PageRankVertex? The formula there is: double rank = (1d - teleportationProbability) * (rankFromNeighbors + danglingContribution) + teleportationProbability / getTotalNumVertices(); Cheers, -- Gianmar

[jira] [Commented] (GIRAPH-850) Improve internal zookeeper launching

2014-02-13 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13900358#comment-13900358 ] Gianmarco De Francisci Morales commented on GIRAPH-850: --- +1 for

[jira] [Commented] (GIRAPH-824) Concurrent Random Walks on Graphs

2014-02-02 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13889278#comment-13889278 ] Gianmarco De Francisci Morales commented on GIRAPH-824: --- I'

[jira] [Commented] (GIRAPH-824) Concurrent Random Walks on Graphs

2014-01-21 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13877375#comment-13877375 ] Gianmarco De Francisci Morales commented on GIRAPH-824: --- Hi Ge

Re: Giraph Eclipse preferences

2014-01-21 Thread Gianmarco De Francisci Morales
However, unfortunately, it will not automatically correct them. Cheers, -- Gianmarco On 20 January 2014 17:05, Rob Vesse wrote: > I don't know about a preferences file however I can answer on the code > problems. > > If you have m2e installed then the Checkstyle plugin which Giraph uses is >

[jira] [Commented] (GIRAPH-817) Compile problem with default profile

2013-12-17 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851020#comment-13851020 ] Gianmarco De Francisci Morales commented on GIRAPH-817: --- Hi A

[jira] [Commented] (GIRAPH-798) Upgrade Giraph to Java7 and fix all dependencies

2013-12-17 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13850341#comment-13850341 ] Gianmarco De Francisci Morales commented on GIRAPH-798: --- I am

[jira] [Created] (GIRAPH-817) Compile problem with default profile

2013-12-13 Thread Gianmarco De Francisci Morales (JIRA)
Gianmarco De Francisci Morales created GIRAPH-817: - Summary: Compile problem with default profile Key: GIRAPH-817 URL: https://issues.apache.org/jira/browse/GIRAPH-817 Project: Giraph

[jira] [Commented] (GIRAPH-804) Compilation problems with Hadoop 0.23

2013-11-27 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13834181#comment-13834181 ] Gianmarco De Francisci Morales commented on GIRAPH-804: ---

[jira] [Created] (GIRAPH-804) Compilation problems with Hadoop 0.23

2013-11-27 Thread Gianmarco De Francisci Morales (JIRA)
Gianmarco De Francisci Morales created GIRAPH-804: - Summary: Compilation problems with Hadoop 0.23 Key: GIRAPH-804 URL: https://issues.apache.org/jira/browse/GIRAPH-804 Project: Giraph

Re: [VOTE][CHANGED] Release Giraph 1.0 (rc1)

2013-04-14 Thread Gianmarco De Francisci Morales
Hi, only one quick comment on optimizations and using ints as ids. In my opinion, if you can use an int as an id for your dataset, probably you don't need Giraph for your problem. Just my 2c Cheers, -- Gianmarco On Sun, Apr 14, 2013 at 11:26 PM, Sebastian Schelter wrote: > Thank you, Avery,

[jira] [Commented] (GIRAPH-13) Port Giraph to YARN

2013-03-29 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13617193#comment-13617193 ] Gianmarco De Francisci Morales commented on GIRAPH-13: -- Loo

[jira] [Resolved] (GIRAPH-591) Compute called before initialize in ComputeCallable.computePartition?

2013-03-26 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales resolved GIRAPH-591. --- Resolution: Invalid Assignee: Gianmarco De Francisci

[jira] [Created] (GIRAPH-591) Compute called before initialize in ComputeCallable.computePartition?

2013-03-26 Thread Gianmarco De Francisci Morales (JIRA)
Gianmarco De Francisci Morales created GIRAPH-591: - Summary: Compute called before initialize in ComputeCallable.computePartition? Key: GIRAPH-591 URL: https://issues.apache.org/jira/browse/GIRAPH

[jira] [Created] (GIRAPH-590) Missing class org.apache.commons.net.util.Base64

2013-03-26 Thread Gianmarco De Francisci Morales (JIRA)
Gianmarco De Francisci Morales created GIRAPH-590: - Summary: Missing class org.apache.commons.net.util.Base64 Key: GIRAPH-590 URL: https://issues.apache.org/jira/browse/GIRAPH-590

[jira] [Updated] (GIRAPH-442) FileNotFoundException: /_zkServer is checked before it is created

2013-03-26 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-442: -- Attachment: GIRAPH-442.1.patch Rebased the patch. This patch

Re: [jira] [Resolved] (GIRAPH-583) Problem with authentication on Hadoop 0.23

2013-03-25 Thread Gianmarco De Francisci Morales
Hadoop 0.23 > > > -- > > > > > > Key: GIRAPH-583 > > > URL: https://issues.apache.org/jira/browse/GIRAPH-583 > > > Project: Giraph > > > Issue Ty

[jira] [Commented] (GIRAPH-583) Problem with authentication on Hadoop 0.23

2013-03-24 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13612180#comment-13612180 ] Gianmarco De Francisci Morales commented on GIRAPH-583: --- I t

[jira] [Commented] (GIRAPH-583) Problem with authentication on Hadoop 0.23

2013-03-24 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13612162#comment-13612162 ] Gianmarco De Francisci Morales commented on GIRAPH-583: --- Hi Eu

[jira] [Commented] (GIRAPH-583) Problem with authentication on Hadoop 0.23

2013-03-24 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13612059#comment-13612059 ] Gianmarco De Francisci Morales commented on GIRAPH-583: --- Hi, Th

[jira] [Updated] (GIRAPH-583) Problem with authehtication on Hadoop 0.23

2013-03-23 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-583: -- Description: Hi, I am trying to run the RWR code on trunk and

[jira] [Created] (GIRAPH-583) Problem with authehtication on Hadoop 0.23

2013-03-23 Thread Gianmarco De Francisci Morales (JIRA)
Gianmarco De Francisci Morales created GIRAPH-583: - Summary: Problem with authehtication on Hadoop 0.23 Key: GIRAPH-583 URL: https://issues.apache.org/jira/browse/GIRAPH-583 Project

Re: [jira] [Commented] (GIRAPH-540) Improved ZooKeeper Library

2013-03-04 Thread Gianmarco De Francisci Morales
Actually, unless you use some specific recipe from Curator (like the cache), your are just adding complexity. You need one more dependency, one more thing that can break, one more thing whose lifecycle you need to track (and Curator depends on a specific version of ZK), and one more source of bugs.

Re: LongDoubleFloatDoubleVertex

2013-03-04 Thread Gianmarco De Francisci Morales
;> >> > > >>> >> >It would be nice if we could actually implement some of the > >>>algorithms > >>> >> >that > >>> >> >Mahout does via map-reduce in Giraph's BSP formalism, to show off > >>>how > >>> >>it > >>> &g

Re: [jira] [Commented] (GIRAPH-285) Release Giraph-0.2

2013-02-28 Thread Gianmarco De Francisci Morales
Personally, I don't think a half-baked and untested integration with YARN will do any good to a release. I would go for a stable release and fix the API. YARN is experimental anyway, so trunk seems the right place. Cheers, -- Gianmarco On Thu, Feb 28, 2013 at 3:09 AM, Eli Reisman wrote: > I'd r

Re: LongDoubleFloatDoubleVertex

2013-02-28 Thread Gianmarco De Francisci Morales
Hi, Maybe the specific implementation can be thrown away, but personally I feel very strongly for the need of a good LongDoubleFloatDouble vertex. It's the base for any serious random walk algorithm. I would call for a refactoring rather than a removal. Just my 2c. Cheers, -- Gianmarco On Th

[jira] [Commented] (GIRAPH-200) remove hadoop RPC and keep just netty

2012-10-10 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473872#comment-13473872 ] Gianmarco De Francisci Morales commented on GIRAPH-200: --- Wai

Review Request: SequenceFile output format (id-value only)

2012-09-11 Thread Gianmarco De Francisci Morales
src/main/java/org/apache/giraph/io/SequenceFileVertexIdValueOutputFormat.java PRE-CREATION Diff: https://reviews.apache.org/r/7012/diff/ Testing --- Passes mvn verify apart from findbugs, but it is not related to this patch: Thanks, Gianmarco De Francisci Morales

[jira] [Commented] (GIRAPH-191) Random Walks on Graphs

2012-09-10 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452255#comment-13452255 ] Gianmarco De Francisci Morales commented on GIRAPH-191: --- Thanks

[jira] [Commented] (GIRAPH-191) Random Walks on Graphs

2012-09-05 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448756#comment-13448756 ] Gianmarco De Francisci Morales commented on GIRAPH-191: --- C

[jira] [Commented] (GIRAPH-191) Random Walks on Graphs

2012-08-23 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440167#comment-13440167 ] Gianmarco De Francisci Morales commented on GIRAPH-191: --- Forgo

Re: [jira] [Commented] (GIRAPH-249) Move part of the graph out-of-core when memory is low

2012-08-20 Thread Gianmarco De Francisci Morales
e all typed graphs, and all > Sematic Web style processing from Giraph. > > On 17 Aug 2012, at 14:30, Gianmarco De Francisci Morales wrote: > > > In any case, if one wanted to use a compressed memory representation by > > aggregating different edge lists together, could one

Re: [jira] [Created] (GIRAPH-249) Move part of the graph out-of-core when memory is low

2012-08-18 Thread Gianmarco De Francisci Morales
that at infrastructure > >>>> level and expose only one Vertex class (where the user only defines > >>>>the > >>>> computation details and everything else is abstracted away). Then we > >>>>could > >>>> play around with compact r

Re: [jira] [Commented] (GIRAPH-249) Move part of the graph out-of-core when memory is low

2012-08-17 Thread Gianmarco De Francisci Morales
of > core as far away as possible. > > On 8/17/12 2:11 PM, "Gianmarco De Francisci Morales" > wrote: > > >Very interesting. > > > >On a side note, a graph with 100k vertices and 100M edges is largish but > >not that big after all. > >If it do

Re: [jira] [Commented] (GIRAPH-249) Move part of the graph out-of-core when memory is low

2012-08-17 Thread Gianmarco De Francisci Morales
Very interesting. On a side note, a graph with 100k vertices and 100M edges is largish but not that big after all. If it does not fit on 10+ GB of memory, it means that each edge occupies around 100B (amortizing the cost of the vertex over the edges). In my opinion this deserves some thought. If m

Review Request: Random Walks on Graphs

2012-08-16 Thread Gianmarco De Francisci Morales
. Thanks, Gianmarco De Francisci Morales

[jira] [Commented] (GIRAPH-191) Random Walks on Graphs

2012-08-14 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434015#comment-13434015 ] Gianmarco De Francisci Morales commented on GIRAPH-191: --- Yes

[jira] [Commented] (GIRAPH-191) Random Walks on Graphs

2012-08-13 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433656#comment-13433656 ] Gianmarco De Francisci Morales commented on GIRAPH-191: --- Trie

[jira] [Updated] (GIRAPH-191) Random Walks on Graphs

2012-08-13 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-191: -- Attachment: GIRAPH-191.3.patch > Random Walks on Gra

[jira] [Updated] (GIRAPH-191) Random Walks on Graphs

2012-08-13 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-191: -- Attachment: (was: GIRAPH-191.3.patch) > Random Wa

[jira] [Updated] (GIRAPH-191) Random Walks on Graphs

2012-08-13 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-191: -- Attachment: (was: PIG-191.1.patch) > Random Walks

[jira] [Updated] (GIRAPH-191) Random Walks on Graphs

2012-08-13 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-191: -- Attachment: GIRAPH-191.3.patch As I said on the dev list, the

Re: Review Request: SequenceFile output format (id-value only)

2012-08-13 Thread Gianmarco De Francisci Morales
["org.apache.giraph.BspCase"] At BspCase.java:[lines 44-394] [INFO] Dead store to env in org.apache.giraph.examples.SimpleTriangleClosingVertexTest.testSuperstepOne() ["org.apache.giraph.examples.SimpleTriangleClosingVertexTest"] At SimpleTriangleClosingVertexTest.java:[lines 36-94] Thanks, Gi

Re: Review Request: SequenceFile output format (id-value only)

2012-08-13 Thread Gianmarco De Francisci Morales
["org.apache.giraph.BspCase"] At BspCase.java:[lines 44-394] [INFO] Dead store to env in org.apache.giraph.examples.SimpleTriangleClosingVertexTest.testSuperstepOne() ["org.apache.giraph.examples.SimpleTriangleClosingVertexTest"] At SimpleTriangleClosingVertexTest.java:[lines 36-94] Thanks, Gi

Review Request: SequenceFile output format (id-value only)

2012-08-13 Thread Gianmarco De Francisci Morales
nes 44-394] [INFO] Dead store to env in org.apache.giraph.examples.SimpleTriangleClosingVertexTest.testSuperstepOne() ["org.apache.giraph.examples.SimpleTriangleClosingVertexTest"] At SimpleTriangleClosingVertexTest.java:[lines 36-94] Thanks, Gianmarco De Francisci Morales

[jira] [Updated] (GIRAPH-235) SequenceFile output format (id-value only)

2012-08-13 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-235: -- Attachment: GIRAPH-235.2.patch Rebased the patch, changed the

Re: [jira] [Commented] (GIRAPH-191) Random Walks on Graphs

2012-08-10 Thread Gianmarco De Francisci Morales
RAPH-191 > > Project: Giraph > > Issue Type: New Feature > > Components: examples > >Affects Versions: 0.2.0 > > Reporter: Gianmarco De Francisci Morales > >Assignee: Gianmarco De Francisci Mor

[jira] [Commented] (GIRAPH-191) Random Walks on Graphs

2012-08-09 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431754#comment-13431754 ] Gianmarco De Francisci Morales commented on GIRAPH-191: --- Hi J

Re: Review Request: Out-of-core messages

2012-08-03 Thread Gianmarco De Francisci Morales
Hi, >Are you saying that out-of-core is faster that hitting memory boundaries > >(i.e. GC)? It is a bit tough to imagine that out-of-core beats in-core > >=). > > That's the only explanation I could think of, honestly it sounds wrong to > me too. But those are the results I keep getting. If someo

[jira] [Commented] (GIRAPH-273) Aggregators shouldn't use Zookeeper

2012-07-31 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13425681#comment-13425681 ] Gianmarco De Francisci Morales commented on GIRAPH-273: --- IMHO,

[jira] [Commented] (GIRAPH-273) Aggregators shouldn't use Zookeeper

2012-07-30 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424979#comment-13424979 ] Gianmarco De Francisci Morales commented on GIRAPH-273: --- Ano

[jira] [Commented] (GIRAPH-273) Aggregators shouldn't use Zookeeper

2012-07-30 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424862#comment-13424862 ] Gianmarco De Francisci Morales commented on GIRAPH-273: --- Hi,

Re: Heads up: API redesign

2012-07-25 Thread Gianmarco De Francisci Morales
Congrats! Nice to see the project moving fast (and in the right direction). Cheers, -- Gianmarco On Wed, Jul 25, 2012 at 12:44 PM, Alessandro Presta wrote: > Hi all, > > In case anyone missed this, we just committed a relatively big redesign of > the API that aims for improved consistency and

[jira] [Commented] (GIRAPH-266) Average aggregators don't calculate real average

2012-07-24 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421580#comment-13421580 ] Gianmarco De Francisci Morales commented on GIRAPH-266: --- Averag

[jira] [Updated] (GIRAPH-264) bin/giraph should not require maven on the machine running graph

2012-07-18 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-264: -- Summary: bin/giraph should not require maven on the machine

[jira] [Created] (GIRAPH-264) bin/giraph should not maven on the machine running graph

2012-07-18 Thread Gianmarco De Francisci Morales (JIRA)
Gianmarco De Francisci Morales created GIRAPH-264: - Summary: bin/giraph should not maven on the machine running graph Key: GIRAPH-264 URL: https://issues.apache.org/jira/browse/GIRAPH-264

[jira] [Updated] (GIRAPH-261) Renave isQuiet variable

2012-07-16 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-261: -- Attachment: GIRAPH-261.patch > Renave isQuiet varia

[jira] [Created] (GIRAPH-261) Renave isQuiet variable

2012-07-16 Thread Gianmarco De Francisci Morales (JIRA)
Gianmarco De Francisci Morales created GIRAPH-261: - Summary: Renave isQuiet variable Key: GIRAPH-261 URL: https://issues.apache.org/jira/browse/GIRAPH-261 Project: Giraph

[jira] [Updated] (GIRAPH-251) Allow to access the distributed cache from Vertexes and WorkerContext

2012-07-16 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-251: -- Attachment: GIRAPH-251.a.patch Fixed checkstyle problems

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

2012-07-16 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415339#comment-13415339 ] Gianmarco De Francisci Morales commented on GIRAPH-81: -- Why do

[jira] [Updated] (GIRAPH-191) Random Walks on Graphs

2012-07-16 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-191: -- Attachment: PIG-191.1.patch Added handling of dangling nodes

[jira] [Updated] (GIRAPH-251) Allow to access the distributed cache from Vertexes and WorkerContext

2012-07-13 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-251: -- Attachment: GIRAPH-251.patch Simple initial patch for passing

[jira] [Created] (GIRAPH-251) Allow to access the distributed cache from Vertexes and WorkerContext

2012-07-13 Thread Gianmarco De Francisci Morales (JIRA)
Gianmarco De Francisci Morales created GIRAPH-251: - Summary: Allow to access the distributed cache from Vertexes and WorkerContext Key: GIRAPH-251 URL: https://issues.apache.org/jira/browse/GIRAPH

[jira] [Commented] (GIRAPH-235) SequenceFile output format (id-value only)

2012-07-06 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408043#comment-13408043 ] Gianmarco De Francisci Morales commented on GIRAPH-235: --- Ye

[jira] [Commented] (GIRAPH-235) SequenceFile output format (id-value only)

2012-07-06 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407915#comment-13407915 ] Gianmarco De Francisci Morales commented on GIRAPH-235: --- In

[jira] [Updated] (GIRAPH-235) SequenceFile output format (id-value only)

2012-07-04 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-235: -- Attachment: GIRAPH-235.1.patch I have an initial patch for

[jira] [Created] (GIRAPH-235) SequenceFile output format (id-value only)

2012-07-04 Thread Gianmarco De Francisci Morales (JIRA)
Gianmarco De Francisci Morales created GIRAPH-235: - Summary: SequenceFile output format (id-value only) Key: GIRAPH-235 URL: https://issues.apache.org/jira/browse/GIRAPH-235 Project

Re: Right place for algorithm configuration

2012-06-22 Thread Gianmarco De Francisci Morales
o the WorkerContext. Cheers, -- Gianmarco On Thu, Jun 21, 2012 at 11:53 PM, Claudio Martella < claudio.marte...@gmail.com> wrote: > On Thu, Jun 21, 2012 at 10:24 PM, Gianmarco De Francisci Morales > wrote: > > Hi, > > > > I was wondering which is the best place fo

Right place for algorithm configuration

2012-06-21 Thread Gianmarco De Francisci Morales
Hi, I was wondering which is the best place for parameters passed to algorithms. I am referring to parameters that are the same for all the vertexes and need to be accessed at runtime (e.g. max num of supersteps). One way is to read them from the conf in the first superstep and save them in memor