Skip to content
Snippets Groups Projects
  1. Nov 01, 2013
  2. Oct 30, 2013
  3. Oct 29, 2013
  4. Oct 28, 2013
  5. Oct 27, 2013
  6. Oct 26, 2013
  7. Oct 25, 2013
    • Patrick Wendell's avatar
      Adding improved error message when multiple assembly jars are present. · 4ba32678
      Patrick Wendell authored
      This can happen easily if building different hadoop versions.
      4ba32678
    • Matei Zaharia's avatar
      Merge pull request #108 from alig/master · bab496c1
      Matei Zaharia authored
      Changes to enable executing by using HDFS as a synchronization point between driver and executors, as well as ensuring executors exit properly.
      bab496c1
    • Matei Zaharia's avatar
      Merge pull request #102 from tdas/transform · d307db6e
      Matei Zaharia authored
      Added new Spark Streaming operations
      
      New operations
      - transformWith which allows arbitrary 2-to-1 DStream transform, added to Scala and Java API
      - StreamingContext.transform to allow arbitrary n-to-1 DStream
      - leftOuterJoin and rightOuterJoin between 2 DStreams, added to Scala and Java API
      - missing variations of join and cogroup added to Scala Java API
      - missing JavaStreamingContext.union
      
      Updated a number of Java and Scala API docs
      d307db6e
    • Ali Ghodsi's avatar
      fixing comments on PR · eef261c8
      Ali Ghodsi authored
      eef261c8
    • Matei Zaharia's avatar
      Merge pull request #111 from kayousterhout/ui_name · 85e2cab6
      Matei Zaharia authored
      Properly display the name of a stage in the UI.
      
      This fixes a bug introduced by the fix for SPARK-940, which
      changed the UI to display the RDD name rather than the stage
      name. As a result, no name for the stage was shown when
      using the Spark shell, which meant that there was no way to
      click on the stage to see more details (e.g., the running
      tasks). This commit changes the UI back to using the
      stage name.
      
      @pwendell -- let me know if this change was intentional
      85e2cab6
    • Tathagata Das's avatar
      dc957078
    • Kay Ousterhout's avatar
      Properly display the name of a stage in the UI. · a9c8d83a
      Kay Ousterhout authored
      This fixes a bug introduced by the fix for SPARK-940, which
      changed the UI to display the RDD name rather than the stage
      name. As a result, no name for the stage was shown when
      using the Spark shell, which meant that there was no way to
      click on the stage to see more details (e.g., the running
      tasks). This commit changes the UI back to using the
      stage name.
      a9c8d83a
    • Reynold Xin's avatar
      Merge pull request #110 from pwendell/master · ab35ec4f
      Reynold Xin authored
      Exclude jopt from kafka dependency.
      
      Kafka uses an older version of jopt that causes bad conflicts with the version
      used by spark-perf. It's not easy to remove this downstream because of the way
      that spark-perf uses Spark (by including a spark assembly as an unmanaged jar).
      This fixes the problem at its source by just never including it.
      ab35ec4f
    • Patrick Wendell's avatar
      Exclude jopt from kafka dependency. · af4a529f
      Patrick Wendell authored
      Kafka uses an older version of jopt that causes bad conflicts with the version
      used by spark-perf. It's not easy to remove this downstream because of the way
      that spark-perf uses Spark (by including a spark assembly as an unmanaged jar).
      This fixes the problem at its source by just never including it.
      af4a529f
    • Reynold Xin's avatar
      Merge pull request #109 from pwendell/master · 4f2c9438
      Reynold Xin authored
      Adding Java/Java Streaming versions of `repartition` with associated tests
      4f2c9438
    • Patrick Wendell's avatar
      Style fixes · ad5f579c
      Patrick Wendell authored
      ad5f579c
    • Patrick Wendell's avatar
      Spacing fix · e5f6d569
      Patrick Wendell authored
      e5f6d569
Loading