Big Data / Search / DevOps
  • About
  • project

    • Giraph (14)

    author

    • ()
    • Avery Ching (771)
    • Claudio Martella (506)
    • Maja Kabiljo (405)
    • Eli Reisman (363)
    • Nitay Joffe (311)
    • Alessandro Presta (287)
    • Sebastian Schelter (211)
    • Jakob Homan (177)
    • Roman Shaposhnik (132)
    • Eugene Koontz (104)
    • Sergey Edunov (98)
    • Jyoti Yadav (94)
    • Lukas Nalezenec (70)
    • Paolo Castagna (62)
    • José Luis Larroque (61)
    • Gianmarco De Francisci Mo... (57)
    • Jake Mannix (56)
    • Hyunsik Choi (48)
    • Hassan Eslami (45)
    • Armando Miraglia (43)
    • Puneet Agarwal (37)
    • David Garcia (36)
    • Pavan Kumar A (36)
    • Suijian Zhou (35)
    • Young Han (35)
    • Igor Kabiljo (34)
    • Pavan Kumar (34)
    • Agrta Rawat (33)
    • André Kelpe (33)
    • Owen OMalley (33)
    • Ahmet Emre Aladağ (32)
    • Lewis John Mcgibbney (30)
    • Matthew Saltz (30)
    • Rob Vesse (30)
    • Armando (29)
    • Benjamin Heitmann (29)
    • Carmen Manzulli (29)
    • Christian Krause (29)
    • Mirko Kämpf (29)
    • Alexander Frolov (27)
    • Jan van der Lugt (27)
    • Mattmann, Chris A (27)
    • Alessandro Negro (26)
    • Jyotirmoy Sundi (26)
    • Tripti Singh (26)
    • ghufran malik (26)
    • Ameya Vilankar (25)
    • Kyle Orlando (25)
    • Silvio Di gregorio (24)
    • Charith Wickramarachchi (23)
    • Han JU (23)
    • Pavan Kumar Athivarapu (22)
    • Arghya Kusum Das (21)
    • Craig Muchinsky (21)
    • Maria Stylianou (21)
    • Rui Sarmento (21)
    • Alessio Arleo (20)
    • Martin Neumann (20)
    • Pascal Jäger (20)
    • Renato Marroquín Mogrovej... (20)

    type

    • mail # user (13)
    • mail # dev (1)
  • date

    • last 7 days (0)
    • last 30 days (0)
    • last 90 days (0)
    • last 6 months (2)
    • last 9 months (14)
clear query| facets| time Search criteria: .   Results from 1 to 10 from 14 (0.0s).
Loading phrases to help you
refine your search...
Printing paths with shortest simple path algorithm - Giraph - [mail # user]
...Aneesh,The SSSP example given does not store that information in the vertex, soyou'd have tomodify the example so that each vertex stores the entire path from thesource, perhapsas a string. ...
   Author: Kenrick Fernandes , 2017-11-30, 14:41
  
Worker to task id mapping in giraph - Giraph - [mail # user]
...Ravikant,As far as I know,  there is no way to do this (atleast not without changingthe network names of the machines which is outside the scope of the Giraphcode).However, a simple sol...
   Author: Kenrick Fernandes , 2017-11-27, 19:56
  
Apache Graph on Cloudera 5.7.0 - Giraph - [mail # user]
...Hi Alessio,Im currently experiencing this problem with the HDP distribution, but imseeing the issue withthe Giraph distributions for both Hadoop 1 and 2. Did you find asolution/workaround fo...
   Author: Kenrick Fernandes , 2016-09-08, 21:53
  
PartitionBalancing failure on Giraph 1.1.0 - Giraph - [mail # user]
...Hello,  When I change the Partition Balance Algorithm from static to edges/vertices, Giraph 1.1 quickly crashes. I have checked my configuration settings to make sure nothing else is ou...
   Author: Kenrick Fernandes , 2015-09-21, 20:38
  
[expand - 1 more] [collapse] - Developing Giraph in an IDE - Giraph - [mail # dev]
...Hello,  I have tried unsuccessfully to setup a local development environment to develop applications and play with Giraph code. So far, ive used a few tutorials and list threads for Ecl...
   Author: Kenrick Fernandes , 2015-06-05, 02:06
  
Developing Giraph in an IDE - Giraph - [mail # user]
...Hello,  I have tried unsuccessfully to setup a local development environment to develop applications and play with Giraph code. So far, ive used a few tutorials and list threads for Ecl...
   Author: Kenrick Fernandes , 2015-06-05, 02:05
[expand - 2 more] [collapse] - Input format problems running Giraph 1.1.0 on Twitter dataset - Giraph - [mail # user]
...Thank you both for your responses.  Steve, I faced the same problem when I created the Long input format files. I tried running the code linked by Young above, using the *SimplePageRank...
   Author: Kenrick Fernandes , 2015-05-02, 18:19
  
Input format problems running Giraph 1.1.0 on Twitter dataset - Giraph - [mail # user]
...Hi Roman,  Thanks for the quick response. There is no vertex data in this dataset though, and the vertex IDs posted above would fit in a Long. Would you advise changing the PageRankComp...
   Author: Kenrick Fernandes , 2015-04-26, 01:54
Input format problems running Giraph 1.1.0 on Twitter dataset - Giraph - [mail # user]
...Hello,  Im trying to get Giraph to read the Twitter dataset as input for the SimplePageRankComputation program. The dataset format looks like this: 61578010 61147436 61578037 61147436 6...
   Author: Kenrick Fernandes , 2015-04-25, 21:58
[expand - 4 more] [collapse] - Giraph 1.1.0 not running on full cluster with Hadoop 2.6.0 - Giraph - [mail # user]
...Hi Steve,  Thanks for the link - there's a different error I get now regarding not finding some other classes, but ive seen that before and should be able to find a fix.  Running P...
   Author: Kenrick Fernandes , 2015-03-25, 18:56
  
Giraph 1.1.0 not running on full cluster with Hadoop 2.6.0 - Giraph - [mail # user]
...Hi Phil,  The build was successful - now running the *ShortestPaths* example gives me a different error, *"GiraphApplicationMaster* not found" . However, when I run the PageRank benchma...
   Author: Kenrick Fernandes , 2015-03-23, 23:06
Giraph 1.1.0 not running on full cluster with Hadoop 2.6.0 - Giraph - [mail # user]
...Update:  The shortest path example runs now, but only with *1 worker*. Using more than 1 worker gives the same *LocalJobRunner *error:  ----------------------------------------- *C...
   Author: Kenrick Fernandes , 2015-03-23, 20:24
Giraph 1.1.0 not running on full cluster with Hadoop 2.6.0 - Giraph - [mail # user]
...Hi Steve,  Running the Shortest Paths example with that option gives me an *IncompatibleClassChange* error, which I am still trying to figure out how to fix. However, running the PageRa...
   Author: Kenrick Fernandes , 2015-03-23, 17:30
Giraph 1.1.0 not running on full cluster with Hadoop 2.6.0 - Giraph - [mail # user]
...Hi,  I am working with Giraph 1.1.0 and a YARN cluster with Hadoop 2.6.0. I build Giraph with      mvn -Phadoop_2 -Dhadoop.version=2.6.0 clean package -DskipTests  S...
   Author: Kenrick Fernandes , 2015-03-22, 20:28
1 2 Next >
Apache Lucene, Apache Solr and all other Apache Software Foundation project and their respective logos are trademarks of the Apache Software Foundation.
Elasticsearch, Kibana, Logstash, and Beats are trademarks of Elasticsearch BV, registered in the U.S. and in other countries. This site and Sematext Group is in no way affiliated with Elasticsearch BV.
Service operated by Sematext