Re: Local-only aggregators

2015-03-25 Thread Claudio Martella
Hi, I'm not sure aggregators require necessarily high traffic. Aggregators are aggregated locally on the worker before they are aggregated on the (corresponding) master worker. Anyway, assuming you want to proceed, my understanding is that you want vertices on the same worker to share

Re: Compiling Giraph for Hadoop 2.5.x and 2.6.0 -- SASL_PROPS variable error

2015-01-12 Thread Claudio Martella
Do you have any suggestions? Any would be much appreciated :) Kind regards, Alessio -- Claudio Martella

Re: Please welcome our newest committer, Sergey Edunov!

2014-12-04 Thread Claudio Martella
with IllegalArgumentException upon deserialization Best, Maja -- Claudio Martella

Giraph counters on Yarn

2014-12-03 Thread Claudio Martella
Hello, is anybody in the list able to get the standard job counters printed at the end of the jobs when using pure YARN? I can get the logs, but I cannot find the usual stats printed to the command line on mapreduce. Thanks, Claudio -- Claudio Martella

Re: Enabling Giraph Level Loggin - Hadoop-2.2.0

2014-11-17 Thread Claudio Martella
, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions -- Claudio Martella

Re: [VOTE] Apache Giraph 1.1.0 RC2

2014-11-13 Thread Claudio Martella
, Roman. -- Claudio Martella

Re: [VOTE] Apache Giraph 1.1.0 RC1

2014-11-10 Thread Claudio Martella
AM, Claudio Martella claudio.marte...@gmail.com wrote: I am indeed having some problems. mvn install will fail because the test is opening too many files: [snip] I have to investigate why this happens. I'm not using a different ulimit than what I have on my Mac OS X by default. Where

Re: Compiling Giraph 1.1

2014-11-09 Thread Claudio Martella
/java/org/apache/giraph/comm/netty/SaslNettyServer.java:[108,11] cannot find symbol [ERROR] symbol: variable SaslPropertiesResolver [ERROR] location: class org.apache.giraph.comm.netty.SaslNettyServer -- Claudio Martella

Re: [VOTE] Apache Giraph 1.1.0 RC1

2014-11-04 Thread Claudio Martella
, Oct 31, 2014 at 9:00 AM, Claudio Martella claudio.marte...@gmail.com wrote: Oh, thanks for the info! On Fri, Oct 31, 2014 at 3:06 PM, Roman Shaposhnik ro...@shaposhnik.org wrote: On Fri, Oct 31, 2014 at 3:26 AM, Claudio Martella claudio.marte...@gmail.com wrote: Hi Roman

Re: Graph partitioning and data locality

2014-11-04 Thread Claudio Martella
of hashing or range). In principle you can. You would need to organize splits so that they contain all the data for each particular worker, and then assign relevant splits to the corresponding worker. Thanks for your time and help! Cheers, Martin -- Claudio Martella

Re: [VOTE] Apache Giraph 1.1.0 RC1

2014-10-31 Thread Claudio Martella
. Thanks, Roman. -- Claudio Martella

Re: [VOTE] Apache Giraph 1.1.0 RC1

