Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/124#discussion_r10552671
  
    --- Diff: 
examples/src/main/scala/org/apache/spark/examples/SparkHdfsLR.scala ---
    @@ -34,8 +34,8 @@ object SparkHdfsLR {
       case class DataPoint(x: Vector, y: Double)
     
       def parsePoint(line: String): DataPoint = {
    -    //val nums = line.split(' ').map(_.toDouble)
    -    //return DataPoint(new Vector(nums.slice(1, D+1)), nums(0))
    +    // val nums = line.split(' ').map(_.toDouble)
    --- End diff --
    
    remove these 2 lines


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to