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

Implement AllReduce

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Critical
    • Resolution: Won't Fix
    • None
    • None
    • MLlib
    • None

    Description

      The current implementations of machine learning algorithms rely on the driver for some computation and data broadcasting. This will create a bottleneck at the driver for both computation and communication, especially in multi-model training. An efficient implementation of AllReduce (or AllAggregate) can help free the driver:

      allReduce(RDD[T], (T, T) => T): RDD[T]

      This JIRA is created for discussing how to implement AllReduce efficiently and possible alternatives.

      Attachments

        Issue Links

          Activity

            People

              mengxr Xiangrui Meng
              mengxr Xiangrui Meng
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: