Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-3266

JavaDoubleRDD doesn't contain max()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.1, 1.0.2, 1.1.0, 1.2.0
    • 1.2.2, 1.3.1, 1.4.0
    • Java API
    • None

    Description

      While I can compile my code, I see:

      Caused by: java.lang.NoSuchMethodError: org.apache.spark.api.java.JavaDoubleRDD.max(Ljava/util/Comparator;)Ljava/lang/Double;

      When I try to execute my Spark code. Stepping into the JavaDoubleRDD class, I don't notice max()
      although it is clearly listed in the documentation.

      Attachments

        1. spark-repro-3266.tar.gz
          1 kB
          Colin B.

        Issue Links

          Activity

            People

              srowen Sean R. Owen
              ameyc Amey Chaugule
              Votes:
              3 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: