Hello, We have also came across this issue in our dev environment, when we upgrade Cassandra from 1.1.5 to 1.2.1 version. I have mentioned this issue in few times in this forum but haven't got any answer yet. For quick work around you can use pig.splitCombination false in your pig script to avoid this issue, but it will make one of your task with a very big amount of data. I can't figure out why this happening in newer version of Cassandra, strongly guess some thing goes wrong in Cassandra implementation of LoadFunc or in Murmur3Partition (it's my guess). Here is my earliar post http://www.mail-archive.com/user@cassandra.apache.org/msg28016.html http://www.mail-archive.com/user@cassandra.apache.org/msg29425.html
Any comment from authors will be highly appreciated P.S. please keep me in touch with any solution or hints. -- Best regards Shamim A. 03.05.2013, 19:25, "cscetbon....@orange.com" <cscetbon....@orange.com>: > Hi, > I'm using Pig to calculate the sum of a columns from a columnfamily (scan of > all rows) and I've read that input data locality is supported at > http://wiki.apache.org/cassandra/HadoopSupport > However when I execute my Pig script Hadoop assigns only one mapper to the > task and not one mapper on each node (replication factor = 1). FYI, I've 8 > mappers available (2 per node). > Is there anything that can disable the data locality feature ? > > Thanks > -- > Cyril SCETBON > > _________________________________________________________________________________________________________________________ > Ce message et ses pieces jointes peuvent contenir des informations > confidentielles ou privilegiees et ne doivent donc pas etre diffuses, > exploites ou copies sans autorisation. Si vous avez recu ce message par > erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les > pieces jointes. Les messages electroniques etant susceptibles d'alteration, > France Telecom - Orange decline toute responsabilite si ce message a ete > altere, deforme ou falsifie. Merci. This message and its attachments may > contain confidential or privileged information that may be protected by law; > they should not be distributed, used or copied without authorisation. If you > have received this email in error, please notify the sender and delete this > message and its attachments. As emails may be altered, France Telecom - > Orange is not liable for messages that have been modified, changed or > falsified. Thank you.