Skip to content
Snippets Groups Projects
  1. Dec 31, 2013
    • Patrick Wendell's avatar
      Merge pull request #289 from tdas/filestream-fix · 55b7e2fd
      Patrick Wendell authored
      Bug fixes for file input stream and checkpointing
      
      - Fixed bugs in the file input stream that led the stream to fail due to transient HDFS errors (listing files when a background thread it deleting fails caused errors, etc.)
      - Updated Spark's CheckpointRDD and Streaming's CheckpointWriter to use SparkContext.hadoopConfiguration, to allow checkpoints to be written to any HDFS compatible store requiring special configuration.
      - Changed the API of SparkContext.setCheckpointDir() - eliminated the unnecessary 'useExisting' parameter. Now SparkContext will always create a unique subdirectory within the user specified checkpoint directory. This is to ensure that previous checkpoint files are not accidentally overwritten.
      - Fixed bug where setting checkpoint directory as a relative local path caused the checkpointing to fail.
      55b7e2fd
    • Tathagata Das's avatar
  2. Dec 30, 2013
    • Patrick Wendell's avatar
      Merge pull request #308 from kayousterhout/stage_naming · 50e3b8ec
      Patrick Wendell authored
      Changed naming of StageCompleted event to be consistent
      
      The rest of the SparkListener events are named with "SparkListener"
      as the prefix of the name; this commit renames the StageCompleted
      event to SparkListenerStageCompleted for consistency.
      50e3b8ec
  3. Dec 29, 2013
  4. Dec 28, 2013
  5. Dec 27, 2013
  6. Dec 26, 2013
  7. Dec 25, 2013
  8. Dec 24, 2013
Loading