2014-10-31 Thread Claudio Martella
Oh, thanks for the info! On Fri, Oct 31, 2014 at 3:06 PM, Roman Shaposhnik ro...@shaposhnik.org wrote: On Fri, Oct 31, 2014 at 3:26 AM, Claudio Martella claudio.marte...@gmail.com wrote: Hi Roman, thanks again for this. I have had a look at the staging site so far (our cluster has been

Re: Resource Allocation Model Of Apache Giraph

2014-10-24 Thread Claudio Martella
from workers. A worker can handle zero or more partitions. You can make each worker handle one partition, but we typically like multiple partitions since we can use multi-threading per machine. On 10/23/14, 9:04 AM, Claudio Martella wrote: the way mappers (or containers) and hence

Re: Resource Allocation Model Of Apache Giraph

2014-10-23 Thread Claudio Martella
to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions -- Claudio Martella

Re: how do I maintain a cached List across supersteps?

2014-09-17 Thread Claudio Martella
Dickinson Street, Amherst MA 01002 | matthewcornell.org -- Claudio Martella

Re: OrientDB Rexster Apache Giraph combination

2014-05-28 Thread Claudio Martella
@gmail.com wrote: Thanks for help, let me look into sub projects. Cheers ! On 22 May 2014 20:20, Claudio Martella claudio.marte...@gmail.comwrote: You can have a look at the giraph-rexster subproject within the giraph codebase. there is also some documentation on our site. On Thu, May

Re: n-ary relationship on Giraph

2014-05-22 Thread Claudio Martella
Subject: n-ary relationship on Giraph To: user@giraph.apache.org Hi, Does Giraph supports n-ary relationships? I need to store some properties of triplet vertex - edge - vertex and be able to query with those properties. Sujan Perera -- Claudio Martella

Re: OrientDB Rexster Apache Giraph combination

2014-05-22 Thread Claudio Martella
. I'm more interested on *input/output formats* to be used between these three? BR Arun -- Claudio Martella

Re: Superstep duration increases

2014-05-16 Thread Claudio Martella
superstep each node writes a nodeID - label pair to an HBase table. Do you have any general hints where I can look at? I absolutely have no clue where to start Thanks for your help! Regards Pascal -- Claudio Martella

Re: MessageCombiner

2014-05-12 Thread Claudio Martella
message values. Please help. Nishant Gandhi M.Tech. CSE IIT Patna -- Sent from Android Mobile -- Claudio Martella

Re: Blogpost: Large-scale graph partitioning with Apache Giraph

2014-04-24 Thread Claudio Martella
-- Claudio Martella

Re: Using out of core messages

2014-04-24 Thread Claudio Martella
be able to increase that parameter, depending on the message size. Hope you can help me. Regards Pascal Hope this helps. -- Claudio Martella

Re: Starting a second computation

2014-04-19 Thread Claudio Martella
(); } } } -- Claudio Martella

Re: Changing index of a graph

2014-04-15 Thread Claudio Martella
. This way the mapping of number to URL would be stored in the Node. Problem is that I have to assign the numbers in a sequential way to ensure there are no holes and numbers are unique. No Idea if this is even possible in Giraph. Any input is welcome cheers Martin -- Claudio Martella

Powered-by Giraph page

2014-04-09 Thread Claudio Martella
: - Facebook Anybody else? Thanks! Claudio -- Claudio Martella

Re: How to set giraph runtime parameters?

2014-04-09 Thread Claudio Martella
or in a *.xml file? I tried -Dgiraph.zkSessionMsecTimeout=90( googled) in command line but failed. Thanks! Best Regards, Suijian -- Claudio Martella

Re: How to set more zooKeeper nodes in giraph.

2014-04-08 Thread Claudio Martella
: Session 0x14543222b640009 for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused Best Regards, Suijian -- Claudio Martella

Re: Information

2014-03-26 Thread Claudio Martella
is that it is slow.by using giraph will I be able in improving its performances on very large graph? I know these can seem very basic questions, but I'm pretty new to giraph and I'm trying to understand it Thank you Angelo -- Claudio Martella

Re: Information

2014-03-26 Thread Claudio Martella
:48 PM, Angelo Immediata wrote: hi Claudio so, if I understood correctly, it has no sense to use Giraph for shortest path calculation in my scenario Am I right? 2014-03-26 13:27 GMT+01:00 Claudio Martella claudio.marte...@gmail.com : It looks like you're expecting to use Giraph

Re: Is it possible to know the mapper task a particular vertex is assigned to?

2014-03-06 Thread Claudio Martella
is, essentially, an implementation detail of Giraph. What's the reason for you to need this info? Thanks, Roman. -- Claudio Martella

Re: Giraph program stucks.

2014-03-06 Thread Claudio Martella
/06 16:17:47 INFO job.JobProgressTracker: Data from 39 workers - Compute superstep 0: 5854829 out of 4920 vertices computed; 181 out of 1521 partitions computed Best Regards, Suijian -- Claudio Martella

Re: To process a BIG input graph in giraph.

2014-03-05 Thread Claudio Martella
stucture of the graph should be kept)? Thanks! Best Regards, Suijian -- Claudio Martella

Re: Giraph talks at Hadoop Summit

2014-02-28 Thread Claudio Martella
Summit. Thanks, Roman. -- Claudio Martella

Re: Giraph avro input format

