Skip to content
Snippets Groups Projects
  1. Jan 07, 2014
  2. Jan 06, 2014
  3. Jan 05, 2014
    • Patrick Wendell's avatar
      Responding to Aaron's review · 675d7eb4
      Patrick Wendell authored
      675d7eb4
    • Xusen Yin's avatar
      fix logistic loss bug · a7210728
      Xusen Yin authored
      a7210728
    • Reynold Xin's avatar
      Merge pull request #334 from pwendell/examples-fix · 5b0986a1
      Reynold Xin authored
      Removing SPARK_EXAMPLES_JAR in the code
      
      This re-writes all of the examples to use the `SparkContext.jarOfClass` mechanism for loading the examples jar. This necessary for environments like YARN and the Standalone mode where example programs will be submit from inside the cluster rather than at the client using `./spark-example`.
      
      This still leaves SPARK_EXAMPLES_JAR in place in the shell scripts for setting up the classpath if `./spark-example` is run.
      5b0986a1
    • Reynold Xin's avatar
      Merge pull request #335 from rxin/ser · f4b924f6
      Reynold Xin authored
      Fall back to zero-arg constructor for Serializer initialization if there is no constructor that accepts SparkConf.
      
      This maintains backward compatibility with older serializers implemented by users.
      f4b924f6
Loading