[jira] [Commented] (GIRAPH-56) Create a CSV TextOutputFormat

2011-10-25 Thread Jakob Homan (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/GIRAPH-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13135553#comment-13135553
 ] 

Jakob Homan commented on GIRAPH-56:
---

I'm thinking along the lines of Arun's comment, as the equivalent output format 
for GIRAPH-62.

 Create a CSV TextOutputFormat
 -

 Key: GIRAPH-56
 URL: https://issues.apache.org/jira/browse/GIRAPH-56
 Project: Giraph
  Issue Type: Improvement
Reporter: Jakob Homan
  Labels: newbie

 Right now we've got an outputformat that spits out Base64-encoded text.  It 
 would be nice to one that just did regular text, for testing or small graphs.

--
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-13) Port Giraph to YARN

2011-10-25 Thread Jakob Homan (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/GIRAPH-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13135554#comment-13135554
 ] 

Jakob Homan commented on GIRAPH-13:
---

This is coming along, but there are a lot of pre-req issues that need to be 
done first.  I'll start creating issues and linking them here.  Grab any you'd 
like.  GIRAPH-37 and its related issues are definitely blockers for this effort.

 Port Giraph to YARN
 ---

 Key: GIRAPH-13
 URL: https://issues.apache.org/jira/browse/GIRAPH-13
 Project: Giraph
  Issue Type: New Feature
Reporter: Jakob Homan
Assignee: Jakob Homan

 Now that YARN (aka MR2 aka MAPREDUCE-279) has been merged into the Hadoop 
 trunk, we should think about what it would take to separate out the graph 
 processing bits of Giraph from the MR1-specific code so as to take advantage 
 of the less-MR centric aspects of YARN, while still supporting both over the 
 medium term.

--
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] [Updated] (GIRAPH-63) Typo in PageRankBenchmark

2011-10-25 Thread Jakob Homan (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/GIRAPH-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jakob Homan updated GIRAPH-63:
--

Priority: Trivial  (was: Major)

 Typo in PageRankBenchmark
 -

 Key: GIRAPH-63
 URL: https://issues.apache.org/jira/browse/GIRAPH-63
 Project: Giraph
  Issue Type: Bug
Reporter: Jakob Homan
Priority: Trivial
  Labels: newbie

 {code:title=PageRankBenchmark.java|borderStyle=solid}
 if (!cmd.hasOption('s')) {
   System.out.println(Need to set the number of supesteps (-s));
   return -1;
 }{code}
 supesteps - supersteps

--
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