2014-02-17 Thread Claudio Martella
(july 2013) entries on the mailing list and none existed by then. Have things changed since then, or do I have to write my own? When I write my own what's a good base class to start from? cheers Martin -- Claudio Martella

Re: Basic questions about Giraph internals

2014-02-07 Thread Claudio Martella
Yes, Giraph hijacks mapper tasks, and then does everything else on its own. On Fri, Feb 7, 2014 at 12:39 PM, Alexander Frolov alexndr.fro...@gmail.comwrote: On Fri, Feb 7, 2014 at 2:30 PM, Claudio Martella claudio.marte...@gmail.com wrote: On Fri, Feb 7, 2014 at 9:44 AM, Alexander

Re: Basic questions about Giraph internals

2014-02-06 Thread Claudio Martella
-g585511f Hadoop: hadoop-0.20.203.0, hadoop-rdma-0.9.8 Best, Alex -- Claudio Martella

Re: Basic questions about Giraph internals

2014-02-06 Thread Claudio Martella
that executes the mapper function on the records. On Thu, Feb 6, 2014 at 2:28 PM, Claudio Martella claudio.marte...@gmail.com wrote: Hi Alex, answers are inline. On Thu, Feb 6, 2014 at 11:22 AM, Alexander Frolov alexndr.fro...@gmail.com wrote: Hi, folks! I have started small research

Re: Basic questions about Giraph internals

2014-02-06 Thread Claudio Martella
On Thu, Feb 6, 2014 at 12:15 PM, Alexander Frolov alexndr.fro...@gmail.comwrote: On Thu, Feb 6, 2014 at 3:00 PM, Claudio Martella claudio.marte...@gmail.com wrote: On Thu, Feb 6, 2014 at 11:56 AM, Alexander Frolov alexndr.fro...@gmail.com wrote: Hi Claudio, thank you. If I

Re: Basic questions about Giraph internals

2014-02-06 Thread Claudio Martella
On Thu, Feb 6, 2014 at 3:04 PM, Alexander Frolov alexndr.fro...@gmail.comwrote: Claudio, thank you very much for your help. On Thu, Feb 6, 2014 at 4:06 PM, Claudio Martella claudio.marte...@gmail.com wrote: On Thu, Feb 6, 2014 at 12:15 PM, Alexander Frolov alexndr.fro...@gmail.com

Re: Giraph installation without internet connection

2014-02-04 Thread Claudio Martella
. Best, Alex -- Claudio Martella

Re: constraint about no of supersteps

2014-01-29 Thread Claudio Martella
...@gmail.comwrote: Yes but you can disable the counters per superstep, if you don't need the data, and than I had around 2000 after which my algorithm stopped. Cheers Peter On Jan 29, 2014 4:22 PM, Claudio Martella claudio.marte...@gmail.com wrote: the limit is currently defined

Re: out of core option

2014-01-23 Thread Claudio Martella
configurations wrong? best regards, Sebastian -- Claudio Martella claudio.marte...@gmail.com

Re: About LineRank algo ..

2014-01-20 Thread Claudio Martella
algorithm?? Thanks Jyoti -- Claudio Martella claudio.marte...@gmail.com

Re: Intermediate output

2014-01-18 Thread Claudio Martella
results in memory until the algorithm finishes. --sebastian -- Claudio Martella claudio.marte...@gmail.com

Re: Release date for 1.1.0

2014-01-18 Thread Claudio Martella
try to pick it up back this month. Still very much would like to help make it happen. Thanks, Roman. -- Claudio Martella claudio.marte...@gmail.com

Re: Release date for 1.1.0

2014-01-18 Thread Claudio Martella
which goes into Giraph in a later release. Will there be a voting for such issues? Mirko -- Claudio Martella claudio.marte...@gmail.com

Re: minLocalEdgesRatio is PseudoRandomLocalEdgesHelper

2013-12-15 Thread Claudio Martella
the graph Thanks Pushparaj -- Claudio Martella claudio.marte...@gmail.com

Re: Running Giraph on YARN (0.23)

2013-11-21 Thread Claudio Martella
.impl.MetricsSystemImpl: MapTask metrics system stopped. 2013-11-20 15:22:55,122 INFO [main] org.apache.hadoop.metrics2.impl.MetricsSystemImpl: MapTask metrics system shutdown complete. Cheres, -- Gianmarco -- Claudio Martella claudio.marte...@gmail.com

Re: Using the RandomEdge ... RandomVertex InputFormat

2013-11-04 Thread Claudio Martella
* Can I use the RandomVertex and the RandomEdgeInputFormat to build random graphs on the fly? Thanks a lot in advance. Best wishes Mirko -- Claudio Martella claudio.marte...@gmail.com

Re: Using the RandomEdge ... RandomVertex InputFormat

2013-11-04 Thread Claudio Martella
about the *config parameters*, I have to provide for the PseudoRandom ... InputFormat and where is the code for the *watts strogatz model* you mentioned in a previous post? Best wishes Mirko -- Claudio Martella claudio.marte...@gmail.com

Re: Link Prediction with Giraph

2013-10-31 Thread Claudio Martella
prediction could be accomplished with Giraph? Any input is highly appreciated :) Thanks Pascal -- Claudio Martella claudio.marte...@gmail.com

Re: Release date for 1.1.0

2013-10-29 Thread Claudio Martella
-- Claudio Martella claudio.marte...@gmail.com

Re: master knowing about message traffic

2013-10-21 Thread Claudio Martella
are really appreciated.. Regards Jyoti -- Claudio Martella claudio.marte...@gmail.com

Re: Problem running the PageRank example in a cluster

2013-10-21 Thread Claudio Martella
(NioClientSocketPipelineSink.java:282) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724) -- Claudio Martella

Re: How to specify parameters in order to run giraph job in parallel

2013-10-19 Thread Claudio Martella
how many mapper tasks do you have set for each node? how many workers are you using for giraph? On Fri, Oct 18, 2013 at 7:12 PM, YAN Da ya...@ust.hk wrote: Dear Claudio Martella, I don't quite get what you mean. Our cluster has 15 servers each with 24 cores, so ideally there can be 15*24

Re: how to use out of core options

2013-10-19 Thread Claudio Martella
, Jyotirmoy Sundi Data Engineer, Admobius San Francisco, CA 94158 -- Best Regards, Jyotirmoy Sundi Data Engineer, Admobius San Francisco, CA 94158 -- Best Regards, Jyotirmoy Sundi Data Engineer, Admobius San Francisco, CA 94158 -- Claudio Martella claudio.marte

Re: How to specify parameters in order to run giraph job in parallel

2013-10-17 Thread Claudio Martella
. Thanks for your help. Best, -Yi -- Claudio Martella claudio.marte...@gmail.com

Re: knowing about the vertex id of the sender of the message.

2013-10-17 Thread Claudio Martella
of the message it is currenty processing.? Thanks Jyoti -- Claudio Martella claudio.marte...@gmail.com

Re: Running the example in http://giraph.apache.org/quick_start.html

2013-10-09 Thread Claudio Martella
: Failed map tasks=1 I appreciate any help. Maybe I did it wrong. Andro. -- Claudio Martella claudio.marte...@gmail.com

Re: connected components example in giraph 1.0

2013-10-07 Thread Claudio Martella
ha ve build w/ hadoop_cdh4.1.2 parameter. Something is changed, monday i report the result. Now the farm is closed. Il giorno 05/ott/2013 14:06, Claudio Martella claudio.marte...@gmail.com ha scritto: Oh, right, -vof is in trunk. Anyway it looks like you built giraph for the wrong profile

Re: connected components example in giraph 1.0

2013-10-07 Thread Claudio Martella
-achive first I would have avoided the last post. Now zk issue are resolved. 2013/10/7 Claudio Martella claudio.marte...@gmail.com Can you try applying this one first? http://www.mail-archive.com/user@giraph.apache.org/msg00945/check.diff On Mon, Oct 7, 2013 at 8:40 AM, Silvio Di gregorio

Re: connected components example in giraph 1.0

2013-10-05 Thread Claudio Martella
...@gmail.com wrote: org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -vof in 1.0 version is -of,--outputFormat arg Vertex output format -op,--outputPath arg Vertex output path 2013/10/4 Claudio Martella claudio.marte...@gmail.com did you

Re: connected components example in giraph 1.0

2013-10-04 Thread Claudio Martella
org.apache.hadoop.mapreduce.JobContext, but class was expected at org.apache.giraph.bsp.BspOutputFormat.checkOutputSpecs(BspOutputFormat.java:43) .. Thanks in advance -- Claudio Martella claudio.marte...@gmail.com

Re: workload used to measure Giraph performance number

2013-10-02 Thread Claudio Martella
workload to work on ? Thanks! Wei -- Claudio Martella claudio.marte...@gmail.com

Re: Giraph offloadPartition fails creation directory

2013-09-23 Thread Claudio Martella
try to pass a different directory for writing, e.g. /tmp/foobar? On Mon, Sep 23, 2013 at 1:28 PM, Dionysis Logothetis dlogothe...@gmail.comwrote: offloadPartition: Failed to create directory -- Claudio Martella claudio.marte...@gmail.com

Re: Number of threads for vertex compute method

2013-09-11 Thread Claudio Martella
org.apache.giraph.graph.GraphTaskManager: execute: 6 partitions to process with 1 compute thread(s), originally 1 thread(s) on superstep 7 Does this really mean that it uses only one thread? Cheers, Christian -- Claudio Martella claudio.marte...@gmail.com

Re: Giraph offloadPartition fails creation directory

2013-09-11 Thread Claudio Martella
is no more heap space, and it crashes with OOM. Has anybody had this problem with giraph failing to make HDFS directories? -- Claudio Martella claudio.marte...@gmail.com

Re: Out of core execution has no effect on GC crash

2013-09-10 Thread Claudio Martella
? Is there some agreement on the minimum amount of heap necessary for OOC to succeed, to guide the choice of Mapper heap amount? Either way, I will try increasing mapper heap again as much as possible, which hopefully will run. On 9/9/13, Claudio Martella claudio.marte...@gmail.com wrote: did you

Re: Counter limit

2013-09-10 Thread Claudio Martella
? (boolean) */ BooleanConfOption USE_SUPERSTEP_COUNTERS = new BooleanConfOption(giraph.useSuperstepCounters, true, Use superstep counters? (boolean)); On 9/9/13 6:43 AM, Claudio Martella wrote: No, I used a different counters limit on that hadoop version. Setting

Re: Finding missing links in a lineage graph..

2013-09-10 Thread Claudio Martella
certain rules as input and can find these missing links and create them? Thanks, Sushant -- Claudio Martella claudio.marte...@gmail.com

Re: Counter limit

2013-09-10 Thread Claudio Martella
MasterCompute class? Cheers, Christian 2013/9/10 Claudio Martella claudio.marte...@gmail.com one the command line, you can use the -D option after the GiraphRunner class before the GiraphRunner specific parameters, e.g. -D giraph. useSuperstepCounters=false On Tue, Sep 10, 2013 at 1:15 PM

Re: Out of core execution has no effect on GC crash

2013-09-09 Thread Claudio Martella
using the wrong binary. Currently I am including the giraph dependencies with the jar, and running using hadoop jar. On 9/7/13, Claudio Martella claudio.marte...@gmail.com wrote: OOC is used also at input superstep. try to decrease the number of partitions kept in memory. On Sat, Sep 7

Re: Out of core execution has no effect on GC crash

2013-09-07 Thread Claudio Martella
to ensure it functions? Regards, Alexander Asplund -- Claudio Martella claudio.marte...@gmail.com

Re: MySQL Table

2013-09-06 Thread Claudio Martella
SQL table since Giraph is built on top of Hadoop. But I do not seem to figure this part out. Do you have a class similar to the DBInputFormat in Hadoop? Thank you very much for your help. -- Claudio Martella claudio.marte...@gmail.com

Re: Dynamic Graphs

2013-09-06 Thread Claudio Martella
in the Giraph world? Have a nice Sunday. Best wishes Mirko -- -- Mirko Kämpf *Trainer* @ Cloudera tel: +49 *176 20 63 51 99* skype: *kamir1604* mi...@cloudera.com On Wed, Aug 21, 2013 at 3:30 PM, Claudio Martella claudio.marte...@gmail.com wrote: As I said, the injection of the new

Re: FileNotFoundException: File _bsp/_defaultZkManagerDir/job_201308291126_0029/_zkServer does not exist.

2013-09-04 Thread Claudio Martella
the snapshot is stored. dataDir=/var/lib/zookeeper # the port at which the clients will connect clientPort=2181 server.1=localhost:2888:3888 Thanks for any help, Ken -- Claudio Martella claudio.marte...@gmail.com -- Claudio Martella claudio.marte...@gmail.com

Re: FileNotFoundException: File _bsp/_defaultZkManagerDir/job_201308291126_0029/_zkServer does not exist.

2013-09-04 Thread Claudio Martella
Thanks for any help, Ken -- Claudio Martella claudio.marte...@gmail.com -- Claudio Martella claudio.marte...@gmail.com -- Claudio Martella claudio.marte...@gmail.com -- Claudio Martella claudio.marte...@gmail.com

Re: FileNotFoundException: File _bsp/_defaultZkManagerDir/job_201308291126_0029/_zkServer does not exist.

2013-09-03 Thread Claudio Martella
appreciated. Thank you, Ken -- Pradeep Kumar -- Claudio Martella claudio.marte...@gmail.com

Re: FileNotFoundException: File _bsp/_defaultZkManagerDir/job_201308291126_0029/_zkServer does not exist.

2013-09-03 Thread Claudio Martella
and getting an acknowledgement syncLimit=5 # the directory where the snapshot is stored. dataDir=/var/lib/zookeeper # the port at which the clients will connect clientPort=2181 server.1=localhost:2888:3888 Thanks for any help, Ken -- Claudio Martella claudio.marte...@gmail.com

Re: Passing Custom Arguments for giraph.zkList

2013-08-29 Thread Claudio Martella
:port,zk5:port Please suggest what is wrong with this invocation. Thanks Arun Ramani -- Claudio Martella claudio.marte...@gmail.com

Re: Passing Custom Arguments for giraph.zkList

2013-08-29 Thread Claudio Martella
zookeeper hostnames. These 5 hosts make a zookeeper quorum. Please let me know how to pass this. Thanks Arun Ramani From: Claudio Martella claudio.marte...@gmail.com Reply-To: user@giraph.apache.org user@giraph.apache.org Date: Thursday, August 29, 2013 2:18 PM To: user@giraph.apache.org

Re: Help needed for Running my own java programs in Giraph

2013-08-26 Thread Claudio Martella
OK, then I'm going to open an issue for that. On Mon, Aug 26, 2013 at 11:23 AM, Vivek Sembium vivek.semb...@gmail.comwrote: Yes for the zookeeper problem I passed a seperate jar through -libjars command. If I use additional jars zookeeper fails. On Aug 26, 2013 2:51 PM, Claudio Martella

Re: Help needed for Running my own java programs in Giraph

2013-08-26 Thread Claudio Martella
, but this only appears to work when we list one node as a zookeeper. On Mon, Aug 26, 2013 at 8:55 AM, Claudio Martella claudio.marte...@gmail.com wrote: OK, then I'm going to open an issue for that. On Mon, Aug 26, 2013 at 11:23 AM, Vivek Sembium vivek.semb...@gmail.comwrote: Yes

Re: Help needed for Running my own java programs in Giraph

2013-08-26 Thread Claudio Martella
, exactly. We couldn't get it to work otherwise. On Mon, Aug 26, 2013 at 11:00 AM, Claudio Martella claudio.marte...@gmail.com wrote: you mean by running zookeeper independently? On Mon, Aug 26, 2013 at 3:16 PM, Kyle Orlando kyle.r.orla...@gmail.comwrote: We were also experiencing

Re: How to utilize combiners

2013-08-21 Thread Claudio Martella
-- Claudio Martella claudio.marte...@gmail.com

Re: Dynamic Graphs

2013-08-21 Thread Claudio Martella
new splits and distribute to the workers from given a path in DFS? Best Regards, Marco Lotz -- *From:* Claudio Martella claudio.marte...@gmail.com *Sent:* 14 August 2013 15:25 *To:* user@giraph.apache.org *Subject:* Re: Dynamic Graphs Hi Marco, Giraph

Re: Giraph vs good-old PVM/MPI ?

