Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-7443 MLlib 1.4 QA plan
  3. SPARK-7529

Java compatibility check for MLlib 1.4

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.0
    • 1.4.0
    • ML, MLlib
    • None

    Description

      Check Java compatibility for MLlib 1.4. We should create separate JIRAs for each possible issue.

      Checking compatibility means:

      • comparing with the Scala doc
      • verifying that Java docs are not messed up by Scala type incompatibilities. Some items to look out for are:
        • Check for generic "Object" types where Java cannot understand complex Scala types.
        • Check Scala objects (especially with nesting!) carefully.
        • Check for uses of Scala and Java enumerations, which can show up oddly in the other language's doc.
      • If needed for complex issues, create small Java unit tests which execute each method. (The correctness can be checked in Scala.)

      Attachments

        Issue Links

          Activity

            People

              josephkb Joseph K. Bradley
              mengxr Xiangrui Meng
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: