Re: Access by name in "tuples" in Scala with Spark

2014-09-26 Thread Sean Owen
we can access by a field number in a tuple: > > RDD.map{_.2} > > But want to see such construction: > > RDD.map{_.itemId} > > This one will be helpful for debugging purposes. > > > > -- > View this message in context: > http://apache-spark-user-list.10015

Access by name in "tuples" in Scala with Spark

2014-09-26 Thread rzykov
in context: http://apache-spark-user-list.1001560.n3.nabble.com/Access-by-name-in-tuples-in-Scala-with-Spark-tp15212.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: use