2013-08-06 Thread Claudio Martella
of tasks, and maybe abstraction of the user-code-specific part into the API so that users are not concerned with the actual message passing (message passing is done by the framework). Thanks Yang -- Claudio Martella claudio.marte...@gmail.com

Re: Question regarding bin/giraph and bin/giraph-env

2013-08-02 Thread Claudio Martella
$GIRAPH_HOME/giraph-core/target, $GIRAPH_HOME/giraph-hbase/target, etc. Are these scripts out of date, or have I built my project incorrectly? Thanks -- Kyle Orlando Computer Engineering Major University of Maryland -- Claudio Martella claudio.marte...@gmail.com

Re: How to retrieve and display the values aggregated by the aggregators?

2013-07-31 Thread Claudio Martella
jar command above), and still, I couldn't find aggregatorValues on my HDFS. Could someone help me out, or at the very least rectify any misconceptions and uncertainties that I have? On Wed, Jul 24, 2013 at 12:25 PM, Claudio Martella claudio.marte...@gmail.com wrote: Hi Kyle, you can

zookeeper not starting

2013-07-30 Thread Claudio Martella
Am I the only one that recently is experiencing problems with zookeeper? I get the workers failing to connect to zookeeper. I presume it is not starting at all. I'm using trunk and hadoop 1.0.3. Used to work smoothly. -- Claudio Martella claudio.marte...@gmail.com

Re: Global factory for vertex IDs?

2013-07-04 Thread Claudio Martella
are detected by Giraph, so why not allow also a global vertex ID factory... Cheers, Christian -- Claudio Martella claudio.marte...@gmail.com

Re: Are new vertices active?

2013-06-26 Thread Claudio Martella
, but I did not find any documentation on these details. If this is documented somewhere, it would be helpful to get a link. Cheers, Christian -- Claudio Martella claudio.marte...@gmail.com

Re: SimpleShortestPathsComputation with Edge List input file

2013-06-03 Thread Claudio Martella
? (a tab separated file with a .tsv extension) Is the input class correct? Is the output class correct? Thank you, Peter On 3 June 2013 01:05, Claudio Martella claudio.marte...@gmail.com wrote: Hi Peter, shortly, those are abstract classes, that's why you cannot instantiate them. You'll

Re: SimpleShortestPathsComputation with Edge List input file

2013-06-03 Thread Claudio Martella
) * * at java.lang.reflect.Method.invoke(Method.java:597)* * at org.apache.hadoop.util.RunJar.main(RunJar.java:156)* On 3 June 2013 21:00, Claudio Martella claudio.marte...@gmail.com wrote: with the only problem that you picked an abstract class again... I advised you to use an inputformat that has

Re: External Documentation about Giraph

2013-06-02 Thread Claudio Martella
Master in Distributed Computing marsty5.wordpress.com -- Claudio Martella claudio.marte...@gmail.com

Re: External Documentation about Giraph

2013-05-30 Thread Claudio Martella
reading! (hopefully ;p) -- Maria Stylianou Intern at Telefonica, Barcelona, Spain Master Student of European Master in Distributed Computing -- Claudio Martella claudio.marte...@gmail.com

Re: Modifying a benchmark to use real input

2013-05-24 Thread Claudio Martella
JsonLongDoubleFloatDoubleVertexInputFormat.addInputPath(job, new Path(/some/path)); That's not available though. Could someone point me in the right direction with this? Am I going about this all wrong? Thanks for any help, Matt -- Claudio Martella claudio.marte...@gmail.com

Re: Error compiling Giraph

2013-05-13 Thread Claudio Martella
Giraph directly from the repo, but from the http mirror directly? Thanks in advance, Alexandros -- Claudio Martella claudio.marte...@gmail.com

Re: Extra data on vertex

2013-05-07 Thread Claudio Martella
)) { urls.add(targetUrl); edges.add(edge); } } setEdges(edges); } } Thanks, Emre. -- Claudio Martella claudio.marte...@gmail.com

Google Summer of Code 2013 Giraph + Tinkerpop project

2013-04-18 Thread Claudio Martella
advertising this issue to potential students or people interested in this project. The related issue can be found here: https://issues.apache.org/jira/browse/GIRAPH-549 An entry in the Giraph Wiki will be added soon. Best, Claudio -- Claudio Martella claudio.marte...@gmail.com

  1   2   >