[Cassandra Wiki] Update of ArticlesAndPresentations b y Eben Hewitt

2010-05-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ArticlesAndPresentations page has been changed by Eben Hewitt. http://wiki.apache.org/cassandra/ArticlesAndPresentations?action=diffrev1=77rev2=78

[Cassandra Wiki] Trivial Update of ArticlesAndPresentati ons by JonathanEllis

2010-05-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ArticlesAndPresentations page has been changed by JonathanEllis. The comment on this change is: direct link to Glossary instead of landing page.

[jira] Created: (CASSANDRA-1096) Sequential splits causing unbalanced MapReduce load

2010-05-16 Thread Joost Ouwerkerk (JIRA)
Sequential splits causing unbalanced MapReduce load --- Key: CASSANDRA-1096 URL: https://issues.apache.org/jira/browse/CASSANDRA-1096 Project: Cassandra Issue Type: Bug Components:

[jira] Updated: (CASSANDRA-1096) Sequential splits causing unbalanced MapReduce load

2010-05-16 Thread Joost Ouwerkerk (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joost Ouwerkerk updated CASSANDRA-1096: --- Attachment: CASSANDRA-1096.patch I added Collections.shuffle(splits) before

svn commit: r944926 - /cassandra/trunk/src/java/org/apache/cassandra/hadoop/ColumnFamilyInputFormat.java

2010-05-16 Thread jbellis
Author: jbellis Date: Sun May 16 22:26:47 2010 New Revision: 944926 URL: http://svn.apache.org/viewvc?rev=944926view=rev Log: add Collections.shuffle(splits) so Hadoop doesn't send all the jobs to the same nodes at once. patch by Joost Ouwerkerk; reviewed by jbellis for CASSANDRA-1096

svn commit: r944927 - in /cassandra/branches/cassandra-0.6: CHANGES.txt src/java/org/apache/cassandra/hadoop/ColumnFamilyInputFormat.java

2010-05-16 Thread jbellis
Author: jbellis Date: Sun May 16 22:29:11 2010 New Revision: 944927 URL: http://svn.apache.org/viewvc?rev=944927view=rev Log: add Collections.shuffle(splits) so Hadoop doesn't send all the jobs to the same nodes at once. patch by Joost Ouwerkerk; reviewed by jbellis for CASSANDRA-1096

svn commit: r944929 - in /cassandra/trunk: ./ interface/thrift/gen-java/org/apache/cassandra/thrift/

2010-05-16 Thread jbellis
Author: jbellis Date: Sun May 16 22:31:40 2010 New Revision: 944929 URL: http://svn.apache.org/viewvc?rev=944929view=rev Log: merge from 0.6 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt

[jira] Resolved: (CASSANDRA-1096) Sequential splits causing unbalanced MapReduce load

2010-05-16 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1096. --- Assignee: Joost Ouwerkerk Resolution: Fixed committed. nice

[jira] Created: (CASSANDRA-1097) nodetool ring does not sort nodes by token

2010-05-16 Thread Benjamin Black (JIRA)
nodetool ring does not sort nodes by token -- Key: CASSANDRA-1097 URL: https://issues.apache.org/jira/browse/CASSANDRA-1097 Project: Cassandra Issue Type: Bug Components: Core Affects