Skip to content
Snippets Groups Projects
  1. Nov 24, 2013
    • Matei Zaharia's avatar
      Merge pull request #151 from russellcardullo/add-graphite-sink · 859d62dc
      Matei Zaharia authored
      Add graphite sink for metrics
      
      This adds a metrics sink for graphite.  The sink must
      be configured with the host and port of a graphite node
      and optionally may be configured with a prefix that will
      be prepended to all metrics that are sent to graphite.
      859d62dc
    • Matei Zaharia's avatar
      Merge pull request #185 from mkolod/random-number-generator · 65de73c7
      Matei Zaharia authored
      XORShift RNG with unit tests and benchmark
      
      This patch was introduced to address SPARK-950 - the discussion below the ticket explains not only the rationale, but also the design and testing decisions: https://spark-project.atlassian.net/browse/SPARK-950
      
      To run unit test, start SBT console and type:
      compile
      test-only org.apache.spark.util.XORShiftRandomSuite
      To run benchmark, type:
      project core
      console
      Once the Scala console starts, type:
      org.apache.spark.util.XORShiftRandom.benchmark(100000000)
      XORShiftRandom is also an object with a main method taking the
      number of iterations as an argument, so you can also run it
      from the command line.
      65de73c7
    • Reynold Xin's avatar
      Merge pull request #197 from aarondav/patrick-fix · 972171b9
      Reynold Xin authored
      Fix 'timeWriting' stat for shuffle files
      
      Due to concurrent git branches, changes from shuffle file consolidation patch
      caused the shuffle write timing patch to no longer actually measure the time,
      since it requires time be measured after the stream has been closed.
      972171b9
  2. Nov 23, 2013
  3. Nov 21, 2013
  4. Nov 20, 2013
  5. Nov 19, 2013
  6. Nov 18, 2013
  7. Nov 17, 2013
  8. Nov 16, 2013
    • Matei Zaharia's avatar
      Merge pull request #178 from hsaputra/simplecleanupcode · 1b5b3583
      Matei Zaharia authored
      Simple cleanup on Spark's Scala code
      
      Simple cleanup on Spark's Scala code while testing some modules:
      -) Remove some of unused imports as I found them
      -) Remove ";" in the imports statements
      -) Remove () at the end of method calls like size that does not have size effect.
      1b5b3583
  9. Nov 15, 2013
Loading