Skip to content
Snippets Groups Projects
  1. Sep 28, 2012
    • Patrick Wendell's avatar
      Fixing some whitespace issues · 9fc78f8f
      Patrick Wendell authored
      9fc78f8f
    • Patrick Wendell's avatar
      Changes based on Matei's comments · bc909c29
      Patrick Wendell authored
      bc909c29
    • Patrick Wendell's avatar
      Log message which records RDD origin · c387e40f
      Patrick Wendell authored
      This adds tracking to determine the "origin" of an RDD. Origin is defined by
      the boundary between the user's code and the spark code, during an RDD's
      instantiation. It is meant to help users understand where a Spark RDD is
      coming from in their code.
      
      This patch also logs origin data when stages are submitted to the scheduler.
      
      Finally, it adds a new log message to fix an inconsitency in the way that
      dependent stages (those missing parents) and independent stages (those
      without) are logged during submission.
      c387e40f
  2. Sep 27, 2012
  3. Sep 26, 2012
  4. Sep 25, 2012
  5. Sep 24, 2012
  6. Sep 23, 2012
Loading