Trouble getting filtering on field correct

2014-10-03 Thread Chop
an RDD of each field in each line. Thanks -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Trouble-getting-filtering-on-field-correct-tp15728.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Trouble getting filtering on field correct

2014-10-03 Thread Davies Liu
function/commands do I use to filter out those lines where line[8] = x? (i.e line[8] = 125) when I use line.split( ) I get an RDD of each field in each line. Thanks -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Trouble-getting-filtering-on-field