aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #800 from dlyubimov/HBASE_VERSIONMatei Zaharia2013-08-091-1/+4
|\
| * fewer wordsDmitriy Lyubimov2013-08-091-1/+1
| * Pull HBASE_VERSION in the head of sbt buildDmitriy Lyubimov2013-08-091-1/+4
* | Merge pull request #786 from shivaram/mllib-javaMatei Zaharia2013-08-0911-31/+471
|\ \
| * | Remove Java-specific constructor for Rating.Shivaram Venkataraman2013-08-084-15/+6
| * | Add a test case for random initialization.Shivaram Venkataraman2013-08-062-2/+13
| * | Java examples, tests for KMeans and ALSShivaram Venkataraman2013-08-0611-28/+466
* | | Merge pull request #799 from woggle/sync-fixMatei Zaharia2013-08-091-9/+7
|\ \ \
| * | | Remove extra synchronization in ResultTaskCharles Reiss2013-08-091-9/+7
| | |/ | |/|
* | | Merge pull request #775 from pwendell/print-launch-commandPatrick Wendell2013-08-093-5/+26
|\ \ \ | |/ / |/| |
| * | Using quotes when printing out commandPatrick Wendell2013-08-091-1/+2
| * | Make output formatting consistent between bash/scalaPatrick Wendell2013-08-032-3/+2
| * | Log the launch command for Spark executorsPatrick Wendell2013-08-031-3/+13
| * | Log the launch command for Spark daemonsPatrick Wendell2013-08-022-2/+13
* | | Merge pull request #788 from shane-huang/sparkjavaoptsMatei Zaharia2013-08-092-1/+7
|\ \ \
| * | | add comment in spark-env.sh.template for SPARK_JAVA_OPTSshane-huang2013-08-091-0/+5
| * | | For standalone mode, add worker local env setting of SPARK_JAVA_OPTS as defau...shane-huang2013-08-071-1/+2
* | | | Optimize JavaPageRank to use reduceByKey instead of groupByKeyMatei Zaharia2013-08-081-9/+8
* | | | Fixed a typo in mllib inline documentation.Reynold Xin2013-08-081-1/+1
* | | | Merge pull request #797 from mateiz/chill-0.3.1Matei Zaharia2013-08-084-7/+19
|\ \ \ \
| * | | | Add test for Kryo with WrappedArray (which was failing in Chill 0.3.0)Matei Zaharia2013-08-081-1/+13
| * | | | Update to Chill 0.3.1Matei Zaharia2013-08-083-6/+6
|/ / / /
* | | | Merge pull request #796 from pwendell/bootstrap-designPatrick Wendell2013-08-0811-37/+45
|\ \ \ \
| * | | | Reverting boostrap changePatrick Wendell2013-08-074-1863/+852
| * | | | Change I forgot to merge inPatrick Wendell2013-08-071-1/+1
| * | | | Bumping font size to 14px and fixing sytle issue in progress barsPatrick Wendell2013-08-072-2/+7
| * | | | Merge branch 'master' into bootstrap-designPatrick Wendell2013-08-0748-413/+1151
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #790 from kayousterhout/fix_throughputMatei Zaharia2013-08-073-17/+6
|\ \ \ \ \
| * | | | | Fixed issue in UI that limited scheduler throughput.Kay Ousterhout2013-08-073-17/+6
|/ / / / /
* | | | | Merge pull request #747 from mateiz/improved-lrMatei Zaharia2013-08-061-27/+26
|\ \ \ \ \
| * | | | | Fix string parsing and style in LRMatei Zaharia2013-07-311-1/+1
| * | | | | Update the Python logistic regression example to read from a file andMatei Zaharia2013-07-291-27/+26
* | | | | | Merge pull request #724 from dlyubimov/SPARK-826Matei Zaharia2013-08-067-22/+162
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge fixes merge commit hasn't pickedDmitriy Lyubimov2013-08-011-1/+2
| * | | | | Merge remote-tracking branch 'mesos/master' into SPARK-826Dmitriy Lyubimov2013-07-31120-1004/+3696
| |\ \ \ \ \
| * | | | | | More elegant rewrite of the same.Dmitriy Lyubimov2013-07-316-88/+38
| * | | | | | (1) added reduce test case.Dmitriy Lyubimov2013-07-315-22/+96
| * | | | | | IDEA flipped JavaSerialized import at some point to a wrong class.Dmitriy Lyubimov2013-07-301-1/+0
| * | | | | | Minor, styleDmitriy Lyubimov2013-07-301-4/+1
| * | | | | | reverting back to one-by-one serialization for parallelize()Dmitriy Lyubimov2013-07-301-17/+30
| * | | | | | removing default constructor (not Externalizable any more)Dmitriy Lyubimov2013-07-301-3/+0
| * | | | | | realiging "extends" back manuallyDmitriy Lyubimov2013-07-301-1/+1
| * | | | | | resetting wrap and continuation indent = 4Dmitriy Lyubimov2013-07-301-11/+11
| * | | | | | Reverting SparkBuild w.r.t to branch fork ratherh than current trunk to avoid...Dmitriy Lyubimov2013-07-301-5/+2
| * | | | | | reverting build file..againDmitriy Lyubimov2013-07-301-8/+11
| * | | | | | changing approaches for parallelize(): java serialization needs to avoid writ...Dmitriy Lyubimov2013-07-302-31/+41
| * | | | | | refactoring using writeByteBuffer() from Utils.Dmitriy Lyubimov2013-07-303-15/+17
| * | | | | | fixing formattingDmitriy Lyubimov2013-07-301-1/+1
| * | | | | | adding ===Dmitriy Lyubimov2013-07-301-2/+2
| * | | | | | + bug fixes;Dmitriy Lyubimov2013-07-302-8/+20