Re: PySpark issue with sortByKey: "IndexError: list index out of range"

2014-11-13 Thread Davies Liu
t; .sortByKey(lambda x: x) >> > File "/usr/lib/spark/python/pyspark/rdd.py", line 480, in sortByKey >> > bounds.append(samples[index]) >> > IndexError: list index out of range >> >

Re: PySpark issue with sortByKey: "IndexError: list index out of range"

2014-11-13 Thread santon
.sortByKey(lambda x: x) > > File "/usr/lib/spark/python/pyspark/rdd.py", line 480, in sortByKey > > bounds.append(samples[index]) > > IndexError: list index out of range > > > > > > > > -- > > View this message in context: &

Re: PySpark issue with sortByKey: "IndexError: list index out of range"

2014-11-09 Thread santon
mail] > <http://user/SendEmail.jtp?type=node&node=18393&i=4> > > > > -------------- > If you reply to this email, your message will be added to the discussion > below: > > http://apache-spark-us

Re: PySpark issue with sortByKey: "IndexError: list index out of range"

2014-11-07 Thread Davies Liu
uot;, line 480, in sortByKey > bounds.append(samples[index]) > IndexError: list index out of range > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/PySpark-issue-with-sortByKey-IndexError-list-index-out-of-range-tp1644

Re: PySpark issue with sortByKey: "IndexError: list index out of range"

2014-11-06 Thread Davies Liu
rtByKey > bounds.append(samples[index]) > IndexError: list index out of range > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/PySpark-issue-with-sortByKey-IndexError-list-index-out-of-range-tp1644

Re: PySpark issue with sortByKey: "IndexError: list index out of range"

2014-11-06 Thread skane
le.com/PySpark-issue-with-sortByKey-IndexError-list-index-out-of-range-tp16445p18288.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For