0% found this document useful (0 votes)
733 views137 pages

Changes Spark

The document provides change logs for Release 1.0.0 of Spark, including fixes, improvements and documentation updates. Multiple contributors submitted code changes addressing issues like adding constructors, improving aggregation methods, documenting network connections, and fixing style violations.

Uploaded by

navigatork616
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
733 views137 pages

Changes Spark

The document provides change logs for Release 1.0.0 of Spark, including fixes, improvements and documentation updates. Multiple contributors submitted code changes addressing issues like adding constructors, improving aggregation methods, documenting network connections, and fixing style violations.

Uploaded by

navigatork616
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 137

Spark Change Log

---------------Release 1.0.0
HOTFIX: Add no-arg SparkContext constructor in Java
Patrick Wendell <[email protected]>
2014-05-25 20:13:32 -0700
Commit: 18c77cb, github.com/apache/spark/pull/878
[SQL] Minor: Introduce SchemaRDD#aggregate() for simple aggregations
Aaron Davidson <[email protected]>
2014-05-25 18:37:44 -0700
Commit: a3976a2, github.com/apache/spark/pull/874
SPARK-1903 Document Spark's network connections
Andrew Ash <[email protected]>
2014-05-25 17:15:47 -0700
Commit: 5107a6f, github.com/apache/spark/pull/856
Fix PEP8 violations in Python mllib.
Reynold Xin <[email protected]>
2014-05-25 17:15:01 -0700
Commit: 07f34ca, github.com/apache/spark/pull/871
Python docstring update for sql.py.
Reynold Xin <[email protected]>
2014-05-25 16:04:17 -0700
Commit: 8891495, github.com/apache/spark/pull/869
Fix PEP8 violations in examples/src/main/python.
Reynold Xin <[email protected]>
2014-05-25 14:48:27 -0700
Commit: 3368397, github.com/apache/spark/pull/870
Added license header for tox.ini.
Reynold Xin <[email protected]>
2014-05-25 01:47:08 -0700
Commit: 7273bfc
SPARK-1822: Some minor cleanup work on SchemaRDD.count()
Reynold Xin <[email protected]>
2014-05-25 01:44:49 -0700
Commit: aeffc20, github.com/apache/spark/pull/868
Added PEP8 style configuration file.
Reynold Xin <[email protected]>
2014-05-25 01:32:15 -0700
Commit: 291567d, github.com/apache/spark/pull/872
[SPARK-1822] SchemaRDD.count() should use query optimizer
Kan Zhang <[email protected]>
2014-05-25 00:06:42 -0700
Commit: 64d0fb5, github.com/apache/spark/pull/841
spark-submit: add exec at the end of the script
Colin Patrick Mccabe <[email protected]>
2014-05-24 22:39:27 -0700
Commit: 7e59335, github.com/apache/spark/pull/858

[SPARK-1886] check executor id existence when executor exit


Zhen Peng <[email protected]>
2014-05-24 20:40:19 -0700
Commit: b5e9686, github.com/apache/spark/pull/827
Updated CHANGES.txt
Tathagata Das <[email protected]>
2014-05-25 02:20:13 +0000
Commit: 8406092
SPARK-1911: Emphasize that Spark jars should be built with Java 6.
Patrick Wendell <[email protected]>
2014-05-24 18:27:00 -0700
Commit: 217bd56, github.com/apache/spark/pull/859
[SPARK-1900 / 1918] PySpark on YARN is broken
Andrew Or <[email protected]>
2014-05-24 18:01:49 -0700
Commit: 12f5ecc, github.com/apache/spark/pull/853
Update LBFGSSuite.scala
baishuo( ) <[email protected]>
2014-05-23 13:02:40 -0700
Commit: 9be103a, github.com/apache/spark/pull/815
Updated scripts for auditing releases
Tathagata Das <[email protected]>
2014-05-22 20:48:55 -0700
Commit: 6541ca2, github.com/apache/spark/pull/844
[SPARK-1896] Respect spark.master (and --master) before MASTER in spark-shell
Andrew Or <[email protected]>
2014-05-22 20:32:27 -0700
Commit: c3b4065, github.com/apache/spark/pull/846
[SPARK-1897] Respect spark.jars (and --jars) in spark-shell
Andrew Or <[email protected]>
2014-05-22 20:25:41 -0700
Commit: 23cc40e, github.com/apache/spark/pull/849
Fix UISuite unit test that fails under Jenkins contention
Aaron Davidson <[email protected]>
2014-05-22 15:11:05 -0700
Commit: a566216, github.com/apache/spark/pull/857
[SPARK-1870] Make spark-submit --jars work in yarn-cluster mode.
Xiangrui Meng <[email protected]>
2014-05-22 01:52:50 -0700
Commit: 79cd26c, github.com/apache/spark/pull/848
Configuration documentation updates
Reynold Xin <[email protected]>
2014-05-21 18:49:12 -0700
Commit: 75af8bd, github.com/apache/spark/pull/851
[SPARK-1889] [SQL] Apply splitConjunctivePredicates to join condition while fi
nding join ke...
Takuya UESHIN <[email protected]>
2014-05-21 15:37:47 -0700
Commit: 6e7934e, github.com/apache/spark/pull/836

[SPARK-1519] Support minPartitions param of wholeTextFiles() in PySpark


Kan Zhang <[email protected]>
2014-05-21 13:26:53 -0700
Commit: 30d1df5, github.com/apache/spark/pull/697
[Typo] Stoped -> Stopped
Andrew Or <[email protected]>
2014-05-21 11:59:05 -0700
Commit: 9b8f772, github.com/apache/spark/pull/847
[Minor] Move JdbcRDDSuite to the correct package
Andrew Or <[email protected]>
2014-05-21 01:25:10 -0700
Commit: bc6bbfa, github.com/apache/spark/pull/839
[Docs] Correct example of creating a new SparkConf
Andrew Or <[email protected]>
2014-05-21 01:23:34 -0700
Commit: 7295dd9, github.com/apache/spark/pull/842
[SPARK-1250] Fixed misleading comments in bin/pyspark, bin/spark-class
Sumedh Mungee <[email protected]>
2014-05-21 01:22:25 -0700
Commit: 364c14a, github.com/apache/spark/pull/843
[Hotfix] Blacklisted flaky HiveCompatibility test
Tathagata Das <[email protected]>
2014-05-20 10:27:12 -0700
Commit: b4d93d3, github.com/apache/spark/pull/838
Updated CHANGES.txt
Tathagata Das <[email protected]>
2014-05-19 23:12:24 -0700
Commit: 1c00f2a
[Spark 1877] ClassNotFoundException when loading RDD with serialized objects
Tathagata Das <[email protected]>, Ghidireac <bogdang@u448a5b0a73d45
358d94a.ant.amazon.com>
2014-05-19 22:36:24 -0700
Commit: 6cbe2a3, github.com/apache/spark/pull/835
[SPARK-1874][MLLIB] Clean up MLlib sample data
Xiangrui Meng <[email protected]>
2014-05-19 21:29:33 -0700
Commit: 1c6c8b5, github.com/apache/spark/pull/833
SPARK-1689: Spark application should die when removed by Master
Aaron Davidson <[email protected]>
2014-05-19 20:55:26 -0700
Commit: 78b6e6f, github.com/apache/spark/pull/832
[SPARK-1875]NoClassDefFoundError: StringUtils when building with hadoop 1.x an
d hive
witgo <[email protected]>
2014-05-19 19:40:29 -0700
Commit: 875c54f, github.com/apache/spark/pull/824
SPARK-1879. Increase MaxPermSize since some of our builds have many classes
Matei Zaharia <[email protected]>

2014-05-19 18:42:28 -0700


Commit: 00563e1, github.com/apache/spark/pull/823
SPARK-1878: Fix the incorrect initialization order
zsxwing <[email protected]>
2014-05-19 16:41:31 -0700
Commit: 901102c, github.com/apache/spark/pull/822
[SPARK-1876] Windows fixes to deal with latest distribution layout changes
Matei Zaharia <[email protected]>
2014-05-19 15:02:35 -0700
Commit: 111c121, github.com/apache/spark/pull/819
[WIP][SPARK-1871][MLLIB] Improve MLlib guide for v1.0
Xiangrui Meng <[email protected]>
2014-05-18 17:00:57 -0700
Commit: ecab8a2, github.com/apache/spark/pull/816
SPARK-1873: Add README.md file when making distributions
Patrick Wendell <[email protected]>
2014-05-18 16:51:53 -0700
Commit: 8e8b351, github.com/apache/spark/pull/818
Fix spark-submit path in spark-shell & pyspark
Neville Li <[email protected]>
2014-05-18 13:31:23 -0700
Commit: e06e4b0, github.com/apache/spark/pull/812
Make deprecation warning less severe
Patrick Wendell <[email protected]>
2014-05-16 22:58:47 -0700
Commit: 3b3d7c8, github.com/apache/spark/pull/810
[SPARK-1824] Remove <master> from Python examples
Andrew Or <[email protected]>
2014-05-16 22:36:23 -0700
Commit: 03b4242, github.com/apache/spark/pull/802
[SPARK-1808] Route bin/pyspark through Spark submit
Andrew Or <[email protected]>
2014-05-16 22:34:38 -0700
Commit: 318739a, github.com/apache/spark/pull/799
Version bump of spark-ec2 scripts
Patrick Wendell <[email protected]>
2014-05-16 21:42:14 -0700
Commit: 9cd12f3, github.com/apache/spark/pull/809
SPARK-1864 Look in spark conf instead of system properties when propagating co
nfiguration to executors.
Michael Armbrust <[email protected]>
2014-05-16 20:25:10 -0700
Commit: a16a19f, github.com/apache/spark/pull/808
Tweaks to Mesos docs
Matei Zaharia <[email protected]>
2014-05-16 17:35:05 -0700
Commit: 2ba6711, github.com/apache/spark/pull/806
[SQL] Implement between in hql

Michael Armbrust <[email protected]>


2014-05-16 11:47:00 -0700
Commit: 386b31c, github.com/apache/spark/pull/804
bugfix: overflow of graphx Edge compare function
Zhen Peng <[email protected]>
2014-05-16 11:37:18 -0700
Commit: ff47cdc, github.com/apache/spark/pull/769
SPARK-1862: Support for MapR in the Maven build.
Patrick Wendell <[email protected]>
2014-05-15 23:31:43 -0700
Commit: eec4dd8, github.com/apache/spark/pull/803
[Spark-1461] Deferred Expression Evaluation (short-circuit evaluation)
Cheng Hao <[email protected]>
2014-05-15 22:12:34 -0700
Commit: eac4ee8, github.com/apache/spark/pull/446
SPARK-1860: Do not cleanup application work/ directories by default
Aaron Davidson <[email protected]>
2014-05-15 21:37:58 -0700
Commit: 5441471, github.com/apache/spark/pull/800
Typos in Spark
Huajian Mao <[email protected]>
2014-05-15 18:20:16 -0700
Commit: a2742d8, github.com/apache/spark/pull/798
Fixes a misplaced comment.
Prashant Sharma <[email protected]>
2014-05-15 16:58:37 -0700
Commit: 2e418f5, github.com/apache/spark/pull/788
[SQL] Fix tiny/small ints from HiveMetastore.
Michael Armbrust <[email protected]>
2014-05-15 16:50:42 -0700
Commit: ffa9c49, github.com/apache/spark/pull/797
SPARK-1803 Replaced colon in filenames with a dash
Stevo Slavi <[email protected]>, Stevo Slavic <[email protected]>
2014-05-15 16:44:14 -0700
Commit: 22f261a, github.com/apache/spark/pull/739
SPARK-1851. Upgrade Avro dependency to 1.7.6 so Spark can read Avro file...
Sandy Ryza <[email protected]>
2014-05-15 16:35:39 -0700
Commit: 3587057, github.com/apache/spark/pull/795
[SPARK-1741][MLLIB] add predict(JavaRDD) to RegressionModel, ClassificationMod
el, and KMeans
Xiangrui Meng <[email protected]>
2014-05-15 11:59:59 -0700
Commit: bc9a96e, github.com/apache/spark/pull/670
[SPARK-1819] [SQL] Fix GetField.nullable.
Takuya UESHIN <[email protected]>
2014-05-15 11:21:33 -0700
Commit: f9eeddc, github.com/apache/spark/pull/757

[SPARK-1845] [SQL] Use AllScalaRegistrar for SparkSqlSerializer to register se


rializers of ...
Takuya UESHIN <[email protected]>
2014-05-15 11:20:21 -0700
Commit: 7515367, github.com/apache/spark/pull/790
SPARK-1846 Ignore logs directory in RAT checks
Andrew Ash <[email protected]>
2014-05-15 11:05:39 -0700
Commit: aa5f989, github.com/apache/spark/pull/793
HOTFIX: Don't build Javadoc in Maven when creating releases.
Patrick Wendell <[email protected]>
2014-05-14 23:48:03 -0700
Commit: 88f1da3
fix different versions of commons-lang dependency and apache/spark#746 addendu
m
witgo <[email protected]>
2014-05-14 22:26:26 -0700
Commit: 31b853c, github.com/apache/spark/pull/754
Package docs
Prashant Sharma <[email protected]>, Patrick Wendell <[email protected]
>
2014-05-14 22:24:41 -0700
Commit: c02d614, github.com/apache/spark/pull/785
Documentation: Encourage use of reduceByKey instead of groupByKey.
Patrick Wendell <[email protected]>
2014-05-14 22:24:04 -0700
Commit: f2faa37, github.com/apache/spark/pull/784
Add language tabs and Python version to interactive part of quick-start
Matei Zaharia <[email protected]>
2014-05-14 21:45:20 -0700
Commit: 976784b, github.com/apache/spark/pull/782
[SPARK-1840] SparkListenerBus prints out scary error message when terminated n
ormally
Tathagata Das <[email protected]>
2014-05-14 21:13:41 -0700
Commit: ba87123, github.com/apache/spark/pull/783
default task number misleading in several places
Chen Chao <[email protected]>
2014-05-14 18:20:20 -0700
Commit: 9f0f2ec, github.com/apache/spark/pull/766
[SPARK-1826] fix the head notation of package object dsl
wangfei <[email protected]>
2014-05-14 17:59:11 -0700
Commit: fdf9717, github.com/apache/spark/pull/765
[Typo] propertes -> properties
andrewor14 <[email protected]>
2014-05-14 17:54:53 -0700
Commit: 5ca3096, github.com/apache/spark/pull/780
[SPARK-1696][MLLIB] use alpha in dense dspr

Xiangrui Meng <[email protected]>


2014-05-14 17:18:30 -0700
Commit: d6f1a75, github.com/apache/spark/pull/778
[FIX] do not load defaults when testing SparkConf in pyspark
Xiangrui Meng <[email protected]>
2014-05-14 14:57:17 -0700
Commit: 31faec7, github.com/apache/spark/pull/775
SPARK-1833 - Have an empty SparkContext constructor.
Patrick Wendell <[email protected]>
2014-05-14 12:53:30 -0700
Commit: 8e13ab2, github.com/apache/spark/pull/774
SPARK-1829 Sub-second durations shouldn't round to "0 s"
Andrew Ash <[email protected]>
2014-05-14 12:01:14 -0700
Commit: 530bdf7, github.com/apache/spark/pull/768
Fix: sbt test throw an java.lang.OutOfMemoryError: PermGen space
witgo <[email protected]>
2014-05-14 11:19:26 -0700
Commit: 379f733, github.com/apache/spark/pull/773
Adding back hive support
Patrick Wendell <[email protected]>
2014-05-14 10:21:27 -0700
Commit: e8ca397
[SPARK-1620] Handle uncaught exceptions in function run by Akka scheduler
Mark Hamstra <[email protected]>
2014-05-14 10:07:25 -0700
Commit: 9ff9078, github.com/apache/spark/pull/622
SPARK-1828: Created forked version of hive-exec that doesn't bundle other depe
ndencies
Patrick Wendell <[email protected]>
2014-05-14 09:51:01 -0700
Commit: 34f6fa9, github.com/apache/spark/pull/767
SPARK-1818 Freshen Mesos documentation
Andrew Ash <[email protected]>
2014-05-14 09:45:33 -0700
Commit: fc6b652, github.com/apache/spark/pull/756
SPARK-1827. LICENSE and NOTICE files need a refresh to contain transitive depe
ndency info
Sean Owen <[email protected]>
2014-05-14 09:38:33 -0700
Commit: 7083282, github.com/apache/spark/pull/770
Fixed streaming examples docs to use run-example instead of spark-submit
Tathagata Das <[email protected]>
2014-05-14 04:17:32 -0700
Commit: c7571d8, github.com/apache/spark/pull/722
[SPARK-1769] Executor loss causes NPE race condition
Andrew Or <[email protected]>
2014-05-14 00:54:33 -0700
Commit: 69ec314, github.com/apache/spark/pull/762

Fix dep exclusion: avro-ipc, not avro, depends on netty.


Marcelo Vanzin <[email protected]>
2014-05-14 00:37:57 -0700
Commit: b3d9878, github.com/apache/spark/pull/763
SPARK-1801. expose InterruptibleIterator and TaskKilledException in deve...
Koert Kuipers <[email protected]>
2014-05-14 00:10:12 -0700
Commit: 7da80a3, github.com/apache/spark/pull/764
[SQL] Improve column pruning.
Michael Armbrust <[email protected]>
2014-05-13 23:27:22 -0700
Commit: f66f766, github.com/apache/spark/pull/729
Revert "[SPARK-1784] Add a new partitioner to allow specifying # of keys per p
artition"
Patrick Wendell <[email protected]>
2014-05-13 23:25:19 -0700
Commit: 721194b
Implement ApproximateCountDistinct for SparkSql
larvaboy <[email protected]>
2014-05-13 21:26:08 -0700
Commit: 92b0ec9, github.com/apache/spark/pull/737
[SPARK-1784] Add a new partitioner to allow specifying # of keys per partition
Syed Hashmi <[email protected]>
2014-05-13 21:24:23 -0700
Commit: 66fe479, github.com/apache/spark/pull/721
[SQL] Make it possible to create Java/Python SQLContexts from an existing Scal
a SQLContext.
Michael Armbrust <[email protected]>
2014-05-13 21:23:51 -0700
Commit: 618b3e6, github.com/apache/spark/pull/761
[SPARK-1527] change rootDir*.getName to rootDir*.getAbsolutePath
Ye Xianjin <[email protected]>
2014-05-13 19:03:51 -0700
Commit: ef5e9d7, github.com/apache/spark/pull/436
[SPARK-1816] LiveListenerBus dies if a listener throws an exception
Andrew Or <[email protected]>
2014-05-13 18:32:32 -0700
Commit: 3892ec5, github.com/apache/spark/pull/759
SPARK-1791 - SVM implementation does not use threshold parameter
Andrew Tulloch <[email protected]>
2014-05-13 17:31:27 -0700
Commit: d6994f4, github.com/apache/spark/pull/725
BUILD: Add more content to make-distribution.sh.
Patrick Wendell <[email protected]>
2014-05-12 23:02:54 -0700
Commit: 716462c
Adding CHANGES.txt file and removing YARN support for now
Patrick Wendell <[email protected]>

2014-05-12 20:21:23 -0700


Commit: fa2d4d8
SPARK-1815. SparkContext should not be marked DeveloperApi
Sandy Ryza <[email protected]>
2014-05-12 20:08:30 -0700
Commit: 31d54c0, github.com/apache/spark/pull/753
[SPARK-1753 / 1773 / 1814] Update outdated docs for spark-submit, YARN, standa
lone etc.
Andrew Or <[email protected]>
2014-05-12 19:44:14 -0700
Commit: b9e41f4, github.com/apache/spark/pull/701
[SPARK-1780] Non-existent SPARK_DAEMON_OPTS is lurking around
Andrew Or <[email protected]>
2014-05-12 19:42:35 -0700
Commit: 5ef24a0, github.com/apache/spark/pull/751
SPARK-1757 Failing test for saving null primitives with .saveAsParquetFile()
Andrew Ash <[email protected]>, Michael Armbrust <[email protected]>
2014-05-12 19:23:39 -0700
Commit: b52ac0e, github.com/apache/spark/pull/690
Modify a typo in monitoring.md
Kousuke Saruta <[email protected]>
2014-05-12 19:21:06 -0700
Commit: 89b56d7, github.com/apache/spark/pull/698
L-BFGS Documentation
DB Tsai <[email protected]>
2014-05-12 19:20:24 -0700
Commit: bad4c9d, github.com/apache/spark/pull/702
Typo: resond -> respond
Andrew Ash <[email protected]>
2014-05-12 18:46:28 -0700
Commit: 1fbebca, github.com/apache/spark/pull/743
[SQL] Make Hive Metastore conversion functions publicly visible.
Michael Armbrust <[email protected]>
2014-05-12 18:40:30 -0700
Commit: 24cc933, github.com/apache/spark/pull/750
[SPARK-1736] Spark submit for Windows
Andrew Or <[email protected]>
2014-05-12 17:39:40 -0700
Commit: 59695b3, github.com/apache/spark/pull/745
SPARK-1802. (Addendium) Audit dependency graph when Spark is built with -Pyarn
Sean Owen <[email protected]>
2014-05-12 17:35:29 -0700
Commit: 02caa7e, github.com/apache/spark/pull/746
SPARK-1623: Use File objects instead of String's in HTTPBroadcast
Patrick Wendell <[email protected]>
2014-05-12 17:27:28 -0700
Commit: c294f37, github.com/apache/spark/pull/749
Rename testExecutorEnvs --> executorEnvs.

Patrick Wendell <[email protected]>


2014-05-12 17:09:13 -0700
Commit: e9d602d, github.com/apache/spark/pull/747
Adding hadoop-2.2 profile to the build
Patrick Wendell <[email protected]>
2014-05-12 15:40:48 -0700
Commit: b66051e
Rollback versions for 1.0.0-rc4
Patrick Wendell <[email protected]>
2014-05-12 15:23:53 -0700
Commit: 51142b7
SPARK-1802. Audit dependency graph when Spark is built with -Phive
Sean Owen <[email protected]>
2014-05-12 14:17:25 -0700
Commit: e185281, github.com/apache/spark/pull/744
SPARK-1798. Tests should clean up temp files
Sean Owen <[email protected]>
2014-05-12 14:16:19 -0700
Commit: 14515b4, github.com/apache/spark/pull/732
BUILD: Include Hive with default packages when creating a release
Patrick Wendell <[email protected]>
2014-05-12 13:20:23 -0700
Commit: 722ecaa
SPARK-1786: Reopening PR 724
Ankur Dave <[email protected]>, Joseph E. Gonzalez <joseph.e.gonzalez@gmail.
com>
2014-05-12 13:05:24 -0700
Commit: 642ad49, github.com/apache/spark/pull/742
SPARK-1806: Upgrade Mesos dependency to 0.18.1
Bernardo Gomez Palacio <[email protected]>
2014-05-12 11:10:28 -0700
Commit: 0be8b45, github.com/apache/spark/pull/741
SPARK-1772 Stop catching Throwable, let Executors die
Aaron Davidson <[email protected]>
2014-05-12 11:08:52 -0700
Commit: c88adbb, github.com/apache/spark/pull/715
Revert "SPARK-1786: Edge Partition Serialization"
Patrick Wendell <[email protected]>
2014-05-12 10:51:01 -0700
Commit: 19ccf20
SPARK-1786: Edge Partition Serialization
Ankur Dave <[email protected]>, Joseph E. Gonzalez <joseph.e.gonzalez@gmail.
com>
2014-05-11 19:20:42 -0700
Commit: 09e7aa4, github.com/apache/spark/pull/724
Fix error in 2d Graph Partitioner
Joseph E. Gonzalez <[email protected]>
2014-05-11 18:33:46 -0700
Commit: f84b798, github.com/apache/spark/pull/709

SPARK-1652: Set driver memory correctly in spark-submit.


Patrick Wendell <[email protected]>
2014-05-11 18:17:34 -0700
Commit: 2eea663, github.com/apache/spark/pull/730
SPARK-1770: Load balance elements when repartitioning.
Patrick Wendell <[email protected]>
2014-05-11 17:11:55 -0700
Commit: 5d69699, github.com/apache/spark/pull/727
remove outdated runtime Information scala home
witgo <[email protected]>
2014-05-11 14:34:27 -0700
Commit: 8097bb2, github.com/apache/spark/pull/728
Revert "Enabled incremental build that comes with sbt 0.13.2"
Patrick Wendell <[email protected]>
2014-05-10 21:08:53 -0700
Commit: 758e543
Enabled incremental build that comes with sbt 0.13.2
Prashant Sharma <[email protected]>
2014-05-10 21:08:04 -0700
Commit: 71ce7eb, github.com/apache/spark/pull/525
[SPARK-1774] Respect SparkSubmit --jars on YARN (client)
Andrew Or <[email protected]>
2014-05-10 20:58:02 -0700
Commit: 012f904, github.com/apache/spark/pull/710
SPARK-1789. Multiple versions of Netty dependencies cause FlumeStreamSuite fai
lure
Sean Owen <[email protected]>
2014-05-10 20:50:40 -0700
Commit: c7253da, github.com/apache/spark/pull/723
Unify GraphImpl RDDs + other graph load optimizations
Ankur Dave <[email protected]>
2014-05-10 14:48:07 -0700
Commit: 4e9a0cb, github.com/apache/spark/pull/497
[SPARK-1690] Tolerating empty elements when saving Python RDD to text files
Kan Zhang <[email protected]>
2014-05-10 14:01:08 -0700
Commit: ac86af8, github.com/apache/spark/pull/644
Add Python includes to path before depickling broadcast values
Bouke van der Bijl <[email protected]>
2014-05-10 13:02:13 -0700
Commit: 2a669a7, github.com/apache/spark/pull/656
fix broken in link in python docs
Andy Konwinski <[email protected]>
2014-05-10 12:46:51 -0700
Commit: 71ad53f, github.com/apache/spark/pull/650
SPARK-1708. Add a ClassTag on Serializer and things that depend on it
Matei Zaharia <[email protected]>
2014-05-10 12:10:24 -0700

Commit: 9fbb22c, github.com/apache/spark/pull/700


[SPARK-1778] [SQL] Add 'limit' transformation to SchemaRDD.
Takuya UESHIN <[email protected]>
2014-05-10 12:03:27 -0700
Commit: 7486474, github.com/apache/spark/pull/711
[SQL] Upgrade parquet library.
Michael Armbrust <[email protected]>
2014-05-10 11:48:01 -0700
Commit: a61b71c, github.com/apache/spark/pull/684
[SPARK-1644] The org.datanucleus:* should not be packaged into spark-assembly*.jar
witgo <[email protected]>
2014-05-10 10:15:04 -0700
Commit: 2a878da, github.com/apache/spark/pull/688
SPARK-1686: keep schedule() calling in the main thread
CodingCat <[email protected]>
2014-05-09 21:50:23 -0700
Commit: adf8cdd, github.com/apache/spark/pull/639
SPARK-1770: Revert accidental(?) fix
Aaron Davidson <[email protected]>
2014-05-09 14:51:34 -0700
Commit: 8202276, github.com/apache/spark/pull/716
[SPARK-1760]: fix building spark with maven documentation
witgo <[email protected]>
2014-05-09 01:51:26 -0700
Commit: 80f292a, github.com/apache/spark/pull/712
Converted bang to ask to avoid scary warning when a block is removed
Tathagata Das <[email protected]>
2014-05-08 22:34:08 -0700
Commit: b8c17e3, github.com/apache/spark/pull/708
MINOR: Removing dead code.
Patrick Wendell <[email protected]>
2014-05-08 22:33:06 -0700
Commit: 1d56cd5
SPARK-1775: Unneeded lock in ShuffleMapTask.deserializeInfo
Sandeep <[email protected]>
2014-05-08 22:30:17 -0700
Commit: 5c8e8de, github.com/apache/spark/pull/707
SPARK-1565 (Addendum): Replace `run-example` with `spark-submit`.
Patrick Wendell <[email protected]>
2014-05-08 22:26:17 -0700
Commit: f6323eb, github.com/apache/spark/pull/704
[SPARK-1631] Correctly set the Yarn app name when launching the AM.
Marcelo Vanzin <[email protected]>
2014-05-08 20:46:11 -0700
Commit: 7e19334, github.com/apache/spark/pull/539
[SPARK-1755] Respect SparkSubmit --name on YARN
Andrew Or <[email protected]>

2014-05-08 20:45:29 -0700


Commit: 666bebe, github.com/apache/spark/pull/699
Include the sbin/spark-config.sh in spark-executor
Bouke van der Bijl <[email protected]>
2014-05-08 20:43:37 -0700
Commit: ab91227, github.com/apache/spark/pull/651
Bug fix of sparse vector conversion
Funes <[email protected]>, funes <[email protected]>
2014-05-08 17:54:10 -0700
Commit: 9ed17ff, github.com/apache/spark/pull/661
[SPARK-1157][MLlib] Bug fix: lossHistory should exclude rejection steps, and r
emove miniBatch
DB Tsai <[email protected]>
2014-05-08 17:53:22 -0700
Commit: 3452997, github.com/apache/spark/pull/582
MLlib documentation fix
DB Tsai <[email protected]>
2014-05-08 17:52:32 -0700
Commit: d81d626, github.com/apache/spark/pull/703
Fixing typo in als.py
Evan Sparks <[email protected]>
2014-05-08 13:07:30 -0700
Commit: 98944a9, github.com/apache/spark/pull/696
[SPARK-1754] [SQL] Add missing arithmetic DSL operations.
Takuya UESHIN <[email protected]>
2014-05-08 15:31:47 -0700
Commit: 6f701ff, github.com/apache/spark/pull/689
[SPARK-1745] Move interrupted flag from TaskContext constructor (minor)
Andrew Or <[email protected]>
2014-05-08 12:13:07 -0700
Commit: ee63321, github.com/apache/spark/pull/675
SPARK-1565, update examples to be used with spark-submit script.
Prashant Sharma <[email protected]>
2014-05-08 10:23:05 -0700
Commit: 30cfa8d, github.com/apache/spark/pull/552
[SQL] Improve SparkSQL Aggregates
Michael Armbrust <[email protected]>
2014-05-08 01:08:43 -0400
Commit: 8f3b925, github.com/apache/spark/pull/683
Use numpy directly for matrix multiply.
Evan Sparks <[email protected]>
2014-05-08 00:24:36 -0400
Commit: 010040f, github.com/apache/spark/pull/687
SPARK-1668: Add implicit preference as an option to examples/MovieLensALS
Sandeep <[email protected]>
2014-05-08 00:15:05 -0400
Commit: 35aa244, github.com/apache/spark/pull/597
SPARK-1544 Add support for deep decision trees.

Manish Amde <[email protected]>, manishamde <[email protected]>, Evan Spar


ks <[email protected]>
2014-05-07 17:08:38 -0700
Commit: c7b2704, github.com/apache/spark/pull/475
Update GradientDescentSuite.scala
baishuo( ) <[email protected]>
2014-05-07 16:02:55 -0700
Commit: 0972b62, github.com/apache/spark/pull/588
[SPARK-1743][MLLIB] add loadLibSVMFile and saveAsLibSVMFile to pyspark
Xiangrui Meng <[email protected]>
2014-05-07 16:01:11 -0700
Commit: bb90e87, github.com/apache/spark/pull/672
SPARK-1569 Spark on Yarn, authentication broken by pr299
Thomas Graves <[email protected]>
2014-05-07 15:51:53 -0700
Commit: 879eeee, github.com/apache/spark/pull/649
[SPARK-1688] Propagate PySpark worker stderr to driver
Andrew Or <[email protected]>
2014-05-07 14:35:22 -0700
Commit: 82c8e89, github.com/apache/spark/pull/603
Typo fix: fetchting -> fetching
Andrew Ash <[email protected]>
2014-05-07 17:24:49 -0400
Commit: 0759ee7, github.com/apache/spark/pull/680
Nicer logging for SecurityManager startup
Andrew Ash <[email protected]>
2014-05-07 17:24:12 -0400
Commit: 69e2726, github.com/apache/spark/pull/678
[SQL] Fix Performance Issue in data type casting
Cheng Hao <[email protected]>
2014-05-07 16:54:58 -0400
Commit: 82ceda2, github.com/apache/spark/pull/679
SPARK-1579: Clean up PythonRDD and avoid swallowing IOExceptions
Aaron Davidson <[email protected]>
2014-05-07 09:48:31 -0700
Commit: 18caa8c, github.com/apache/spark/pull/640
[SPARK-1460] Returning SchemaRDD instead of normal RDD on Set operations...
Kan Zhang <[email protected]>
2014-05-07 09:41:31 -0700
Commit: da9f9e0, github.com/apache/spark/pull/448
[WIP][Spark-SQL] Optimize the Constant Folding for Expression
Cheng Hao <[email protected]>, Michael Armbrust <[email protected]>
2014-05-07 03:37:12 -0400
Commit: 756c969, github.com/apache/spark/pull/482
SPARK-1746: Support setting SPARK_JAVA_OPTS on executors for backwards compati
bility
Patrick Wendell <[email protected]>
2014-05-07 00:11:05 -0700
Commit: 00fac73, github.com/apache/spark/pull/676

[HOTFIX] SPARK-1637: There are some Streaming examples added after the PR #571
was last updated.
Sandeep <[email protected]>
2014-05-06 21:55:05 -0700
Commit: ade4756, github.com/apache/spark/pull/673
Proposal: clarify Scala programming guide on caching ...
Ethan Jewett <[email protected]>
2014-05-06 20:50:08 -0700
Commit: 51e2775, github.com/apache/spark/pull/668
SPARK-1727. Correct small compile errors, typos, and markdown issues in (prima
rly) MLlib docs
Sean Owen <[email protected]>
2014-05-06 20:07:22 -0700
Commit: 514ee93, github.com/apache/spark/pull/653
SPARK-1637: Clean up examples for 1.0
Sandeep <[email protected]>
2014-05-06 17:27:52 -0700
Commit: 8cfebf5, github.com/apache/spark/pull/571
SPARK-1737: Warn rather than fail when Java 7+ is used to create distributions
Patrick Wendell <[email protected]>
2014-05-06 15:41:46 -0700
Commit: d8f1b33, github.com/apache/spark/pull/669
[SPARK-1549] Add Python support to spark-submit
Matei Zaharia <[email protected]>
2014-05-06 15:12:35 -0700
Commit: d7ddb26, github.com/apache/spark/pull/664
SPARK-1734: spark-submit throws an exception: Exception in thread "main"...
witgo <[email protected]>
2014-05-06 14:17:39 -0700
Commit: 48cc9a9, github.com/apache/spark/pull/665
[SPARK-1685] Cancel retryTimer on restart of Worker or AppClient
Mark Hamstra <[email protected]>
2014-05-06 12:53:39 -0700
Commit: 0aaa2c6, github.com/apache/spark/pull/602
Fix two download suggestions in the docs:
Patrick Wendell <[email protected]>
2014-05-06 12:07:46 -0700
Commit: 1083f2b, github.com/apache/spark/pull/662
SPARK-1474: Spark on yarn assembly doesn't include AmIpFilter
Thomas Graves <[email protected]>
2014-05-06 12:00:09 -0700
Commit: 0c3e415, github.com/apache/spark/pull/406
Update OpenHashSet.scala
ArcherShao <[email protected]>
2014-05-06 10:12:59 -0700
Commit: 4ff3929, github.com/apache/spark/pull/667
[SQL] SPARK-1732 - Support for null primitive values.
Michael Armbrust <[email protected]>

2014-05-05 22:59:42 -0700


Commit: 39ac62d, github.com/apache/spark/pull/658
[SPARK-1735] Add the missing special profiles to make-distribution.sh
Andrew Or <[email protected]>
2014-05-05 22:14:47 -0700
Commit: 4708eff, github.com/apache/spark/pull/660
[SPARK-1678][SPARK-1679] In-memory compression bug fix and made compression co
nfigurable, disabled by default
Cheng Lian <[email protected]>
2014-05-05 19:38:59 -0700
Commit: 2853e56, github.com/apache/spark/pull/608
[SPARK-1594][MLLIB] Cleaning up MLlib APIs and guide
Xiangrui Meng <[email protected]>
2014-05-05 18:32:54 -0700
Commit: 32c960a, github.com/apache/spark/pull/524
Expose SparkListeners and relevant classes as DeveloperApi
Andrew Or <[email protected]>
2014-05-05 18:32:14 -0700
Commit: a5f765c, github.com/apache/spark/pull/648
SPARK-1728. JavaRDDLike.mapPartitionsWithIndex requires ClassTag
Sandy Ryza <[email protected]>
2014-05-05 18:26:34 -0700
Commit: 01e3ff0, github.com/apache/spark/pull/657
[SPARK-1681] Include datanucleus jars in Spark Hive distribution
Andrew Or <[email protected]>
2014-05-05 16:28:07 -0700
Commit: 4d0dd50, github.com/apache/spark/pull/610
[SPARK-1504], [SPARK-1505], [SPARK-1558] Updated Spark Streaming guide
Tathagata Das <[email protected]>
2014-05-05 15:28:19 -0700
Commit: 1fac4ec, github.com/apache/spark/pull/652
SPARK-1721: Reset the thread classLoader in the Mesos Executor
Bouke van der Bijl <[email protected]>
2014-05-05 11:19:35 -0700
Commit: 80f4360, github.com/apache/spark/pull/620
SPARK-1556. jets3t dep doesn't update properly with newer Hadoop versions
Sean Owen <[email protected]>
2014-05-05 10:33:49 -0700
Commit: 5d72283, github.com/apache/spark/pull/629
Updated doc for spark.closure.serializer to indicate only Java serializer work
.
Reynold Xin <[email protected]>
2014-05-05 00:52:06 -0700
Commit: 6be7226, github.com/apache/spark/pull/642
Address SPARK-1717
msiddalingaiah <[email protected]>
2014-05-04 21:59:10 -0700
Commit: b5c62c8, github.com/apache/spark/pull/641

SPARK-1710: spark-submit should print better errors than "InvocationTargetExce


ption"
Sandeep <[email protected]>
2014-05-04 20:51:53 -0700
Commit: afcb9ae, github.com/apache/spark/pull/630
EC2 script should exit with non-zero code on UsageError
Allan Douglas R. de Oliveira <[email protected]>
2014-05-04 20:36:51 -0700
Commit: 7305278, github.com/apache/spark/pull/638
SPARK-1693: Most of the tests throw a java.lang.SecurityException when s...
witgo <[email protected]>
2014-05-04 17:48:52 -0700
Commit: ec0bce1, github.com/apache/spark/pull/628
SPARK-1629. Addendum: Depend on commons lang3 (already used by tachyon) as it'
s used in ReplSuite, and return to use lang3 utility in Utils.scala
Sean Owen <[email protected]>
2014-05-04 17:43:28 -0700
Commit: 4505bc2, github.com/apache/spark/pull/635
SPARK-1703 Warn users if Spark is run on JRE6 but compiled with JDK7.
Patrick Wendell <[email protected]>
2014-05-04 12:22:23 -0700
Commit: 2f091d5, github.com/apache/spark/pull/627
SPARK-1663. (Addendum) Fix signature of one version of JavaPairRDDStream.reduc
eByKeyAndWindow()
Sean Owen <[email protected]>
2014-05-04 11:55:29 -0700
Commit: 40d05a4, github.com/apache/spark/pull/633
SPARK-1658: Correctly identify if maven is installed and working
Rahul Singhal <[email protected]>
2014-05-04 11:08:39 -0700
Commit: 2ee5f04, github.com/apache/spark/pull/580
The default version of yarn is equal to the hadoop version
witgo <[email protected]>
2014-05-03 23:32:12 -0700
Commit: acbf307, github.com/apache/spark/pull/626
Whitelist Hive Tests
Michael Armbrust <[email protected]>
2014-05-03 23:13:51 -0700
Commit: e88a636, github.com/apache/spark/pull/596
[SQL] Better logging when applying rules.
Michael Armbrust <[email protected]>
2014-05-03 18:38:44 -0700
Commit: e24d5cd, github.com/apache/spark/pull/616
EC2 configurable workers
Allan Douglas R. de Oliveira <[email protected]>
2014-05-03 16:52:19 -0700
Commit: 8406ac4, github.com/apache/spark/pull/612
SPARK-1689 AppClient should indicate app is dead() when removed
Aaron Davidson <[email protected]>

2014-05-03 13:27:10 -0700


Commit: 36e687d, github.com/apache/spark/pull/605
[Bugfix] Tachyon file cleanup logical error
Cheng Lian <[email protected]>
2014-05-03 13:23:52 -0700
Commit: bc3bfea, github.com/apache/spark/pull/575
SPARK-1663. Corrections for several compile errors in streaming code examples,
and updates to follow API changes
Sean Owen <[email protected]>
2014-05-03 12:31:31 -0700
Commit: 08c4d11, github.com/apache/spark/pull/589
[WIP] SPARK-1676: Cache Hadoop UGIs by default to prevent FileSystem leak
Thomas Graves <[email protected]>
2014-05-03 10:59:05 -0700
Commit: 0441515, github.com/apache/spark/pull/621
Update SchemaRDD.scala
ArcherShao <[email protected]>
2014-05-03 00:17:36 -0700
Commit: 34f22bc, github.com/apache/spark/pull/619
SPARK-1700: Close socket file descriptors on task completion
Aaron Davidson <[email protected]>
2014-05-02 23:55:13 -0700
Commit: d2cbd3d, github.com/apache/spark/pull/623
SPARK-1492. Update Spark YARN docs to use spark-submit
Sandy Ryza <[email protected]>
2014-05-02 21:42:31 -0700
Commit: a314342, github.com/apache/spark/pull/601
delete no use var
wangfei <[email protected]>
2014-05-02 21:34:54 -0700
Commit: b65def7, github.com/apache/spark/pull/613
SPARK-1695: java8-tests compiler error: package com.google.common.co...
witgo <[email protected]>
2014-05-02 12:40:27 -0700
Commit: d28c058, github.com/apache/spark/pull/611
Add tests for FileLogger, EventLoggingListener, and ReplayListenerBus
Andrew Or <[email protected]>
2014-05-01 21:42:06 -0700
Commit: d4c8af8, github.com/apache/spark/pull/591
SPARK-1659: improvements spark-submit usage
witgo <[email protected]>
2014-05-01 21:39:40 -0700
Commit: 18595dd, github.com/apache/spark/pull/581
fix the spelling mistake
wangfei <[email protected]>
2014-05-01 21:37:22 -0700
Commit: 35ca6c5, github.com/apache/spark/pull/614
[SQL] SPARK-1661 - Fix regex_serde test

Michael Armbrust <[email protected]>


2014-05-01 21:32:43 -0700
Commit: d339b33, github.com/apache/spark/pull/595
SPARK-1691: Support quoted arguments inside of spark-submit.
Patrick Wendell <[email protected]>
2014-05-01 01:15:51 -0700
Commit: dd601bf, github.com/apache/spark/pull/609
Fix SPARK-1629: Spark should inline use of commons-lang `SystemUtils.IS_...
witgo <[email protected]>
2014-04-30 09:49:45 -0700
Commit: 74bb88b, github.com/apache/spark/pull/569
SPARK-1004. PySpark on YARN
Sandy Ryza <[email protected]>
2014-04-29 23:24:34 -0700
Commit: 177361c, github.com/apache/spark/pull/30
Handle the vals that never used
WangTao <[email protected]>
2014-04-29 22:07:20 -0700
Commit: b0ded1f, github.com/apache/spark/pull/565
Args for worker rather than master
Chen Chao <[email protected]>
2014-04-29 22:05:40 -0700
Commit: 775020f, github.com/apache/spark/pull/587
[SPARK-1646] Micro-optimisation of ALS
Tor Myklebust <[email protected]>
2014-04-29 22:04:34 -0700
Commit: 92269f9, github.com/apache/spark/pull/568
[SPARK-1674] fix interrupted system call error in pyspark's RDD.pipe
Xiangrui Meng <[email protected]>
2014-04-29 18:06:45 -0700
Commit: 919ed31, github.com/apache/spark/pull/594
SPARK-1588. Restore SPARK_YARN_USER_ENV and SPARK_JAVA_OPTS for YARN.
Sandy Ryza <[email protected]>
2014-04-29 12:54:02 -0700
Commit: 5f48721, github.com/apache/spark/pull/586
SPARK-1509: add zipWithIndex zipWithUniqueId methods to java api
witgo <[email protected]>
2014-04-29 11:30:47 -0700
Commit: 9754d1b, github.com/apache/spark/pull/423
SPARK-1557 Set permissions on event log files/directories
Thomas Graves <[email protected]>
2014-04-29 09:19:48 -0500
Commit: bccd13e, github.com/apache/spark/pull/538
HOTFIX: minor change to release script
Patrick Wendell <[email protected]>
2014-04-29 00:59:38 -0700
Commit: c27ce2b
HOTFIX: minor change to release script

Patrick Wendell <[email protected]>


2014-04-29 00:53:32 -0700
Commit: 838cb0e
[SPARK-1636][MLLIB] Move main methods to examples
Xiangrui Meng <[email protected]>
2014-04-29 00:41:03 -0700
Commit: aa519e3, github.com/apache/spark/pull/584
Minor fix to python table caching API.
Michael Armbrust <[email protected]>
2014-04-29 00:36:15 -0700
Commit: 0995787, github.com/apache/spark/pull/585
HOTFIX: Bug in release script
Patrick Wendell <[email protected]>
2014-04-29 00:10:17 -0700
Commit: 4ed58aa
Manual revert of rc2 version changes.
Patrick Wendell <[email protected]>
2014-04-28 22:59:09 -0700
Commit: 2863344
Improved build configuration
witgo <[email protected]>
2014-04-28 22:50:51 -0700
Commit: ee96460, github.com/apache/spark/pull/480
SPARK-1652: Remove incorrect deprecation warning in spark-submit
Patrick Wendell <[email protected]>
2014-04-28 18:14:59 -0700
Commit: 42ba706, github.com/apache/spark/pull/578
SPARK-1654 and SPARK-1653: Fixes in spark-submit.
Patrick Wendell <[email protected]>
2014-04-28 17:29:22 -0700
Commit: 2c9ce20, github.com/apache/spark/pull/576
SPARK-1652: Spark submit should fail gracefully if YARN not enabled
Patrick Wendell <[email protected]>
2014-04-28 17:26:57 -0700
Commit: 38bf23e, github.com/apache/spark/pull/579
Changes to dev release script
Patrick Wendell <[email protected]>
2014-04-28 13:58:42 -0700
Commit: 32d9db3
[SPARK-1633][Streaming] Java API unit test and example for custom streaming re
ceiver in Java
Tathagata Das <[email protected]>
2014-04-28 13:58:09 -0700
Commit: 6d89faf, github.com/apache/spark/pull/558
[SQL]Append some missing types for HiveUDF
Cheng Hao <[email protected]>
2014-04-27 23:59:42 -0700
Commit: 42cb3b4, github.com/apache/spark/pull/459

Update the import package name for TestHive in sbt shell


Cheng Hao <[email protected]>
2014-04-27 23:57:29 -0700
Commit: eb9308e, github.com/apache/spark/pull/574
Fix SPARK-1609: Executor fails to start when Command.extraJavaOptions contain
s multiple Java options
witgo <[email protected]>
2014-04-27 19:41:02 -0700
Commit: 7bbf313, github.com/apache/spark/pull/547
SPARK-1145: Memory mapping with many small blocks can cause JVM allocation fai
lures
Patrick Wendell <[email protected]>
2014-04-27 17:40:56 -0700
Commit: 2f24159, github.com/apache/spark/pull/43
HOTFIX: Minor patch to merge script.
Patrick Wendell <[email protected]>
2014-04-27 15:45:17 -0700
Commit: 99285d0
SPARK-1651: Delete existing deployment directory
Rahul Singhal <[email protected]>
2014-04-27 15:50:48 -0700
Commit: 3c6c6c2, github.com/apache/spark/pull/573
SPARK-1648 Support closing JIRA's as part of merge script.
Patrick Wendell <[email protected]>
2014-04-27 15:41:57 -0700
Commit: da26f9b, github.com/apache/spark/pull/570
SPARK-1650: Correctly identify maven project version
Rahul Singhal <[email protected]>
2014-04-27 15:17:06 -0700
Commit: 98b13e0, github.com/apache/spark/pull/572
SPARK-1606: Infer user application arguments instead of requiring --arg.
Patrick Wendell <[email protected]>
2014-04-26 19:24:29 -0700
Commit: ce57624, github.com/apache/spark/pull/563
SPARK-1467: Make StorageLevel.apply() factory methods Developer APIs
Sandeep <[email protected]>
2014-04-26 19:04:33 -0700
Commit: 18ecc63, github.com/apache/spark/pull/551
[SPARK-1608] [SQL] Fix Cast.nullable when cast from StringType to NumericType/
TimestampType.
Takuya UESHIN <[email protected]>
2014-04-26 14:39:54 -0700
Commit: dcea67f, github.com/apache/spark/pull/532
add note of how to support table with more than 22 fields
wangfei <[email protected]>
2014-04-26 14:38:42 -0700
Commit: a020686, github.com/apache/spark/pull/564
[Spark-1382] Fix NPE in DStream.slice (updated version of #365)
zsxwing <[email protected]>, Tathagata Das <[email protected]>

2014-04-25 19:04:34 -0700


Commit: f85c681, github.com/apache/spark/pull/562
SPARK-1632. Remove unnecessary boxing in compares in ExternalAppendOnlyM...
Sandy Ryza <[email protected]>
2014-04-25 17:55:04 -0700
Commit: 94c71e0, github.com/apache/spark/pull/559
SPARK-1235: manage the DAGScheduler EventProcessActor with supervisor and refa
ctor the DAGScheduler with Akka
CodingCat <[email protected]>, Xiangrui Meng <[email protected]>, Nan Zhu
<[email protected]>
2014-04-25 16:04:48 -0700
Commit: 5673c1e, github.com/apache/spark/pull/186
SPARK-1607. HOTFIX: Fix syntax adapting Int result to Short
Sean Owen <[email protected]>
2014-04-25 14:17:38 -0700
Commit: 784b2a6, github.com/apache/spark/pull/556
Update KafkaWordCount.scala
baishuo( ) <[email protected]>
2014-04-25 13:18:49 -0700
Commit: a0912a8, github.com/apache/spark/pull/523
Delete the val that never used
WangTao <[email protected]>
2014-04-25 11:47:01 -0700
Commit: 97bfeda, github.com/apache/spark/pull/553
SPARK-1621 Upgrade Chill to 0.3.6
Matei Zaharia <[email protected]>
2014-04-25 11:12:41 -0700
Commit: 2c8dfd4, github.com/apache/spark/pull/543
SPARK-1619 Launch spark-shell with spark-submit
Patrick Wendell <[email protected]>
2014-04-24 23:59:16 -0700
Commit: 8ba7f40, github.com/apache/spark/pull/542
SPARK-1607. Replace octal literals, removed in Scala 2.11, with hex literals
Sean Owen <[email protected]>
2014-04-24 23:34:00 -0700
Commit: 7493ca9, github.com/apache/spark/pull/529
Call correct stop().
Aaron Davidson <[email protected]>
2014-04-24 23:22:03 -0700
Commit: 3eba9bd, github.com/apache/spark/pull/527
SPARK-1242 Add aggregate to python rdd
Holden Karau <[email protected]>
2014-04-24 23:07:54 -0700
Commit: f09a2c0, github.com/apache/spark/pull/139
Fix [SPARK-1078]: Remove the Unnecessary lift-json dependency
Sandeep <[email protected]>
2014-04-24 21:51:52 -0700
Commit: 496b9ae, github.com/apache/spark/pull/536

[Typo] In the maven docs: chd -> cdh


Andrew Or <[email protected]>
2014-04-24 21:51:17 -0700
Commit: db69841, github.com/apache/spark/pull/548
Generalize pattern for planning hash joins.
Michael Armbrust <[email protected]>
2014-04-24 21:42:33 -0700
Commit: ab131ab, github.com/apache/spark/pull/418
[SPARK-1617] and [SPARK-1618] Improvements to streaming ui and bug fix to sock
et receiver
Tathagata Das <[email protected]>
2014-04-24 21:34:37 -0700
Commit: d933c71, github.com/apache/spark/pull/540
SPARK-1584: Upgrade Flume dependency to 1.4.0
tmalaska <[email protected]>
2014-04-24 20:31:17 -0700
Commit: 777a9a5, github.com/apache/spark/pull/507
SPARK-1586 Windows build fixes
Mridul Muralidharan <[email protected]>
2014-04-24 20:48:33 -0700
Commit: 51a387a, github.com/apache/spark/pull/505
[SPARK-986]: Job cancelation for PySpark
Ahir Reddy <[email protected]>
2014-04-24 20:21:10 -0700
Commit: 7b6d774, github.com/apache/spark/pull/541
[SPARK-1615] Synchronize accesses to the LiveListenerBus' event queue
Andrew Or <[email protected]>
2014-04-24 20:18:15 -0700
Commit: 963046c, github.com/apache/spark/pull/544
[SPARK-1510] Spark Streaming metrics source for metrics system
jerryshao <[email protected]>, Tathagata Das <[email protected]>
2014-04-24 18:56:57 -0700
Commit: 0bc0f36, github.com/apache/spark/pull/545
Spark 1489 Fix the HistoryServer view acls
Thomas Graves <[email protected]>
2014-04-24 18:38:10 -0700
Commit: c8dd132, github.com/apache/spark/pull/509
[SQL] Add support for parsing indexing into arrays in SQL.
Michael Armbrust <[email protected]>
2014-04-24 18:21:00 -0700
Commit: 2a35fba, github.com/apache/spark/pull/518
[SPARK-1592][streaming] Automatically remove streaming input blocks
Tathagata Das <[email protected]>
2014-04-24 18:18:22 -0700
Commit: a3b6d85, github.com/apache/spark/pull/512
SPARK-1438 RDD.sample() make seed param optional
Arun Ramakrishnan <[email protected]>
2014-04-24 17:27:16 -0700
Commit: 521d435, github.com/apache/spark/pull/477

SPARK-1104: kill Process in workerThread of ExecutorRunner


CodingCat <[email protected]>
2014-04-24 15:55:18 -0700
Commit: a1f8779, github.com/apache/spark/pull/35
Fix Scala Style
Sandeep <[email protected]>
2014-04-24 15:07:23 -0700
Commit: 2250c7a, github.com/apache/spark/pull/531
SPARK-1494 Don't initialize classes loaded by MIMA excludes, attempt 2
Michael Armbrust <[email protected]>
2014-04-24 14:54:01 -0700
Commit: 5ca01f6, github.com/apache/spark/pull/526
Spark 1490 Add kerberos support to the HistoryServer
Thomas Graves <[email protected]>
2014-04-24 11:15:12 -0700
Commit: 866b03e, github.com/apache/spark/pull/513
SPARK-1611: Fix incorrect initialization order in AppendOnlyMap
zsxwing <[email protected]>
2014-04-24 11:13:40 -0700
Commit: 00a3ccc, github.com/apache/spark/pull/534
SPARK-1488. Squash more language feature warnings in new commits by importing
implicitConversion
Sean Owen <[email protected]>
2014-04-24 10:06:18 -0700
Commit: 8d92d93, github.com/apache/spark/pull/528
Small changes to release script
Patrick Wendell <[email protected]>
2014-04-24 09:59:44 -0700
Commit: 563be2f
[SPARK-1610] [SQL] Fix Cast to use exact type value when cast from BooleanType
to NumericTy...
Takuya UESHIN <[email protected]>
2014-04-24 09:57:28 -0700
Commit: 8f8e051, github.com/apache/spark/pull/533
SPARK-1601 & SPARK-1602: two bug fixes related to cancellation
Reynold Xin <[email protected]>
2014-04-24 00:27:45 -0700
Commit: f98aac9, github.com/apache/spark/pull/521
SPARK-1587 Fix thread leak
Mridul Muralidharan <[email protected]>
2014-04-23 23:20:55 -0700
Commit: 8684a15, github.com/apache/spark/pull/504
[Fix #79] Replace Breakable For Loops By While Loops
Sandeep <[email protected]>
2014-04-23 22:47:59 -0700
Commit: e890771, github.com/apache/spark/pull/503
SPARK-1589: Fix the incorrect compare
zsxwing <[email protected]>

2014-04-23 22:36:02 -0700


Commit: 9716a72, github.com/apache/spark/pull/508
Mark all fields of EdgePartition, Graph, and GraphOps transient
Ankur Dave <[email protected]>
2014-04-23 22:01:13 -0700
Commit: bdd2691, github.com/apache/spark/pull/520
Update Java api for setJobGroup with interruptOnCancel
Aaron Davidson <[email protected]>
2014-04-23 22:00:22 -0700
Commit: 36511ea, github.com/apache/spark/pull/522
[Hot Fix #469] Fix flaky test in SparkListenerSuite
Andrew Or <[email protected]>
2014-04-23 21:59:33 -0700
Commit: 99c0c33, github.com/apache/spark/pull/516
[SPARK-1540] Add an optional Ordering parameter to PairRDDFunctions.
Matei Zaharia <[email protected]>
2014-04-23 17:03:54 -0700
Commit: 31c7d83, github.com/apache/spark/pull/487
SPARK-1582 Invoke Thread.interrupt() when cancelling jobs
Aaron Davidson <[email protected]>
2014-04-23 16:52:49 -0700
Commit: 55e6bea, github.com/apache/spark/pull/498
Honor default fs name when initializing event logger.
Marcelo Vanzin <[email protected]>
2014-04-23 14:47:38 -0700
Commit: 46b30f9, github.com/apache/spark/pull/450
SPARK-1572 Don't kill Executor if PythonRDD fails while computing parent
Aaron Davidson <[email protected]>
2014-04-23 14:46:30 -0700
Commit: be8f26f, github.com/apache/spark/pull/486
SPARK-1583: Fix a bug that using java.util.HashMap by mistake
zsxwing <[email protected]>
2014-04-23 14:12:20 -0700
Commit: 19ef78f, github.com/apache/spark/pull/500
SPARK-1119 and other build improvements
Patrick Wendell <[email protected]>
2014-04-23 10:19:32 -0700
Commit: d36d75c, github.com/apache/spark/pull/502
[SQL] SPARK-1571 Mistake in java example code
Michael Armbrust <[email protected]>
2014-04-22 22:19:32 -0700
Commit: b0d8793, github.com/apache/spark/pull/496
SPARK-1494 Don't initialize classes loaded by MIMA excludes.
Michael Armbrust <[email protected]>
2014-04-22 21:56:15 -0700
Commit: 18b1867, github.com/apache/spark/pull/494
SPARK-1562 Fix visibility / annotation of Spark SQL APIs
Michael Armbrust <[email protected]>

2014-04-22 20:02:33 -0700


Commit: 0e03e6a, github.com/apache/spark/pull/489
[FIX: SPARK-1376] use --arg instead of --args in SparkSubmit to avoid warning
messages
Xiangrui Meng <[email protected]>
2014-04-22 19:38:27 -0700
Commit: 61930bd, github.com/apache/spark/pull/485
[streaming][SPARK-1578] Removed requirement for TTL in StreamingContext.
Tathagata Das <[email protected]>
2014-04-22 19:35:13 -0700
Commit: bf47559, github.com/apache/spark/pull/491
[Spark-1538] Fix SparkUI incorrectly hiding persisted RDDs
Andrew Or <[email protected]>
2014-04-22 19:24:03 -0700
Commit: 104590c, github.com/apache/spark/pull/469
Assorted clean-up for Spark-on-YARN.
Patrick Wendell <[email protected]>
2014-04-22 19:22:06 -0700
Commit: f764f47, github.com/apache/spark/pull/488
[SPARK-1570] Fix classloading in JavaSQLContext.applySchema
Kan Zhang <[email protected]>
2014-04-22 15:05:12 -0700
Commit: f9734e2, github.com/apache/spark/pull/484
Fix compilation on Hadoop 2.4.x.
Marcelo Vanzin <[email protected]>
2014-04-22 14:28:41 -0700
Commit: b6ba546, github.com/apache/spark/pull/483
[Fix #204] Eliminate delay between binding and log checking
Andrew Or <[email protected]>
2014-04-22 14:27:49 -0700
Commit: 54c96c2, github.com/apache/spark/pull/441
[Fix #274] Document + fix annotation usages
Andrew Or <[email protected]>
2014-04-21 22:24:44 -0700
Commit: 898fc34, github.com/apache/spark/pull/470
[HOTFIX] SPARK-1399: remove outdated comments
CodingCat <[email protected]>
2014-04-22 09:43:13 -0700
Commit: 61d7401, github.com/apache/spark/pull/474
[SPARK-1281] Improve partitioning in ALS
Tor Myklebust <[email protected]>
2014-04-22 11:07:30 -0700
Commit: 4834adf, github.com/apache/spark/pull/407
fix bugs of dot in python
Xusen Yin <[email protected]>
2014-04-22 11:06:18 -0700
Commit: 4f2f093, github.com/apache/spark/pull/463
[SPARK-1506][MLLIB] Documentation improvements for MLlib 1.0

Xiangrui Meng <[email protected]>


2014-04-22 11:20:47 -0700
Commit: 3f708f5, github.com/apache/spark/pull/422
[SPARK-1560]: Updated Pyrolite Dependency to be Java 6 compatible
Ahir Reddy <[email protected]>
2014-04-22 09:44:41 -0700
Commit: 798d93f, github.com/apache/spark/pull/479
SPARK-1496: Have jarOfClass return Option[String]
Patrick Wendell <[email protected]>
2014-04-22 00:42:16 -0700
Commit: 72aa131, github.com/apache/spark/pull/438
[SPARK-1459] Use local path (and not complete URL) when opening local lo...
Marcelo Vanzin <[email protected]>
2014-04-21 23:10:53 -0700
Commit: 0a73103, github.com/apache/spark/pull/375
[SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and Javadoc
s
Matei Zaharia <[email protected]>
2014-04-21 21:57:40 -0700
Commit: b0d70e4, github.com/apache/spark/pull/457
[SPARK-1332] Improve Spark Streaming's Network Receiver and InputDStream API [
WIP]
Tathagata Das <[email protected]>
2014-04-21 19:04:49 -0700
Commit: 94cbe23, github.com/apache/spark/pull/300
Updating versions for Spark 1.0
Patrick Wendell <[email protected]>
2014-04-21 16:59:38 -0700
Commit: a34e6fd
Dev script: include RC name in git tag
Patrick Wendell <[email protected]>
2014-04-21 14:21:17 -0700
Commit: 1532af9
SPARK-1399: show stage failure reason in UI
CodingCat <[email protected]>, Nan Zhu <[email protected]>
2014-04-21 14:10:23 -0700
Commit: 4b9220d, github.com/apache/spark/pull/421
SPARK-1539: RDDPage.scala contains RddPage class
Xiangrui Meng <[email protected]>
2014-04-21 12:48:02 -0700
Commit: 8aa3860, github.com/apache/spark/pull/454
[Hot Fix] Ignore org.apache.spark.ui.UISuite tests
Andrew Or <[email protected]>
2014-04-21 12:37:43 -0700
Commit: d62ce6d, github.com/apache/spark/pull/466
REPL cleanup.
Michael Armbrust <[email protected]>
2014-04-19 17:32:24 -0700
Commit: 8e1e7ec, github.com/apache/spark/pull/451

Clean up and simplify Spark configuration


Patrick Wendell <[email protected]>
2014-04-21 10:26:33 -0700
Commit: 29ee101, github.com/apache/spark/pull/299
[SPARK-1535] ALS: Avoid the garbage-creating ctor of DoubleMatrix
Tor Myklebust <[email protected]>
2014-04-19 15:10:18 -0700
Commit: 9ce6ed4, github.com/apache/spark/pull/442
Add insertInto and saveAsTable to Python API.
Michael Armbrust <[email protected]>
2014-04-19 15:08:54 -0700
Commit: 6ab0719, github.com/apache/spark/pull/447
Use scala deprecation instead of java.
Michael Armbrust <[email protected]>
2014-04-19 15:06:04 -0700
Commit: bfb09c6, github.com/apache/spark/pull/452
README update
Reynold Xin <[email protected]>
2014-04-18 22:34:39 -0700
Commit: 2fe6b18, github.com/apache/spark/pull/443
SPARK-1482: Fix potential resource leaks in saveAsHadoopDataset and save...
zsxwing <[email protected]>
2014-04-18 17:49:22 -0700
Commit: ea17460, github.com/apache/spark/pull/400
SPARK-1456 Remove view bounds on Ordered in favor of a context bound on Orderi
ng.
Michael Armbrust <[email protected]>
2014-04-18 12:04:13 -0700
Commit: 9e21b97, github.com/apache/spark/pull/410
Fixed broken pyspark shell.
Reynold Xin <[email protected]>
2014-04-18 10:10:13 -0700
Commit: d8767c4, github.com/apache/spark/pull/444
SPARK-1523: improve the readability of code in AkkaUtil
CodingCat <[email protected]>
2014-04-18 10:05:00 -0700
Commit: 171cea8, github.com/apache/spark/pull/434
SPARK-1357 (addendum). More Experimental items in MLlib
Sean Owen <[email protected]>
2014-04-18 10:04:02 -0700
Commit: 1a30429, github.com/apache/spark/pull/372
[SPARK-1520] remove fastutil from dependencies
Xiangrui Meng <[email protected]>
2014-04-18 10:03:15 -0700
Commit: c40eec8, github.com/apache/spark/pull/437
Reuses Row object in ExistingRdd.productToRowRdd()
Cheng Lian <[email protected]>
2014-04-18 10:02:27 -0700

Commit: 977467e, github.com/apache/spark/pull/432


SPARK-1483: Rename minSplits to minPartitions in public APIs
CodingCat <[email protected]>
2014-04-18 10:01:16 -0700
Commit: 969a075, github.com/apache/spark/pull/430
HOTFIX: Ignore streaming UI test
Patrick Wendell <[email protected]>
2014-04-17 17:33:24 -0700
Commit: 1c0dc37, github.com/apache/spark/pull/440
FIX: Don't build Hive in assembly unless running Hive tests.
Patrick Wendell <[email protected]>
2014-04-17 17:24:00 -0700
Commit: 3225272, github.com/apache/spark/pull/439
Add clean to build
Patrick Wendell <[email protected]>
2014-04-16 16:32:34 -0700
Commit: 67d01d8
HOTFIX: Use file name and not paths for excludes
Patrick Wendell <[email protected]>
2014-04-14 15:51:54 -0700
Commit: 5349fab
SPARK-1408 Modify Spark on Yarn to point to the history server when app ...
Thomas Graves <[email protected]>
2014-04-17 16:36:37 -0500
Commit: 6195fb8, github.com/apache/spark/pull/362
[SPARK-1395] Allow "local:" URIs to work on Yarn.
Marcelo Vanzin <[email protected]>
2014-04-17 10:29:38 -0500
Commit: a83a794, github.com/apache/spark/pull/303
[python alternative] pyspark require Python2, failing if system default is Py3
from shell.py
AbhishekKr <[email protected]>
2014-04-16 19:05:40 -0700
Commit: b3ad707, github.com/apache/spark/pull/399
SPARK-1462: Examples of ML algorithms are using deprecated APIs
Sandeep <[email protected]>
2014-04-16 18:23:07 -0700
Commit: 13fb4c7, github.com/apache/spark/pull/416
Include stack trace for exceptions thrown by user code.
Michael Armbrust <[email protected]>
2014-04-16 18:12:56 -0700
Commit: aef8a4a, github.com/apache/spark/pull/409
Update ReducedWindowedDStream.scala
baishuo( ) <[email protected]>
2014-04-16 18:08:11 -0700
Commit: 822353d, github.com/apache/spark/pull/425
misleading task number of groupByKey
Chen Chao <[email protected]>

2014-04-16 17:58:42 -0700


Commit: 51c41da, github.com/apache/spark/pull/403
Fixing a race condition in event listener unit test
Kan Zhang <[email protected]>
2014-04-16 17:39:11 -0700
Commit: f0abf5f, github.com/apache/spark/pull/401
remove unnecessary brace and semicolon in 'putBlockInfo.synchronize' block
Chen Chao <[email protected]>
2014-04-16 17:30:01 -0700
Commit: e43e31d, github.com/apache/spark/pull/411
SPARK-1329: Create pid2vid with correct number of partitions
Ankur Dave <[email protected]>
2014-04-16 17:16:55 -0700
Commit: b4ea3d9, github.com/apache/spark/pull/368
Rebuild routing table after Graph.reverse
Ankur Dave <[email protected]>
2014-04-16 17:15:50 -0700
Commit: 602b9ea, github.com/apache/spark/pull/431
[SPARK-1511] use Files.move instead of renameTo in TestUtils.scala
Ye Xianjin <[email protected]>
2014-04-16 14:56:22 -0700
Commit: 87a7c4f, github.com/apache/spark/pull/427
SPARK-1465: Spark compilation is broken with the latest hadoop-2.4.0 release
xuan <[email protected]>, xuan <[email protected]>
2014-04-16 14:41:22 -0500
Commit: d8fc4a4, github.com/apache/spark/pull/396
SPARK-1469: Scheduler mode should accept lower-case definitions and have...
Sandeep <[email protected]>
2014-04-16 09:58:57 -0700
Commit: b75301f, github.com/apache/spark/pull/388
Minor addition to SPARK-1497
Patrick Wendell <[email protected]>
2014-04-16 09:43:17 -0700
Commit: 4479ecd
SPARK-1497. Fix scalastyle warnings in YARN, Hive code
Sean Owen <[email protected]>
2014-04-16 09:34:59 -0700
Commit: c744d66, github.com/apache/spark/pull/413
SPARK-1310: Start adding k-fold cross validation to MLLib [adds kFold to MLUti
ls & fixes bug in BernoulliSampler]
Holden Karau <[email protected]>
2014-04-16 09:33:27 -0700
Commit: 8efec04, github.com/apache/spark/pull/18
update spark.default.parallelism
Chen Chao <[email protected]>
2014-04-16 09:14:18 -0700
Commit: e4f5577, github.com/apache/spark/pull/389
Loads test tables when running "sbt hive/console" without HIVE_DEV_HOME

Cheng Lian <[email protected]>


2014-04-16 08:54:34 -0700
Commit: 9e908ab, github.com/apache/spark/pull/417
Make "spark logo" link refer to "/".
Marcelo Vanzin <[email protected]>
2014-04-16 08:53:01 -0700
Commit: 5fe18a7, github.com/apache/spark/pull/408
[SPARK-959] Updated SBT from 0.13.1 to 0.13.2
Cheng Lian <[email protected]>
2014-04-16 08:52:14 -0700
Commit: 1ea9a21, github.com/apache/spark/pull/426
[SQL] SPARK-1424 Generalize insertIntoTable functions on SchemaRDDs
Michael Armbrust <[email protected]>
2014-04-15 20:40:40 -0700
Commit: e5130d9, github.com/apache/spark/pull/354
[WIP] SPARK-1430: Support sparse data in Python MLlib
Matei Zaharia <[email protected]>
2014-04-15 20:33:24 -0700
Commit: 95647fa, github.com/apache/spark/pull/341
[FIX] update sbt-idea to version 1.6.0
Xiangrui Meng <[email protected]>
2014-04-15 19:37:32 -0700
Commit: 33d6e37, github.com/apache/spark/pull/419
SPARK-1455: Better isolation for unit tests.
Patrick Wendell <[email protected]>
2014-04-15 19:34:39 -0700
Commit: 110e825, github.com/apache/spark/pull/420
Decision Tree documentation for MLlib programming guide
Manish Amde <[email protected]>
2014-04-15 11:14:28 -0700
Commit: 194ed06, github.com/apache/spark/pull/402
[SPARK-1157][MLlib] L-BFGS Optimizer based on Breeze's implementation.
DB Tsai <[email protected]>
2014-04-15 11:12:47 -0700
Commit: 5812472, github.com/apache/spark/pull/353
SPARK-1501: Ensure assertions in Graph.apply are asserted.
William Benton <[email protected]>
2014-04-15 10:38:42 -0700
Commit: 692dd69, github.com/apache/spark/pull/415
SPARK-1426: Make MLlib work with NumPy versions older than 1.7
Sandeep <[email protected]>
2014-04-15 00:19:43 -0700
Commit: 1491b2a, github.com/apache/spark/pull/391
SPARK-1374: PySpark API for SparkSQL
Ahir Reddy <[email protected]>, Michael Armbrust <[email protected]>
2014-04-15 00:07:55 -0700
Commit: 7433f64, github.com/apache/spark/pull/363
SPARK-1488. Resolve scalac feature warnings during build

Sean Owen <[email protected]>


2014-04-14 19:50:00 -0700
Commit: 7471828, github.com/apache/spark/pull/404
[BUGFIX] In-memory columnar storage bug fixes
Cheng Lian <[email protected]>, Michael Armbrust <[email protected]>
2014-04-14 15:22:43 -0700
Commit: fdebb69, github.com/apache/spark/pull/374
[SPARK-1415] Hadoop min split for wholeTextFiles()
Xusen Yin <[email protected]>
2014-04-13 13:18:52 -0700
Commit: 1cf565f, github.com/apache/spark/pull/376
SPARK-1480: Clean up use of classloaders
Patrick Wendell <[email protected]>
2014-04-13 08:58:37 -0700
Commit: 3537e25, github.com/apache/spark/pull/398
[SPARK-1403] Move the class loader creation back to where it was in 0.9.0
Bharath Bhushan <[email protected]>
2014-04-12 20:52:29 -0700
Commit: c970d86, github.com/apache/spark/pull/322
[Fix #204] Update out-dated comments
Andrew Or <[email protected]>
2014-04-12 16:33:38 -0700
Commit: 52d401b, github.com/apache/spark/pull/381
[SPARK-1386] Web UI for Spark Streaming
Tathagata Das <[email protected]>, Andrew Or <[email protected]>
2014-04-11 23:33:49 -0700
Commit: f36dc3f, github.com/apache/spark/pull/290
SPARK-1057 (alternative) Remove fastutil
Sean Owen <[email protected]>
2014-04-11 22:46:47 -0700
Commit: 4dfcb38, github.com/apache/spark/pull/266
Update WindowedDStream.scala
baishuo( ) <[email protected]>
2014-04-11 20:33:42 -0700
Commit: dac6240, github.com/apache/spark/pull/390
[WIP] [SPARK-1328] Add vector statistics
Xusen Yin <[email protected]>, Xiangrui Meng <[email protected]>
2014-04-11 19:43:22 -0700
Commit: ce0ce3d, github.com/apache/spark/pull/268
[FIX] make coalesce test deterministic in RDDSuite
Xiangrui Meng <[email protected]>
2014-04-11 19:41:40 -0700
Commit: 9afaeed, github.com/apache/spark/pull/387
HOTFIX: Ignore python metastore files in RAT checks.
Patrick Wendell <[email protected]>
2014-04-11 13:23:21 -0700
Commit: 79eb276, github.com/apache/spark/pull/393
[SPARK-1225, 1241] [MLLIB] Add AreaUnderCurve and BinaryClassificationMetrics

Xiangrui Meng <[email protected]>


2014-04-11 12:06:13 -0700
Commit: e6128b5, github.com/apache/spark/pull/364
Some clean up in build/docs
Patrick Wendell <[email protected]>
2014-04-11 10:45:27 -0700
Commit: 170b09d, github.com/apache/spark/pull/382
SPARK-1417: Spark on Yarn - spark UI link from resourcemanager is broken
Thomas Graves <[email protected]>
2014-04-11 13:17:48 +0530
Commit: 9e90c46, github.com/apache/spark/pull/344
SPARK-1202: Improvements to task killing in the UI.
Patrick Wendell <[email protected]>
2014-04-10 20:43:56 -0700
Commit: a1bb4c6, github.com/apache/spark/pull/386
Add Spark v0.9.1 to ec2 launch script and use it as the default
Harvey Feng <[email protected]>
2014-04-10 18:25:54 -0700
Commit: 59de39b, github.com/apache/spark/pull/385
Set spark.executor.uri from environment variable (needed by Mesos)
Ivan Wick <[email protected]>
2014-04-10 17:49:30 -0700
Commit: 41df293, github.com/apache/spark/pull/311
SPARK-1202 - Add a "cancel" button in the UI for stages
Sundeep Narravula <[email protected]>, Sundeep Narravula <sundeepn@dhcp
x-204-110.corp.yahoo.com>
2014-04-10 17:10:11 -0700
Commit: 211f974, github.com/apache/spark/pull/246
[SQL] Improve column pruning in the optimizer.
Michael Armbrust <[email protected]>
2014-04-10 16:20:33 -0700
Commit: 4843ef0, github.com/apache/spark/pull/378
Remove Unnecessary Whitespace's
Sandeep <[email protected]>
2014-04-10 15:04:13 -0700
Commit: 09bf14b, github.com/apache/spark/pull/380
Update tuning.md
Andrew Ash <[email protected]>
2014-04-10 14:59:58 -0700
Commit: 4c9906d, github.com/apache/spark/pull/384
Revert "SPARK-1433: Upgrade Mesos dependency to 0.17.0"
Patrick Wendell <[email protected]>
2014-04-10 14:43:29 -0700
Commit: 1e2cdbc
SPARK-1428: MLlib should convert non-float64 NumPy arrays to float64 instead o
f complaining
Sandeep <[email protected]>
2014-04-10 11:17:41 -0700
Commit: 2ac43ad, github.com/apache/spark/pull/356

[SPARK-1276] Add a HistoryServer to render persisted UI


Andrew Or <[email protected]>
2014-04-10 10:39:34 -0700
Commit: 9ae80bf, github.com/apache/spark/pull/204
Fix SPARK-1413: Parquet messes up stdout and stdin when used in Spark REPL
witgo <[email protected]>
2014-04-10 10:35:24 -0700
Commit: a74fbbb, github.com/apache/spark/pull/325
Revert "SPARK-729: Closures not always serialized at capture time"
Patrick Wendell <[email protected]>
2014-04-10 02:10:40 -0700
Commit: e6d4a74
SPARK-1446: Spark examples should not do a System.exit
Sandeep <[email protected]>
2014-04-10 00:37:21 -0700
Commit: e55cc4b, github.com/apache/spark/pull/370
SPARK-729: Closures not always serialized at capture time
William Benton <[email protected]>
2014-04-09 18:56:27 -0700
Commit: 8ca3b2b, github.com/apache/spark/pull/189
[SPARK-1357 (fix)] remove empty line after :: DeveloperApi/Experimental ::
Xiangrui Meng <[email protected]>
2014-04-09 17:08:17 -0700
Commit: 0adc932, github.com/apache/spark/pull/373
SPARK-1407 drain event queue before stopping event logger
Kan Zhang <[email protected]>
2014-04-09 15:24:33 -0700
Commit: eb5f2b6, github.com/apache/spark/pull/366
[SPARK-1357] [MLLIB] Annotate developer and experimental APIs
Xiangrui Meng <[email protected]>
2014-04-09 02:21:15 -0700
Commit: bde9cc1, github.com/apache/spark/pull/298
SPARK-1093: Annotate developer and experimental API's
Patrick Wendell <[email protected]>, Andrew Or <[email protected]>
2014-04-09 01:14:46 -0700
Commit: 87bd1f9, github.com/apache/spark/pull/274
[SPARK-1390] Refactoring of matrices backed by RDDs
Xiangrui Meng <[email protected]>
2014-04-08 23:01:15 -0700
Commit: 9689b66, github.com/apache/spark/pull/296
Spark-939: allow user jars to take precedence over spark jars
Holden Karau <[email protected]>
2014-04-08 22:29:21 -0700
Commit: fa0524f, github.com/apache/spark/pull/217
[SPARK-1434] [MLLIB] change labelParser from anonymous function to trait
Xiangrui Meng <[email protected]>
2014-04-08 20:37:01 -0700
Commit: b9e0c93, github.com/apache/spark/pull/345

Spark 1271: Co-Group and Group-By should pass Iterable[X]


Holden Karau <[email protected]>
2014-04-08 18:15:52 -0700
Commit: ce8ec54, github.com/apache/spark/pull/242
SPARK-1433: Upgrade Mesos dependency to 0.17.0
Sandeep <[email protected]>
2014-04-08 16:19:22 -0700
Commit: 12c077d, github.com/apache/spark/pull/355
[SPARK-1397] Notify SparkListeners when stages fail or are cancelled.
Kay Ousterhout <[email protected]>
2014-04-08 14:42:02 -0700
Commit: fac6085, github.com/apache/spark/pull/309
SPARK-1445: compute-classpath should not print error if lib_managed not found
Aaron Davidson <[email protected]>
2014-04-08 14:40:20 -0700
Commit: e25b593, github.com/apache/spark/pull/361
SPARK-1348 binding Master, Worker, and App Web UI to all interfaces
Kan Zhang <[email protected]>
2014-04-08 14:30:24 -0700
Commit: a8d86b0, github.com/apache/spark/pull/318
Remove extra semicolon in import statement and unused import in ApplicationMas
ter
Henry Saputra <[email protected]>
2014-04-08 14:23:16 -0700
Commit: 3bc0548, github.com/apache/spark/pull/358
[SPARK-1396] Properly cleanup DAGScheduler on job cancellation.
Kay Ousterhout <[email protected]>
2014-04-08 01:03:33 -0700
Commit: 6dc5f58, github.com/apache/spark/pull/305
[SPARK-1331] Added graceful shutdown to Spark Streaming
Tathagata Das <[email protected]>
2014-04-08 00:00:17 -0700
Commit: 83ac9a4, github.com/apache/spark/pull/247
[SPARK-1103] Automatic garbage collection of RDD, shuffle and broadcast data
Tathagata Das <[email protected]>, Andrew Or <[email protected]>,
Roman Pastukhov <[email protected]>
2014-04-07 23:40:21 -0700
Commit: 11eabbe, github.com/apache/spark/pull/126
[SPARK-1402] Added 3 more compression schemes
Cheng Lian <[email protected]>
2014-04-07 22:24:12 -0700
Commit: 0d0493f, github.com/apache/spark/pull/330
Change timestamp cast semantics. When cast to numeric types, return the unix t
ime in seconds (instead of millis).
Reynold Xin <[email protected]>
2014-04-07 19:28:24 -0700
Commit: f27e56a, github.com/apache/spark/pull/352
Added eval for Rand (without any support for user-defined seed).

Reynold Xin <[email protected]>


2014-04-07 18:40:08 -0700
Commit: 31e6fff, github.com/apache/spark/pull/349
Removed the default eval implementation from Expression, and added a bunch of
override's in classes I touched.
Reynold Xin <[email protected]>
2014-04-07 18:39:18 -0700
Commit: 55dfd5d, github.com/apache/spark/pull/350
[sql] Rename execution/aggregates.scala Aggregate.scala, and added a bunch of
private[this] to variables.
Reynold Xin <[email protected]>
2014-04-07 18:38:44 -0700
Commit: 14c9238, github.com/apache/spark/pull/348
SPARK-1099: Introduce local[*] mode to infer number of cores
Aaron Davidson <[email protected]>
2014-04-07 13:06:30 -0700
Commit: 0307db0, github.com/apache/spark/pull/182
HOTFIX: Disable actor input stream test.
Patrick Wendell <[email protected]>
2014-04-07 12:47:27 -0700
Commit: 2a2ca48, github.com/apache/spark/pull/347
SPARK-1252. On YARN, use container-log4j.properties for executors
Sandy Ryza <[email protected]>
2014-04-07 13:28:14 -0500
Commit: 9dd8b91, github.com/apache/spark/pull/148
[sql] Rename Expression.apply to eval for better readability.
Reynold Xin <[email protected]>
2014-04-07 10:45:31 -0700
Commit: 83f2a2f, github.com/apache/spark/pull/340
SPARK-1432: Make sure that all metadata fields are properly cleaned
Davis Shepherd <[email protected]>
2014-04-07 10:02:00 -0700
Commit: a3c51c6, github.com/apache/spark/pull/338
[SQL] SPARK-1427 Fix toString for SchemaRDD NativeCommands.
Michael Armbrust <[email protected]>
2014-04-07 01:46:50 -0700
Commit: b5bae84, github.com/apache/spark/pull/343
[SQL] SPARK-1371 Hash Aggregation Improvements
Michael Armbrust <[email protected]>
2014-04-07 00:14:00 -0700
Commit: accd099, github.com/apache/spark/pull/295
SPARK-1431: Allow merging conflicting pull requests
Patrick Wendell <[email protected]>
2014-04-06 21:04:45 -0700
Commit: 87d0928, github.com/apache/spark/pull/342
SPARK-1154: Clean up app folders in worker nodes
Evan Chan <[email protected]>, Kelvin Chu <[email protected]>
2014-04-06 19:17:33 -0700
Commit: 1440154, github.com/apache/spark/pull/288

SPARK-1314: Use SPARK_HIVE to determine if we include Hive in packaging


Aaron Davidson <[email protected]>
2014-04-06 17:48:41 -0700
Commit: 4106558, github.com/apache/spark/pull/237
SPARK-1349: spark-shell gets its own command history
Aaron Davidson <[email protected]>
2014-04-06 17:43:44 -0700
Commit: 7ce52c4, github.com/apache/spark/pull/267
SPARK-1387. Update build plugins, avoid plugin version warning, centralize ver
sions
Sean Owen <[email protected]>
2014-04-06 17:40:37 -0700
Commit: 856c50f, github.com/apache/spark/pull/291
[SPARK-1259] Make RDD locally iterable
Egor Pakhomov <[email protected]>
2014-04-06 16:41:23 -0700
Commit: e258e50, github.com/apache/spark/pull/156
Fix SPARK-1420 The maven build error for Spark Catalyst
witgo <[email protected]>
2014-04-06 16:03:06 -0700
Commit: 7012ffa, github.com/apache/spark/pull/333
SPARK-1421. Make MLlib work on Python 2.6
Matei Zaharia <[email protected]>
2014-04-05 20:52:05 -0700
Commit: 0b85516, github.com/apache/spark/pull/335
Fix for PR #195 for Java 6
Sean Owen <[email protected]>
2014-04-05 19:08:24 -0700
Commit: 890d63b, github.com/apache/spark/pull/334
[SPARK-1371] fix computePreferredLocations signature to not depend on underlyi
ng implementation
Mridul Muralidharan <[email protected]>
2014-04-05 15:23:37 -0700
Commit: 6e88583, github.com/apache/spark/pull/302
Remove the getStageInfo() method from SparkContext.
Kay Ousterhout <[email protected]>
2014-04-05 15:17:50 -0700
Commit: 2d0150c, github.com/apache/spark/pull/308
HOTFIX for broken CI, by SPARK-1336
Prashant Sharma <[email protected]>, Prashant Sharma <[email protected]
om>
2014-04-04 22:49:19 -0700
Commit: 7c18428, github.com/apache/spark/pull/321
small fix ( proogram -> program )
Prabeesh K <[email protected]>
2014-04-04 21:32:00 -0700
Commit: 0acc7a0, github.com/apache/spark/pull/331
[SQL] SPARK-1366 Consistent sql function across different types of SQLContexts

Michael Armbrust <[email protected]>


2014-04-04 21:15:33 -0700
Commit: 8de038e, github.com/apache/spark/pull/319
SPARK-1305: Support persisting RDD's directly to Tachyon
Haoyuan Li <[email protected]>, RongGu <[email protected]>
2014-04-04 20:36:24 -0700
Commit: b50ddfd, github.com/apache/spark/pull/158
[SPARK-1419] Bumped parent POM to apache 14
Mark Hamstra <[email protected]>
2014-04-04 19:19:48 -0700
Commit: 1347ebd, github.com/apache/spark/pull/328
Add test utility for generating Jar files with compiled classes.
Patrick Wendell <[email protected]>
2014-04-04 19:15:15 -0700
Commit: 5f3c1bb, github.com/apache/spark/pull/326
SPARK-1414. Python API for SparkContext.wholeTextFiles
Matei Zaharia <[email protected]>
2014-04-04 17:29:29 -0700
Commit: 60e18ce, github.com/apache/spark/pull/327
[SQL] Minor fixes.
Michael Armbrust <[email protected]>
2014-04-04 17:23:17 -0700
Commit: d956cc2, github.com/apache/spark/pull/315
[SPARK-1198] Allow pipes tasks to run in different sub-directories
Thomas Graves <[email protected]>
2014-04-04 17:16:31 -0700
Commit: 198892f, github.com/apache/spark/pull/128
Don't create SparkContext in JobProgressListenerSuite.
Patrick Wendell <[email protected]>
2014-04-04 14:46:32 -0700
Commit: a02b535, github.com/apache/spark/pull/324
SPARK-1375. Additional spark-submit cleanup
Sandy Ryza <[email protected]>
2014-04-04 13:28:42 -0700
Commit: 16b8308, github.com/apache/spark/pull/278
[SPARK-1133] Add whole text files reader in MLlib
Xusen Yin <[email protected]>
2014-04-04 11:12:47 -0700
Commit: f1fa617, github.com/apache/spark/pull/252
SPARK-1404: Always upgrade spark-env.sh vars to environment vars
Aaron Davidson <[email protected]>
2014-04-04 09:50:24 -0700
Commit: 01cf4c4, github.com/apache/spark/pull/310
SPARK-1350. Always use JAVA_HOME to run executor container JVMs.
Sandy Ryza <[email protected]>
2014-04-04 08:54:04 -0500
Commit: 7f32fd4, github.com/apache/spark/pull/313
SPARK-1337: Application web UI garbage collects newest stages

Patrick Wendell <[email protected]>


2014-04-03 22:13:56 -0700
Commit: ee6e9e7, github.com/apache/spark/pull/320
Revert "[SPARK-1398] Removed findbugs jsr305 dependency"
Patrick Wendell <[email protected]>
2014-04-03 17:00:06 -0700
Commit: 33e6361
Fix jenkins from giving the green light to builds that don't compile.
Michael Armbrust <[email protected]>
2014-04-03 16:53:35 -0700
Commit: 9231b01, github.com/apache/spark/pull/317
[BUILD FIX] Fix compilation of Spark SQL Java API.
Michael Armbrust <[email protected]>
2014-04-03 16:12:08 -0700
Commit: d94826b, github.com/apache/spark/pull/316
[SPARK-1134] Fix and document passing of arguments to IPython
Diana Carroll <[email protected]>
2014-04-03 15:48:42 -0700
Commit: a599e43, github.com/apache/spark/pull/294
[SQL] SPARK-1333 First draft of java API
Michael Armbrust <[email protected]>
2014-04-03 15:45:34 -0700
Commit: b8f5341, github.com/apache/spark/pull/248
Spark 1162 Implemented takeOrdered in pyspark.
Prashant Sharma <[email protected]>
2014-04-03 15:42:17 -0700
Commit: c1ea3af, github.com/apache/spark/pull/97
[SPARK-1360] Add Timestamp Support for SQL
Cheng Hao <[email protected]>
2014-04-03 15:33:17 -0700
Commit: 5d1feda, github.com/apache/spark/pull/275
Spark parquet improvements
Andre Schumacher <[email protected]>
2014-04-03 15:31:47 -0700
Commit: fbebaed, github.com/apache/spark/pull/195
[SPARK-1398] Removed findbugs jsr305 dependency
Mark Hamstra <[email protected]>
2014-04-03 14:08:47 -0700
Commit: 92a86b2, github.com/apache/spark/pull/307
[SQL] SPARK-1364 Improve datatype and test coverage for ScalaReflection schema
inference.
Michael Armbrust <[email protected]>
2014-04-02 18:14:31 -0700
Commit: 47ebea5, github.com/apache/spark/pull/293
[SPARK-1212, Part II] Support sparse data in MLlib
Xiangrui Meng <[email protected]>
2014-04-02 14:01:12 -0700
Commit: 9c65fa7, github.com/apache/spark/pull/245

StopAfter / TopK related changes


Reynold Xin <[email protected]>, Michael Armbrust <[email protected]>
2014-04-02 12:48:04 -0700
Commit: ed730c9, github.com/apache/spark/pull/233
[SPARK-1371][WIP] Compression support for Spark SQL in-memory columnar storage
Cheng Lian <[email protected]>
2014-04-02 12:47:22 -0700
Commit: 1faa579, github.com/apache/spark/pull/285
Do not re-use objects in the EdgePartition/EdgeTriplet iterators.
Daniel Darabos <[email protected]>
2014-04-02 12:27:37 -0700
Commit: 7823633, github.com/apache/spark/pull/276
[SPARK-1385] Use existing code for JSON de/serialization of BlockId
Andrew Or <[email protected]>
2014-04-02 10:43:09 -0700
Commit: de8eefa, github.com/apache/spark/pull/289
Renamed stageIdToActiveJob to jobIdToActiveJob.
Kay Ousterhout <[email protected]>
2014-04-02 10:35:52 -0700
Commit: 11973a7, github.com/apache/spark/pull/301
Remove * from test case golden filename.
Michael Armbrust <[email protected]>
2014-04-01 23:54:38 -0700
Commit: ea9de65, github.com/apache/spark/pull/297
MLI-1 Decision Trees
Manish Amde <[email protected]>, manishamde <[email protected]>, Xiangrui
Meng <[email protected]>
2014-04-01 21:40:49 -0700
Commit: 8b3045c, github.com/apache/spark/pull/79
Revert "[Spark-1134] only call ipython if no arguments are given; remove IPYTH
ONOPTS from call"
Matei Zaharia <[email protected]>
2014-04-01 19:31:50 -0700
Commit: 45df912
[Spark-1134] only call ipython if no arguments are given; remove IPYTHONOPTS f
rom call
Diana Carroll <[email protected]>
2014-04-01 19:29:26 -0700
Commit: afb5ea6, github.com/apache/spark/pull/227
[SPARK-1342] Scala 2.10.4
Mark Hamstra <[email protected]>
2014-04-01 18:35:50 -0700
Commit: 764353d, github.com/apache/spark/pull/259
[SQL] SPARK-1372 Support for caching and uncaching tables in a SQLContext.
Michael Armbrust <[email protected]>
2014-04-01 14:45:44 -0700
Commit: f5c418d, github.com/apache/spark/pull/282
[Hot Fix #42] Persisted RDD disappears on storage page if re-used
Andrew Or <[email protected]>

2014-03-31 23:01:14 -0700


Commit: ada310a, github.com/apache/spark/pull/281
[SPARK-1377] Upgrade Jetty to 8.1.14v20131031
Andrew Or <[email protected]>
2014-03-31 21:42:36 -0700
Commit: 94fe7fd, github.com/apache/spark/pull/280
SPARK-1376. In the yarn-cluster submitter, rename "args" option to "arg"
Sandy Ryza <[email protected]>
2014-04-01 08:26:31 +0530
Commit: 564f1c1, github.com/apache/spark/pull/279
SPARK-1365 [HOTFIX] Fix RateLimitedOutputStream test
Patrick Wendell <[email protected]>
2014-03-31 16:25:43 -0700
Commit: 33b3c2a, github.com/apache/spark/pull/277
[SQL] Rewrite join implementation to allow streaming of one relation.
Michael Armbrust <[email protected]>
2014-03-31 15:23:46 -0700
Commit: 5731af5, github.com/apache/spark/pull/250
SPARK-1352: Improve robustness of spark-submit script
Patrick Wendell <[email protected]>
2014-03-31 12:07:14 -0700
Commit: 841721e, github.com/apache/spark/pull/271
SPARK-1352 - Comment style single space before ending */ check.
Prashant Sharma <[email protected]>
2014-03-30 10:06:56 -0700
Commit: d666053, github.com/apache/spark/pull/261
[SPARK-1354][SQL] Add tableName as a qualifier for SimpleCatelogy
jerryshao <[email protected]>
2014-03-30 10:03:58 -0700
Commit: 95d7d2a, github.com/apache/spark/pull/272
SPARK-1336 Reducing the output of run-tests script.
Prashant Sharma <[email protected]>, Prashant Sharma <[email protected]
om>
2014-03-29 23:03:03 -0700
Commit: df1b9f7, github.com/apache/spark/pull/262
[SQL] SPARK-1354 Fix self-joins of parquet relations
Michael Armbrust <[email protected]>
2014-03-29 22:02:53 -0700
Commit: 2861b07, github.com/apache/spark/pull/269
Don't swallow all kryo errors, only those that indicate we are out of data.
Michael Armbrust <[email protected]>
2014-03-29 22:01:29 -0700
Commit: 92b8395, github.com/apache/spark/pull/142
[SPARK-1186] : Enrich the Spark Shell to support additional arguments.
Bernardo Gomez Palacio <[email protected]>
2014-03-29 19:49:22 -0700
Commit: fda86d8, github.com/apache/spark/pull/116
Implement the RLike & Like in catalyst

Cheng Hao <[email protected]>


2014-03-29 15:12:43 -0700
Commit: af3746c, github.com/apache/spark/pull/224
SPARK-1126. spark-app preliminary
Sandy Ryza <[email protected]>
2014-03-29 14:41:36 -0700
Commit: 1617816, github.com/apache/spark/pull/86
SPARK-1345 adding missing dependency on avro for hadoop 0.23 to the new ...
Thomas Graves <[email protected]>
2014-03-28 23:09:29 -0700
Commit: 3738f24, github.com/apache/spark/pull/263
fix path for jar, make sed actually work on OSX
Nick Lanham <[email protected]>
2014-03-28 13:33:35 -0700
Commit: 75d46be, github.com/apache/spark/pull/264
SPARK-1096, a space after comment start style checker.
Prashant Sharma <[email protected]>
2014-03-28 00:21:49 -0700
Commit: 60abc25, github.com/apache/spark/pull/124
Make sed do -i '' on OSX
Nick Lanham <[email protected]>
2014-03-27 22:45:00 -0700
Commit: 632c322, github.com/apache/spark/pull/258
[SPARK-1210] Prevent ContextClassLoader of Actor from becoming ClassLoader of
Executo...
Takuya UESHIN <[email protected]>
2014-03-27 22:17:15 -0700
Commit: 3d89043, github.com/apache/spark/pull/15
[SPARK-1268] Adding XOR and AND-NOT operations to spark.util.collection.BitSet
Petko Nikolov <[email protected]>
2014-03-27 15:49:07 -0700
Commit: 6f986f0, github.com/apache/spark/pull/172
SPARK-1335. Also increase perm gen / code cache for scalatest when invoked via
Maven build
Sean Owen <[email protected]>
2014-03-27 11:49:11 -0700
Commit: 53953d0, github.com/apache/spark/pull/253
SPARK-1330 removed extra echo from comput_classpath.sh
Thomas Graves <[email protected]>
2014-03-27 11:54:43 -0500
Commit: 426042a, github.com/apache/spark/pull/241
Cut down the granularity of travis tests.
Michael Armbrust <[email protected]>
2014-03-27 08:53:42 -0700
Commit: 5b2d863, github.com/apache/spark/pull/255
[SPARK-1327] GLM needs to check addIntercept for intercept and weights
Xiangrui Meng <[email protected]>
2014-03-26 19:30:20 -0700
Commit: d679843, github.com/apache/spark/pull/236

SPARK-1325. The maven build error for Spark Tools


Sean Owen <[email protected]>, witgo <[email protected]>
2014-03-26 18:31:52 -0700
Commit: 1fa48d9, github.com/apache/spark/pull/240
Spark 1095 : Adding explicit return types to all public methods
NirmalReddy <[email protected]>, NirmalReddy <[email protected]
om>
2014-03-26 18:24:55 -0700
Commit: 3e63d98, github.com/apache/spark/pull/168
SPARK-1324: SparkUI Should Not Bind to SPARK_PUBLIC_DNS
Patrick Wendell <[email protected]>
2014-03-26 18:22:15 -0700
Commit: be6d96c, github.com/apache/spark/pull/231
[SQL] Add a custom serializer for maps since they do not have a no-arg constru
ctor.
Michael Armbrust <[email protected]>
2014-03-26 18:19:49 -0700
Commit: e15e574, github.com/apache/spark/pull/243
[SQL] Un-ignore a test that is now passing.
Michael Armbrust <[email protected]>
2014-03-26 18:19:15 -0700
Commit: 32cbdfd, github.com/apache/spark/pull/244
Unified package definition format in Spark SQL
Cheng Lian <[email protected]>
2014-03-26 15:36:18 -0700
Commit: 345825d, github.com/apache/spark/pull/225
SPARK-1322, top in pyspark should sort result in descending order.
Prashant Sharma <[email protected]>
2014-03-26 09:16:37 -0700
Commit: a0853a3, github.com/apache/spark/pull/235
SPARK-1321 Use Guava's top k implementation rather than our BoundedPriorityQue
ue based implementation
Reynold Xin <[email protected]>
2014-03-26 00:09:44 -0700
Commit: b859853, github.com/apache/spark/pull/229
Initial experimentation with Travis CI configuration
Michael Armbrust <[email protected]>
2014-03-25 19:01:18 -0700
Commit: 4f7d547, github.com/apache/spark/pull/230
Avoid Option while generating call site
witgo <[email protected]>, Aaron Davidson <[email protected]>
2014-03-25 13:28:13 -0700
Commit: 8237df8, github.com/apache/spark/pull/222
SPARK-1319: Fix scheduler to account for tasks using > 1 CPUs.
Shivaram Venkataraman <[email protected]>
2014-03-25 13:05:30 -0700
Commit: f8111ea, github.com/apache/spark/pull/219
SPARK-1316. Remove use of Commons IO

Sean Owen <[email protected]>


2014-03-25 10:21:25 -0700
Commit: 71d4ed2, github.com/apache/spark/pull/226
Add more hive compatability tests to whitelist
Michael Armbrust <[email protected]>
2014-03-25 09:57:26 -0700
Commit: 134ace7, github.com/apache/spark/pull/220
SPARK-1286: Make usage of spark-env.sh idempotent
Aaron Davidson <[email protected]>
2014-03-24 22:24:21 -0700
Commit: 007a733, github.com/apache/spark/pull/184
Unify the logic for column pruning, projection, and filtering of table scans.
Michael Armbrust <[email protected]>
2014-03-24 22:15:51 -0700
Commit: b637f2d, github.com/apache/spark/pull/213
SPARK-1128: set hadoop task properties when constructing HadoopRDD
CodingCat <[email protected]>, Nan Zhu <[email protected]>
2014-03-24 21:55:03 -0700
Commit: 5140598, github.com/apache/spark/pull/101
SPARK-1094 Support MiMa for reporting binary compatibility accross versions.
Patrick Wendell <[email protected]>, Prashant Sharma <[email protected]
>, Prashant Sharma <[email protected]>
2014-03-24 21:20:23 -0700
Commit: dc126f2, github.com/apache/spark/pull/207
SPARK-1294 Fix resolution of uppercase field names using a HiveContext.
Michael Armbrust <[email protected]>
2014-03-24 19:24:22 -0700
Commit: 8043b7b, github.com/apache/spark/pull/202
HOT FIX: Exclude test files from RAT
Patrick Wendell <[email protected]>
2014-03-24 13:38:07 -0700
Commit: 56db8a2
SPARK-1144 Added license and RAT to check licenses.
Prashant Sharma <[email protected]>
2014-03-24 08:44:12 -0700
Commit: 21109fb, github.com/apache/spark/pull/125
[SPARK-1212] Adding sparse data support and update KMeans
Xiangrui Meng <[email protected]>
2014-03-23 17:34:02 -0700
Commit: 80c2968, github.com/apache/spark/pull/117
Fixed coding style issues in Spark SQL
Cheng Lian <[email protected]>
2014-03-23 15:21:40 -0700
Commit: 8265dc7, github.com/apache/spark/pull/208
[SPARK-1292] In-memory columnar representation for Spark SQL
Cheng Lian <[email protected]>, Cheng Lian <[email protected]>
2014-03-23 12:08:55 -0700
Commit: 57a4379, github.com/apache/spark/pull/205

SPARK-1254. Supplemental fix for HTTPS on Maven Central


Sean Owen <[email protected]>
2014-03-23 10:57:01 -0700
Commit: abf6714, github.com/apache/spark/pull/209
Fix to Stage UI to display numbers on progress bar
Emtiaz Ahmed <[email protected]>
2014-03-21 18:05:53 -0700
Commit: 646e554, github.com/apache/spark/pull/201
Add asCode function for dumping raw tree representations.
Michael Armbrust <[email protected]>
2014-03-21 16:54:06 -0700
Commit: d780983, github.com/apache/spark/pull/200
Make SQL keywords case-insensitive
Matei Zaharia <[email protected]>
2014-03-21 16:53:18 -0700
Commit: dab5439, github.com/apache/spark/pull/193
SPARK-1279: Fix improper use of SimpleDateFormat
zsxwing <[email protected]>
2014-03-21 16:07:22 -0700
Commit: 2c0aa22, github.com/apache/spark/pull/179
Add hive test files to repository. Remove download script.
Michael Armbrust <[email protected]>
2014-03-21 15:05:45 -0700
Commit: 7e17fe6, github.com/apache/spark/pull/199
Fix maven jenkins: Add explicit init for required tables in SQLQuerySuite
Michael Armbrust <[email protected]>
2014-03-20 22:31:11 -0700
Commit: e09139d, github.com/apache/spark/pull/191
SPARK-1251 Support for optimizing and executing structured queries
Michael Armbrust <[email protected]>, Yin Huai <[email protected]>, R
eynold Xin <[email protected]>, Lian, Cheng <[email protected]>, Andre Schumac
her <[email protected]>, Yin Huai <[email protected]>, Timothy Chen
<[email protected]>, Cheng Lian <[email protected]>, Timothy Chen <tnachen@a
pache.org>, Henry Cook <[email protected]>, Mark Hamstra <markhamstr
[email protected]>
2014-03-20 18:03:20 -0700
Commit: 9aadcff, github.com/apache/spark/pull/146
[Hot Fix #42] Do not stop SparkUI if bind() is not called
Andrew Or <[email protected]>
2014-03-20 14:13:16 -0700
Commit: ca76423, github.com/apache/spark/pull/188
Principal Component Analysis
Reza Zadeh <[email protected]>
2014-03-20 10:39:20 -0700
Commit: 66a03e5, github.com/apache/spark/pull/88
Revert "SPARK-1099:Spark's local mode should probably respect spark.cores.max
by default"
Aaron Davidson <[email protected]>
2014-03-19 17:56:48 -0700
Commit: ffe272d

SPARK-1099:Spark's local mode should probably respect spark.cores.max by defau


lt
qqsun8819 <[email protected]>
2014-03-19 16:33:54 -0700
Commit: 1678931, github.com/apache/spark/pull/110
Added doctest for map function in rdd.py
Jyotiska NK <[email protected]>
2014-03-19 14:04:45 -0700
Commit: 67fa71c, github.com/apache/spark/pull/177
[SPARK-1132] Persisting Web UI through refactoring the SparkListener interface
Andrew Or <[email protected]>, andrewor14 <[email protected]>
2014-03-19 13:17:01 -0700
Commit: 79d07d6, github.com/apache/spark/pull/42
Bugfixes/improvements to scheduler
Mridul Muralidharan <[email protected]>
2014-03-19 12:46:55 -0700
Commit: ab747d3, github.com/apache/spark/pull/159
SPARK-1203 fix saving to hdfs from yarn
Thomas Graves <[email protected]>
2014-03-19 08:09:20 -0500
Commit: 6112270, github.com/apache/spark/pull/173
bugfix: Wrong "Duration" in "Active Stages" in stages page
shiyun.wxm <[email protected]>
2014-03-19 01:42:34 -0700
Commit: d55ec86, github.com/apache/spark/pull/170
Bundle tachyon: SPARK-1269
Nick Lanham <[email protected]>
2014-03-18 22:04:57 -0700
Commit: a18ea00, github.com/apache/spark/pull/137
Fix SPARK-1256: Master web UI and Worker web UI returns a 404 error
witgo <[email protected]>
2014-03-18 21:57:47 -0700
Commit: cc2655a, github.com/apache/spark/pull/150
[SPARK-1266] persist factors in implicit ALS
Xiangrui Meng <[email protected]>
2014-03-18 17:20:42 -0700
Commit: f9d8a83, github.com/apache/spark/pull/165
[SPARK-1260]: faster construction of features with intercept
Xiangrui Meng <[email protected]>
2014-03-18 15:14:13 -0700
Commit: e108b9a, github.com/apache/spark/pull/161
Update copyright year in NOTICE to 2014
Matei Zaharia <[email protected]>
2014-03-18 14:34:31 -0700
Commit: 79e547f, github.com/apache/spark/pull/174
SPARK-1102: Create a saveAsNewAPIHadoopDataset method
CodingCat <[email protected]>
2014-03-18 11:06:18 -0700

Commit: 2fa26ec, github.com/apache/spark/pull/12


Revert "SPARK-1236 - Upgrade Jetty to 9.1.3.v20140225."
Patrick Wendell <[email protected]>
2014-03-18 00:46:03 -0700
Commit: e7423d4, github.com/apache/spark/pull/167
Spark 1246 add min max to stat counter
Dan McClary <[email protected]>
2014-03-18 00:45:47 -0700
Commit: e3681f2, github.com/apache/spark/pull/144
[Spark-1261] add instructions for running python examples to doc overview page
Diana Carroll <[email protected]>
2014-03-17 17:35:51 -0700
Commit: 087eedc, github.com/apache/spark/pull/162
SPARK-1244: Throw exception if map output status exceeds frame size
Patrick Wendell <[email protected]>, Andrew Or <[email protected]>
2014-03-17 14:03:32 -0700
Commit: 796977a, github.com/apache/spark/pull/152
SPARK-1240: handle the case of empty RDD when takeSample
CodingCat <[email protected]>
2014-03-16 22:14:59 -0700
Commit: dc96546, github.com/apache/spark/pull/135
SPARK-1255: Allow user to pass Serializer object instead of class name for shu
ffle.
Reynold Xin <[email protected]>
2014-03-16 09:57:21 -0700
Commit: f5486e9, github.com/apache/spark/pull/149
SPARK-1254. Consolidate, order, and harmonize repository declarations in Maven
/SBT builds
Sean Owen <[email protected]>
2014-03-15 16:43:27 -0700
Commit: 97e4459, github.com/apache/spark/pull/145
Fix serialization of MutablePair. Also provide an interface for easy updating.
Michael Armbrust <[email protected]>
2014-03-14 11:40:26 -0700
Commit: e19044c, github.com/apache/spark/pull/141
[bugfix] wrong client arg, should use executor-cores
Tianshuo Deng <[email protected]>
2014-03-13 20:27:36 -0700
Commit: 181b130, github.com/apache/spark/pull/138
SPARK-1236 - Upgrade Jetty to 9.1.3.v20140225.
Reynold Xin <[email protected]>
2014-03-13 12:16:04 -0700
Commit: ca4bf8c, github.com/apache/spark/pull/113
SPARK-1183. Don't use "worker" to mean executor
Sandy Ryza <[email protected]>
2014-03-13 12:11:33 -0700
Commit: 6983732, github.com/apache/spark/pull/120
[SPARK-1237, 1238] Improve the computation of YtY for implicit ALS

Xiangrui Meng <[email protected]>


2014-03-13 00:43:19 -0700
Commit: e4e8d8f, github.com/apache/spark/pull/131
SPARK-1019: pyspark RDD take() throws an NPE
Patrick Wendell <[email protected]>
2014-03-12 23:16:59 -0700
Commit: 4ea23db, github.com/apache/spark/pull/112
hot fix for PR105 - change to Java annotation
CodingCat <[email protected]>
2014-03-12 19:49:18 -0700
Commit: 6bd2eaa, github.com/apache/spark/pull/133
Fix example bug: compile error
jianghan <[email protected]>
2014-03-12 19:46:12 -0700
Commit: 31a7040, github.com/apache/spark/pull/132
SPARK-1160: Deprecate toArray in RDD
CodingCat <[email protected]>
2014-03-12 17:43:12 -0700
Commit: 9032f7c, github.com/apache/spark/pull/105
SPARK-1162 Added top in python.
Prashant Sharma <[email protected]>
2014-03-12 15:57:44 -0700
Commit: b8afe30, github.com/apache/spark/pull/93
Fix #SPARK-1149 Bad partitioners can cause Spark to hang
liguoqiang <[email protected]>
2014-03-12 12:59:51 -0700
Commit: 5d1ec64, github.com/apache/spark/pull/44
[SPARK-1233] Fix running hadoop 0.23 due to java.lang.NoSuchFieldException: DE
FAULT_M...
Thomas Graves <[email protected]>
2014-03-12 11:25:41 -0700
Commit: b5162f4, github.com/apache/spark/pull/129
[SPARK-1232] Fix the hadoop 0.23 yarn build
Thomas Graves <[email protected]>
2014-03-12 10:32:01 -0700
Commit: c8c59b3, github.com/apache/spark/pull/127
Spark-1163, Added missing Python RDD functions
prabinb <[email protected]>
2014-03-11 23:57:05 -0700
Commit: af7f2f1, github.com/apache/spark/pull/92
SPARK-1064
Sandy Ryza <[email protected]>
2014-03-11 22:39:17 -0700
Commit: 2409af9, github.com/apache/spark/pull/102
SPARK-1167: Remove metrics-ganglia from default build due to LGPL issues...
Patrick Wendell <[email protected]>
2014-03-11 11:16:59 -0700
Commit: 16788a6, github.com/apache/spark/pull/108

SPARK-1211. In ApplicationMaster, set spark.master system property to "y...


Sandy Ryza <[email protected]>
2014-03-10 17:42:33 -0700
Commit: 2a2c964, github.com/apache/spark/pull/118
SPARK-1205: Clean up callSite/origin/generator.
Patrick Wendell <[email protected]>
2014-03-10 16:28:41 -0700
Commit: 2a51617, github.com/apache/spark/pull/106
SPARK-1168, Added foldByKey to pyspark.
Prashant Sharma <[email protected]>
2014-03-10 13:37:11 -0700
Commit: a59419c, github.com/apache/spark/pull/115
[SPARK-972] Added detailed callsite info for ValueError in context.py (resubmi
tted)
jyotiska <[email protected]>
2014-03-10 13:34:49 -0700
Commit: f551898, github.com/apache/spark/pull/34
SPARK-977 Added Python RDD.zip function
Prabin Banka <[email protected]>
2014-03-10 13:27:00 -0700
Commit: e1e09e0, github.com/apache/spark/pull/76
maintain arbitrary state data for each key
Chen Chao <[email protected]>
2014-03-09 22:42:12 -0700
Commit: 5d98cfc, github.com/apache/spark/pull/114
SPARK-782 Clean up for ASM dependency.
Patrick Wendell <[email protected]>
2014-03-09 13:17:07 -0700
Commit: b9be160, github.com/apache/spark/pull/100
Fix markup errors introduced in #33 (SPARK-1189)
Patrick Wendell <[email protected]>
2014-03-09 11:57:06 -0700
Commit: faf4cad, github.com/apache/spark/pull/111
Add timeout for fetch file
Jiacheng Guo <[email protected]>
2014-03-09 11:37:44 -0700
Commit: f6f9d02, github.com/apache/spark/pull/98
SPARK-929: Fully deprecate usage of SPARK_MEM
Aaron Davidson <[email protected]>
2014-03-09 11:08:39 -0700
Commit: 52834d7, github.com/apache/spark/pull/99
SPARK-1190: Do not initialize log4j if slf4j log4j backend is not being used
Patrick Wendell <[email protected]>
2014-03-08 16:02:42 -0800
Commit: e59a3b6, github.com/apache/spark/pull/107
Update junitxml plugin to the latest version to avoid recompilation in every S
BT command.
Reynold Xin <[email protected]>
2014-03-08 12:40:26 -0800

Commit: c2834ec, github.com/apache/spark/pull/104


[SPARK-1194] Fix the same-RDD rule for cache replacement
Cheng Lian <[email protected]>
2014-03-07 23:26:46 -0800
Commit: 0b7b7fd, github.com/apache/spark/pull/96
Allow sbt to use more than 1G of heap.
Reynold Xin <[email protected]>
2014-03-07 23:23:59 -0800
Commit: 8ad486a, github.com/apache/spark/pull/103
SPARK-1193. Fix indentation in pom.xmls
Sandy Ryza <[email protected]>
2014-03-07 23:10:35 -0800
Commit: a99fb37, github.com/apache/spark/pull/91
Spark 1165 rdd.intersection in python and java
Prashant Sharma <[email protected]>, Prashant Sharma <[email protected]
om>
2014-03-07 18:48:07 -0800
Commit: 6e730ed, github.com/apache/spark/pull/80
SPARK-1195: set map_input_file environment variable in PipedRDD
Thomas Graves <[email protected]>
2014-03-07 10:36:55 -0800
Commit: b7cd9e9, github.com/apache/spark/pull/94
SPARK-1136: Fix FaultToleranceTest for Docker 0.8.1
Aaron Davidson <[email protected]>
2014-03-07 10:22:27 -0800
Commit: dabeb6f, github.com/apache/spark/pull/5
Small clean-up to flatmap tests
Patrick Wendell <[email protected]>
2014-03-06 17:57:31 -0800
Commit: 33baf14
Example for cassandra CQL read/write from spark
anitatailor <[email protected]>
2014-03-06 17:46:43 -0800
Commit: 9ae919c, github.com/apache/spark/pull/87
SPARK-1197. Change yarn-standalone to yarn-cluster and fix up running on YARN
docs
Sandy Ryza <[email protected]>
2014-03-06 17:12:58 -0800
Commit: 328c73d, github.com/apache/spark/pull/95
SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use serv
lets
Thomas Graves <[email protected]>
2014-03-06 18:27:50 -0600
Commit: 7edbea4, github.com/apache/spark/pull/33
SPARK-942: Do not materialize partitions when DISK_ONLY storage level is used
Kyle Ellrott <[email protected]>
2014-03-06 14:51:00 -0800
Commit: 40566e1, github.com/apache/spark/pull/50

SPARK-1187, Added missing Python APIs


Prabin Banka <[email protected]>
2014-03-06 12:45:27 -0800
Commit: 3d3acef, github.com/apache/spark/pull/75
SPARK-1156: allow user to login into a cluster without slaves
CodingCat <[email protected]>
2014-03-05 21:47:34 -0800
Commit: 3eb009f, github.com/apache/spark/pull/58
SPARK-1184: Update the distribution tar.gz to include spark-assembly jar
Mark Grover <[email protected]>
2014-03-05 16:52:58 -0800
Commit: cda381f, github.com/apache/spark/pull/78
Improve building with maven docs
liguoqiang <[email protected]>
2014-03-05 16:38:43 -0800
Commit: 51ca7bd, github.com/apache/spark/pull/70
SPARK-1171: when executor is removed, we should minus totalCores instead of ju
st freeCores on that executor
CodingCat <[email protected]>, Nan Zhu <[email protected]>
2014-03-05 14:00:28 -0800
Commit: a3da508, github.com/apache/spark/pull/63
SPARK-1109 wrong API docs for pyspark map function
Prashant Sharma <[email protected]>
2014-03-04 15:32:43 -0800
Commit: 0283665, github.com/apache/spark/pull/73
SPARK-1178: missing document of spark.scheduler.revive.interval
CodingCat <[email protected]>
2014-03-04 10:28:17 -0800
Commit: 1865dd6, github.com/apache/spark/pull/74
SPARK-1164 Deprecated reduceByKeyToDriver as it is an alias for reduceByKeyLoc
ally
Prashant Sharma <[email protected]>
2014-03-04 10:27:02 -0800
Commit: 2d8e0a0, github.com/apache/spark/pull/72
[java8API] SPARK-964 Investigate the potential for using JDK 8 lambda expressi
ons for the Java/Scala APIs
Prashant Sharma <[email protected]>, Patrick Wendell <[email protected]
>
2014-03-03 22:31:30 -0800
Commit: 181ec50, github.com/apache/spark/pull/17
Remove broken/unused Connection.getChunkFIFO method.
Kay Ousterhout <[email protected]>
2014-03-03 21:27:18 -0800
Commit: b14ede7, github.com/apache/spark/pull/69
SPARK-1158: Fix flaky RateLimitedOutputStreamSuite.
Reynold Xin <[email protected]>
2014-03-03 21:24:19 -0800
Commit: f5ae38a, github.com/apache/spark/pull/55
Added a unit test for PairRDDFunctions.lookup

Bryn Keller <[email protected]>


2014-03-03 16:38:57 -0800
Commit: 923dba5, github.com/apache/spark/pull/36
Remove the remoteFetchTime metric.
Kay Ousterhout <[email protected]>
2014-03-03 16:12:00 -0800
Commit: b55cade, github.com/apache/spark/pull/62
update proportion of memory
Chen Chao <[email protected]>
2014-03-03 14:41:25 -0800
Commit: 9d225a9, github.com/apache/spark/pull/66
Removed accidentally checked in comment
Kay Ousterhout <[email protected]>
2014-03-03 14:39:49 -0800
Commit: 369aad6, github.com/apache/spark/pull/61
SPARK-1173. (#2) Fix typo in Java streaming example.
Aaron Kimball <[email protected]>
2014-03-02 23:48:48 -0800
Commit: f65c1f3, github.com/apache/spark/pull/65
SPARK-1173. Improve scala streaming docs.
Aaron Kimball <[email protected]>
2014-03-02 23:26:47 -0800
Commit: 2b53447, github.com/apache/spark/pull/64
Add Jekyll tag to isolate "production-only" doc components.
Patrick Wendell <[email protected]>
2014-03-02 18:19:01 -0800
Commit: 55a4f11, github.com/apache/spark/pull/56
SPARK-1121: Include avro for yarn-alpha builds
Patrick Wendell <[email protected]>
2014-03-02 15:18:19 -0800
Commit: c3f5e07, github.com/apache/spark/pull/49
SPARK-1084.2 (resubmitted)
Sean Owen <[email protected]>
2014-03-02 14:27:53 -0800
Commit: fd31adb, github.com/apache/spark/pull/32
Ignore RateLimitedOutputStreamSuite for now.
Reynold Xin <[email protected]>
2014-03-02 14:27:19 -0800
Commit: 353ac6b, github.com/apache/spark/pull/54
SPARK-1137: Make ZK PersistenceEngine not crash for wrong serialVersionUID
Aaron Davidson <[email protected]>
2014-03-02 01:00:42 -0800
Commit: 46bcb95, github.com/apache/spark/pull/4
Remove remaining references to incubation
Patrick Wendell <[email protected]>
2014-03-02 01:00:16 -0800
Commit: 1fd2bfd, github.com/apache/spark/pull/51
Update io.netty from 4.0.13 Final to 4.0.17.Final

Binh Nguyen <[email protected]>, Binh Nguyen <[email protected]>


2014-03-02 00:48:50 -0800
Commit: b70823c, github.com/apache/spark/pull/41
Merge the old sbt-launch-lib.bash with the new sbt-launcher jar downloading lo
gic.
Michael Armbrust <[email protected]>
2014-03-02 00:35:23 -0800
Commit: 012bd5f, github.com/apache/spark/pull/14
Initialized the regVal for first iteration in SGD optimizer
DB Tsai <[email protected]>
2014-03-02 00:31:59 -0800
Commit: 6fc76e4, github.com/apache/spark/pull/40
[SPARK-1100] prevent Spark from overwriting directory silently
CodingCat <[email protected]>
2014-03-01 17:27:54 -0800
Commit: 3a8b698, github.com/apache/spark/pull/11
[SPARK-1150] fix repo location in create script (re-open)
CodingCat <[email protected]>
2014-03-01 17:24:53 -0800
Commit: fe195ae, github.com/apache/spark/pull/52
Revert "[SPARK-1150] fix repo location in create script"
Patrick Wendell <[email protected]>
2014-03-01 17:15:38 -0800
Commit: ec992e1
[SPARK-1150] fix repo location in create script
Mark Grover <[email protected]>
2014-03-01 16:21:22 -0800
Commit: 9aa0957, github.com/apache/spark/pull/48
[SPARK-979] Randomize order of offers.
Kay Ousterhout <[email protected]>
2014-03-01 11:24:22 -0800
Commit: 556c566, github.com/apache/spark/pull/27
SPARK-1151: Update dev merge script to use spark.git instead of incubator-spar
k
Thomas Graves <[email protected]>
2014-02-28 18:28:33 -0800
Commit: 4ba3f70, github.com/apache/spark/pull/47
SPARK-1051. On YARN, executors don't doAs submitting user
Sandy Ryza <[email protected]>
2014-02-28 12:43:01 -0600
Commit: 46dff34, github.com/apache/spark/pull/29
SPARK-1032. If Yarn app fails before registering, app master stays aroun...
Sandy Ryza <[email protected]>
2014-02-28 09:40:47 -0600
Commit: 5f419bf, github.com/apache/spark/pull/28
Remote BlockFetchTracker trait
Kay Ousterhout <[email protected]>
2014-02-27 21:52:55 -0800
Commit: edf8a56, github.com/apache/spark/pull/39

Removed reference to incubation in Spark user docs.


Reynold Xin <[email protected]>
2014-02-27 21:13:22 -0800
Commit: 40e080a, github.com/apache/spark/pull/2
[HOTFIX] Patching maven build after #6 (SPARK-1121).
Patrick Wendell <[email protected]>
2014-02-27 15:06:20 -0800
Commit: c42557b, github.com/apache/spark/pull/37
SPARK 1084.1 (resubmitted)
Sean Owen <[email protected]>
2014-02-27 11:12:21 -0800
Commit: 12bbca2, github.com/apache/spark/pull/31
Show Master status on UI page
Raymond Liu <[email protected]>
2014-02-26 23:51:32 -0800
Commit: aace2c0, github.com/apache/spark/pull/24
[SPARK-1089] fix the regression problem on ADD_JARS in 0.9
CodingCat <[email protected]>
2014-02-26 23:42:15 -0800
Commit: 345df5f, github.com/apache/spark/pull/13
SPARK-1121 Only add avro if the build is for Hadoop 0.23.X and SPARK_YARN is s
et
Prashant Sharma <[email protected]>
2014-02-26 23:40:49 -0800
Commit: 6ccd6c5, github.com/apache/spark/pull/6
SPARK-1129: use a predefined seed when seed is zero in XORShiftRandom
Xiangrui Meng <[email protected]>
2014-02-26 23:22:30 -0800
Commit: 5a3ad10, github.com/apache/spark/pull/645
Remove references to ClusterScheduler (SPARK-1140)
Kay Ousterhout <[email protected]>
2014-02-26 22:52:42 -0800
Commit: 71f69d6, github.com/apache/spark/pull/9
Updated link for pyspark examples in docs
Jyotiska NK <[email protected]>
2014-02-26 21:37:04 -0800
Commit: 2645035, github.com/apache/spark/pull/22
Deprecated and added a few java api methods for corresponding scala api.
Prashant Sharma <[email protected]>
2014-02-26 21:17:44 -0800
Commit: 0e40e2b, github.com/apache/spark/pull/19
Removed reference to incubation in README.md.
Reynold Xin <[email protected]>
2014-02-26 16:52:26 -0800
Commit: 84f7ca1, github.com/apache/spark/pull/1
SPARK-1115: Catch depickling errors
Bouke van der Bijl <[email protected]>
2014-02-26 14:50:37 -0800

Commit: 12738c1, github.com/apache/spark/pull/644


SPARK-1135: fix broken anchors in docs
Matei Zaharia <[email protected]>
2014-02-26 11:20:16 -0800
Commit: c86eec5, github.com/apache/spark/pull/3
SPARK-1078: Replace lift-json with json4s-jackson.
William Benton <[email protected]>
2014-02-26 10:09:50 -0800
Commit: fbedc8e, github.com/apache/spark/pull/582
SPARK-1053. Don't require SPARK_YARN_APP_JAR
Sandy Ryza <[email protected]>
2014-02-26 10:00:02 -0600
Commit: b8a1871, github.com/apache/spark/pull/553
For SPARK-1082, Use Curator for ZK interaction in standalone cluster
Raymond Liu <[email protected]>
2014-02-24 23:20:38 -0800
Commit: c852201, github.com/apache/incubator-spark/pull/611
Graph primitives2
Semih Salihoglu <[email protected]>
2014-02-24 22:42:30 -0800
Commit: 1f4c7f7, github.com/apache/incubator-spark/pull/580
Include reference to twitter/chill in tuning docs
Andrew Ash <[email protected]>
2014-02-24 21:13:38 -0800
Commit: a4f4fbc, github.com/apache/incubator-spark/pull/647
For outputformats that are Configurable, call setConf before sending data to t
hem.
Bryn Keller <[email protected]>
2014-02-24 17:35:22 -0800
Commit: 4d88030, github.com/apache/incubator-spark/pull/638
d8d190e 2014-02-24 16:58:57 -0800
Merge pull request #641 from mateiz/spark-1124-master
[SPARK-1124: Fix infinite retries of reduce stage when a map stage failed]
Fix removal from shuffleToMapStage to search for a key-value pair with our sta
ge instead of using our shuffleID.
Matei Zaharia <[email protected]>
2014-02-24 13:14:56 -0800
Commit: 0187cef
SPARK-1124: Fix infinite retries of reduce stage when a map stage failed
Matei Zaharia <[email protected]>
2014-02-23 23:45:48 -0800
Commit: cd32d5e
SPARK-1071: Tidy logging strategy and use of log4j
Sean Owen <[email protected]>
2014-02-23 11:40:55 -0800
Commit: c0ef3af, github.com/apache/incubator-spark/pull/570
[SPARK-1041] remove dead code in start script, remind user to set that in spar
k-env.sh

CodingCat <[email protected]>
2014-02-22 20:21:15 -0800
Commit: 437b62f, github.com/apache/incubator-spark/pull/588
Migrate Java code to Scala or move it to src/main/java
Punya Biswal <[email protected]>
2014-02-22 17:53:48 -0800
Commit: 29ac7ea, github.com/apache/incubator-spark/pull/605
[SPARK-1055] fix the SCALA_VERSION and SPARK_VERSION in docker file
CodingCat <[email protected]>, Nan Zhu <[email protected]>
2014-02-22 15:39:25 -0800
Commit: 1aa4f8a, github.com/apache/incubator-spark/pull/634
doctest updated for mapValues, flatMapValues in rdd.py
jyotiska <[email protected]>
2014-02-22 15:10:31 -0800
Commit: 722199f, github.com/apache/incubator-spark/pull/621
Fixed minor typo in worker.py
jyotiska <[email protected]>
2014-02-22 10:09:50 -0800
Commit: 3ff077d, github.com/apache/incubator-spark/pull/630
SPARK-1117: update accumulator docs
Xiangrui Meng <[email protected]>
2014-02-21 22:44:45 -0800
Commit: aaec7d4, github.com/apache/incubator-spark/pull/631
[SPARK-1113] External spilling - fix Int.MaxValue hash code collision bug
Andrew Or <[email protected]>
2014-02-21 20:05:39 -0800
Commit: fefd22f, github.com/apache/incubator-spark/pull/624
MLLIB-25: Implicit ALS runs out of memory for moderately large numbers of feat
ures
Sean Owen <[email protected]>
2014-02-21 12:46:12 -0800
Commit: c8a4c9b, github.com/apache/incubator-spark/pull/629
SPARK-1111: URL Validation Throws Error for HDFS URL's
Patrick Wendell <[email protected]>
2014-02-21 11:11:55 -0800
Commit: 45b15e2, github.com/apache/incubator-spark/pull/625
SPARK-1114: Allow PySpark to use existing JVM and Gateway
Ahir Reddy <[email protected]>
2014-02-20 21:20:39 -0800
Commit: 59b1379, github.com/apache/incubator-spark/pull/622
Super minor: Add require for mergeCombiners in combineByKey
Aaron Davidson <[email protected]>
2014-02-20 16:46:13 -0800
Commit: 3fede48, github.com/apache/incubator-spark/pull/623
MLLIB-22. Support negative implicit input in ALS
Sean Owen <[email protected]>
2014-02-19 23:44:53 -0800
Commit: 9e63f80, github.com/apache/incubator-spark/pull/500

MLLIB-24: url of "Collaborative Filtering for Implicit Feedback Datasets" in


ALS is invalid now
Chen Chao <[email protected]>
2014-02-19 22:06:35 -0800
Commit: f9b7d64, github.com/apache/incubator-spark/pull/619
[SPARK-1105] fix site scala version error in docs
CodingCat <[email protected]>
2014-02-19 15:54:03 -0800
Commit: 7b012c9, github.com/apache/incubator-spark/pull/618
SPARK-1106: check key name and identity file before launch a cluster
Xiangrui Meng <[email protected]>
2014-02-18 18:30:02 -0800
Commit: b61435c, github.com/apache/incubator-spark/pull/617
Revert "[SPARK-1105] fix site scala version error in doc"
Patrick Wendell <[email protected]>
2014-02-18 17:46:47 -0800
Commit: d9bb32a
[SPARK-1105] fix site scala version error in doc
CodingCat <[email protected]>
2014-02-18 16:29:23 -0800
Commit: d99773d, github.com/apache/incubator-spark/pull/616
Optimized imports
NirmalReddy <[email protected]>, NirmalReddy <[email protected]
om>
2014-02-18 14:44:36 -0800
Commit: ccb327a, github.com/apache/incubator-spark/pull/613
SPARK-1098: Minor cleanup of ClassTag usage in Java API
Aaron Davidson <[email protected]>
2014-02-17 19:23:27 -0800
Commit: f74ae0e, github.com/apache/incubator-spark/pull/604
[SPARK-1090] improvement on spark_shell (help information, configure memory)
CodingCat <[email protected]>
2014-02-17 15:12:52 -0800
Commit: e0d49ad, github.com/apache/incubator-spark/pull/599
Fix typos in Spark Streaming programming guide
Andrew Or <[email protected]>
2014-02-17 10:59:02 -0800
Commit: 767e3ae, github.com/apache/incubator-spark/pull/536
Worker registration logging fix
Andrew Ash <[email protected]>
2014-02-17 09:51:55 -0800
Commit: c0795cf, github.com/apache/incubator-spark/pull/608
Add subtractByKey to the JavaPairRDD wrapper
Punya Biswal <[email protected]>
2014-02-16 18:55:59 -0800
Commit: 5af4477, github.com/apache/incubator-spark/pull/600
fix for https://spark-project.atlassian.net/browse/SPARK-1052
Bijay Bisht <[email protected]>
2014-02-16 16:52:57 -0800

Commit: 73cfdcf, github.com/apache/incubator-spark/pull/568


[SPARK-1092] print warning information if user use SPARK_MEM to regulate execu
tor memory usage
CodingCat <[email protected]>
2014-02-16 12:25:38 -0800
Commit: 1cad381, github.com/apache/incubator-spark/pull/602
Typo: Standlone -> Standalone
Andrew Ash <[email protected]>
2014-02-14 10:01:01 -0800
Commit: eec4bd1, github.com/apache/incubator-spark/pull/601
2414ed3 2014-02-13 14:26:06 -0800
Merge pull request #598 from shivaram/master.
[Update spark_ec2 to use 0.9.0 by default]
Add c3 instance types to Spark EC2
Christian Lundgren <[email protected]>
2014-02-13 12:44:21 -0800
Commit: 5fa53c0, github.com/apache/incubator-spark/pull/595
Ported hadoopClient jar for < 1.0.1 fix
Bijay Bisht <[email protected]>
2014-02-12 23:42:10 -0800
Commit: a3bb861, github.com/apache/incubator-spark/pull/584
SPARK-1073 Keep GitHub pull request title as commit summary
Andrew Ash <[email protected]>
2014-02-12 23:23:06 -0800
Commit: 6ee0ad8, github.com/apache/incubator-spark/pull/574
7fe7a55 2014-02-12 22:35:09 -0800
Merge pull request #592 from rxin/test.
[SPARK-1088: Create a script for running tests so we can have version specific
testing on Jenkins.]
7e29e02 2014-02-12 16:26:25 -0800
Merge pull request #591 from mengxr/transient-new.
[SPARK-1076: [Fix #578] add @transient to some vals]
2bea070 2014-02-12 10:47:52 -0800
Merge pull request #589 from mengxr/index.
[SPARK-1076: Convert Int to Long to avoid overflow]
e733d65 2014-02-12 00:42:42 -0800
Merge pull request #578 from mengxr/rank.
[SPARK-1076: zipWithIndex and zipWithUniqueId to RDD]
68b2c0d 2014-02-11 22:39:48 -0800
Merge pull request #583 from colorant/zookeeper.
[Minor fix for ZooKeeperPersistenceEngine to use configured working dir]
b0dab1b 2014-02-11 14:48:59 -0800
Merge pull request #571 from holdenk/switchtobinarysearch.
[SPARK-1072 Use binary search when needed in RangePartioner]
ba38d98 2014-02-11 14:46:22 -0800
Merge pull request #577 from hsaputra/fix_simple_streaming_doc.
[SPARK-1075 Fix doc in the Spark Streaming custom receiver closing bracket in

the class constructor]


4afe6cc 2014-02-10 22:28:39 -0800
Merge pull request #579 from CrazyJvm/patch-1.
["in the source DStream" rather than "int the source DStream"]
d6a9bdc 2014-02-09 23:35:06 -0800
Revert "Merge pull request #560 from pwendell/logging. Closes #560."
[This reverts commit b6d40b782327188a25ded5b22790552121e5271f.]
919bd7f 2014-02-09 22:17:52 -0800
Merge pull request #567 from ScrapCodes/style2.
[SPARK-1058, Fix Style Errors and Add Scala Style to Spark Build. Pt 2]
2182aa3 2014-02-09 15:19:50 -0800
Merge pull request #566 from martinjaggi/copy-MLlib-d.
[new MLlib documentation for optimization, regression and classification]
afc8f3c 2014-02-09 13:57:29 -0800
Merge pull request #551 from qqsun8819/json-protocol.
[[SPARK-1038] Add more fields in JsonProtocol and add tests that verify the JS
ON itself]
94ccf86 2014-02-09 13:54:27 -0800
Merge pull request #569 from pwendell/merge-fixes.
[Fixes bug where merges won't close associated pull request.]
b69f8b2 2014-02-09 10:09:19 -0800
Merge pull request #557 from ScrapCodes/style. Closes #557.
[SPARK-1058, Fix Style Errors and Add Scala Style to Spark Build.]
b6dba10 2014-02-08 23:39:17 -0800
Merge pull request #556 from CodingCat/JettyUtil. Closes #556.
[[SPARK-1060] startJettyServer should explicitly use IP information]
2ef37c9 2014-02-08 23:36:48 -0800
Merge pull request #562 from jyotiska/master. Closes #562.
[Added example Python code for sort]
b6d40b7 2014-02-08 23:35:31 -0800
Merge pull request #560 from pwendell/logging. Closes #560.
[[WIP] SPARK-1067: Default log4j initialization causes errors for those not us
ing log4j]
f892da8 2014-02-08 23:13:34 -0800
Merge pull request #565 from pwendell/dev-scripts. Closes #565.
[SPARK-1066: Add developer scripts to repository.]
c2341c9 2014-02-08 16:00:43 -0800
Merge pull request #542 from markhamstra/versionBump. Closes #542.
[Version number to 1.0.0-SNAPSHOT]
f0ce736 2014-02-08 12:59:48 -0800
Merge pull request #561 from Qiuzhuang/master. Closes #561.
[Kill drivers in postStop() for Worker.]
7805080 2014-02-08 12:24:08 -0800
Merge pull request #454 from jey/atomic-sbt-download. Closes #454.
[Make sbt download an atomic operation]

fabf174 2014-02-08 11:39:13 -0800


Merge pull request #552 from martinjaggi/master. Closes #552.
[tex formulas in the documentation]
3a9d82c 2014-02-06 22:38:36 -0800
Merge pull request #506 from ash211/intersection. Closes #506.
[SPARK-1062 Add rdd.intersection(otherRdd) method]
1896c6e 2014-02-06 22:05:53 -0800
Merge pull request #533 from andrewor14/master. Closes #533.
[External spilling - generalize batching logic]
0b448df 2014-02-06 16:15:24 -0800
Merge pull request #450 from kayousterhout/fetch_failures. Closes #450.
[Only run ResubmitFailedStages event after a fetch fails]
18ad59e 2014-02-06 16:10:48 -0800
Merge pull request #321 from kayousterhout/ui_kill_fix. Closes #321.
[Inform DAG scheduler about all started/finished tasks.]
446403b 2014-02-06 15:41:16 -0800
Merge pull request #554 from sryza/sandy-spark-1056. Closes #554.
[SPARK-1056. Fix header comment in Executor to not imply that it's only u...]
084839b 2014-02-06 14:58:35 -0800
Merge pull request #498 from ScrapCodes/python-api. Closes #498.
[Python api additions]
79c9552 2014-02-05 23:38:12 -0800
Merge pull request #545 from kayousterhout/fix_progress. Closes #545.
[Fix off-by-one error with task progress info log.]
3802096 2014-02-05 23:37:07 -0800
Merge pull request #526 from tgravescs/yarn_client_stop_am_fix. Closes #526.
[spark on yarn - yarn-client mode doesn't always exit immediately]
18c4ee7 2014-02-05 22:08:47 -0800
Merge pull request #549 from CodingCat/deadcode_master. Closes #549.
[remove actorToWorker in master.scala, which is actually not used]
cc14ba9 2014-02-05 12:44:24 -0800
Merge pull request #544 from kayousterhout/fix_test_warnings. Closes #544.
[Fixed warnings in test compilation.]
f7fd80d 2014-02-05 10:29:45 -0800
Merge pull request #540 from sslavic/patch-3. Closes #540.
[Fix line end character stripping for Windows]
9209287 2014-02-04 09:47:11 -0800
Merge pull request #534 from sslavic/patch-1. Closes #534.
[Fixed wrong path to compute-classpath.cmd]
0c05cd3 2014-02-04 09:45:46 -0800
Merge pull request #535 from sslavic/patch-2. Closes #535.
[Fixed typo in scaladoc]
23af00f 2014-02-03 13:02:09 -0800
Merge pull request #528 from mengxr/sample. Closes #528.
[ Refactor RDD sampling and add randomSplit to RDD (update)]

1625d8c 2014-02-03 11:25:39 -0800


Merge pull request #530 from aarondav/cleanup. Closes #530.
[Remove explicit conversion to PairRDDFunctions in cogroup()]
0386f42 2014-02-02 21:51:17 -0800
Merge pull request #529 from hsaputra/cleanup_right_arrowop_scala
[Change the
character (maybe from scalariform) to => in Scala code for style con
sistency]
a8cf3ec 2014-01-31 16:52:02 -0800
Merge pull request #527 from ankurdave/graphx-assembly-pom
[Add GraphX to assembly/pom.xml]
ac712e4 2014-01-30 09:33:18 -0800
Merge pull request #524 from rxin/doc
[Added spark.shuffle.file.buffer.kb to configuration doc.]
0ff38c2 2014-01-29 12:44:54 -0800
Merge pull request #494 from tyro89/worker_registration_issue
[Issue with failed worker registrations]
7930209 2014-01-28 21:51:05 -0800
Merge pull request #497 from tdas/docs-update
[Updated Spark Streaming Programming Guide]
f8c742c 2014-01-28 21:30:20 -0800
Merge pull request #523 from JoshRosen/SPARK-1043
[Switch from MUTF8 to UTF8 in PySpark serializers.]
Switch from MUTF8 to UTF8 in PySpark serializers.
Josh Rosen <[email protected]>
2014-01-28 19:50:26 -0800
Commit: 1381fc7
84670f2 2014-01-27 17:08:35 -0800
Merge pull request #466 from liyinan926/file-overwrite-new
[Allow files added through SparkContext.addFile() to be overwritten]
3d5c03e 2014-01-27 16:27:01 -0800
Merge pull request #516 from sarutak/master
[modified SparkPluginBuild.scala to use https protocol for accessing gith...]
f16c21e 2014-01-27 14:24:06 -0800
Merge pull request #490 from hsaputra/modify_checkoption_with_isdefined
[Replace the check for None Option with isDefined and isEmpty in Scala code]
f67ce3e 2014-01-27 11:15:51 -0800
Merge pull request #460 from srowen/RandomInitialALSVectors
[Choose initial user/item vectors uniformly on the unit sphere]
modified SparkPluginBuild.scala to use https protocol for accessing github.
sarutak <[email protected]>
2014-01-27 17:00:26 +0900
Commit: 6a5af7b
c40619d 2014-01-25 22:41:30 -0800
Merge pull request #504 from JoshRosen/SPARK-1025
[Fix PySpark hang when input files are deleted (SPARK-1025)]
c66a2ef 2014-01-25 22:36:07 -0800

Merge pull request #511 from JoshRosen/SPARK-1040


[Fix ClassCastException in JavaPairRDD.collectAsMap() (SPARK-1040)]
Fix ClassCastException in JavaPairRDD.collectAsMap() (SPARK-1040)
Josh Rosen <[email protected]>
2014-01-25 16:39:20 -0800
Commit: 740e865
Increase JUnit test verbosity under SBT.
Josh Rosen <[email protected]>
2014-01-25 16:32:44 -0800
Commit: 531d9d7
05be704 2014-01-23 20:53:18 -0800
Merge pull request #505 from JoshRosen/SPARK-1026
[Deprecate mapPartitionsWithSplit in PySpark (SPARK-1026)]
Deprecate mapPartitionsWithSplit in PySpark.
Josh Rosen <[email protected]>
2014-01-23 20:01:36 -0800
Commit: 4cebb79
3d6e754 2014-01-23 19:47:00 -0800
Merge pull request #503 from pwendell/master
[Fix bug on read-side of external sort when using Snappy.]
Minor fix
Patrick Wendell <[email protected]>
2014-01-23 19:23:12 -0800
Commit: ff44732
c319617 2014-01-23 19:11:59 -0800
Merge pull request #502 from pwendell/clone-1
[Remove Hadoop object cloning and warn users making Hadoop RDD's.]
cad3002 2014-01-23 19:08:34 -0800
Merge pull request #501 from JoshRosen/cartesian-rdd-fixes
[Fix two bugs in PySpark cartesian(): SPARK-978 and SPARK-1034]
Minor changes after auditing diff from earlier version
Patrick Wendell <[email protected]>
2014-01-23 18:30:11 -0800
Commit: 268ecbd
Fix for SPARK-1025: PySpark hang on missing files.
Josh Rosen <[email protected]>
2014-01-23 18:10:16 -0800
Commit: f830684
Response to Matei's review
Patrick Wendell <[email protected]>
2014-01-23 18:12:40 -0800
Commit: c58d4ea
Fix bug on read-side of external sort when using Snappy.
Patrick Wendell <[email protected]>
2014-01-23 17:59:42 -0800
Commit: 0213b40
Remove Hadoop object cloning and warn users making Hadoop RDD's.

Patrick Wendell <[email protected]>


2014-01-23 13:30:54 -0800
Commit: 7101017
Fix SPARK-978: ClassCastException in PySpark cartesian.
Josh Rosen <[email protected]>
2014-01-23 15:09:19 -0800
Commit: 6156990
Fix SPARK-1034: Py4JException on PySpark Cartesian Result
Josh Rosen <[email protected]>
2014-01-23 13:05:59 -0800
Commit: 0035dbb
fad6aac 2014-01-23 11:14:15 -0800
Merge pull request #406 from eklavya/master
[Extending Java API coverage]
a2b47da 2014-01-23 10:48:26 -0800
Merge pull request #499 from jianpingjwang/dev1
[Replace commons-math with jblas in SVDPlusPlus]
fixed ClassTag in mapPartitions
eklavya <[email protected]>
2014-01-23 17:40:36 +0530
Commit: 60e7457
Add jblas dependency
Jianping J Wang <[email protected]>
2014-01-23 19:54:01 +0800
Commit: 19a01c1
Add jblas dependency
Jianping J Wang <[email protected]>
2014-01-23 19:48:39 +0800
Commit: a5a513e
Replace commons-math with jblas
Jianping J Wang <[email protected]>
2014-01-23 19:44:30 +0800
Commit: cc0fd33
a1cd185 2014-01-22 19:37:29 -0800
Merge pull request #496 from pwendell/master
[Fix bug in worker clean-up in UI]
034dce2 2014-01-22 18:58:02 -0800
Merge pull request #447 from CodingCat/SPARK-1027
[fix for SPARK-1027]
Fix bug in worker clean-up in UI
Patrick Wendell <[email protected]>
2014-01-22 18:19:46 -0800
Commit: 6285513
refactor sparkHome to val
CodingCat <[email protected]>
2014-01-22 19:32:51 -0500
Commit: 2b3c461

3184fac 2014-01-22 15:45:04 -0800


Merge pull request #495 from srowen/GraphXCommonsMathDependency
[Fix graphx Commons Math dependency]
Also add graphx commons-math3 dependeny in sbt build
Sean Owen <[email protected]>
2014-01-22 22:40:41 +0000
Commit: 4476398
a1238bb 2014-01-22 14:32:59 -0800
Merge pull request #492 from skicavs/master
[fixed job name and usage information for the JavaSparkPi example]
Depend on Commons Math explicitly instead of accidentally getting it from Hado
op (which stops working in 2.2.x) and also use the newer commons-math3
Sean Owen <[email protected]>
2014-01-22 22:25:49 +0000
Commit: fd0c5b8
576c4a4 2014-01-22 14:10:07 -0800
Merge pull request #478 from sryza/sandy-spark-1033
[SPARK-1033. Ask for cores in Yarn container requests]
5bcfd79 2014-01-22 14:05:48 -0800
Merge pull request #493 from kayousterhout/double_add
[Fixed bug where task set managers are added to queue twice]
d009b17 2014-01-22 14:01:30 -0800
Merge pull request #315 from rezazadeh/sparsesvd
[Sparse SVD]
Fixed bug where task set managers are added to queue twice
Kay Ousterhout <[email protected]>
2014-01-22 09:49:31 -0800
Commit: 19da82c
fixed job name and usage information for the JavaSparkPi example
Kevin Mader <[email protected]>
2014-01-22 15:58:23 +0100
Commit: 36f9a64
Replace the code to check for Option != None with Option.isDefined call in Sca
la code.
Henry Saputra <[email protected]>
2014-01-21 23:22:10 -0800
Commit: 90ea9d5
749f842 2014-01-21 14:53:49 -0800
Merge pull request #489 from ash211/patch-6
[Clarify spark.default.parallelism]
Clarify spark.default.parallelism
Andrew Ash <[email protected]>
2014-01-21 14:49:35 -0800
Commit: 069bb94
f854498 2014-01-21 10:49:54 -0800
Merge pull request #469 from ajtulloch/use-local-spark-context-in-tests-for-ml
lib
[[MLlib] Use a LocalSparkContext trait in test suites]

Fixed import order


Andrew Tulloch <[email protected]>
2014-01-21 13:34:59 +0000
Commit: 3a067b4
Incorporate Tom's comments - update doc and code to reflect that core requests
may not always be honored
Sandy Ryza <[email protected]>
2014-01-21 00:38:02 -0800
Commit: adf4261
77b986f 2014-01-21 00:09:42 -0800
Merge pull request #480 from pwendell/0.9-fixes
[Handful of 0.9 fixes]
Style clean-up
Patrick Wendell <[email protected]>
2014-01-20 23:42:24 -0800
Commit: a9bcc98
c67d3d8 2014-01-20 23:34:35 -0800
Merge pull request #484 from tdas/run-example-fix
[Made run-example respect SPARK_JAVA_OPTS and SPARK_MEM.]
Removed SPARK_MEM from run-examples.
Tathagata Das <[email protected]>
2014-01-20 23:15:28 -0800
Commit: 65869f8
Adding small code comment
Patrick Wendell <[email protected]>
2014-01-20 23:11:45 -0800
Commit: a917a87
6b4eed7 2014-01-20 22:35:45 -0800
Merge pull request #449 from CrazyJvm/master
[SPARK-1028 : fix "set MASTER automatically fails" bug.]
0367981 2014-01-20 22:25:50 -0800
Merge pull request #482 from tdas/streaming-example-fix
[Added StreamingContext.awaitTermination to streaming examples]
7373ffb 2014-01-20 21:44:29 -0800
Merge pull request #483 from pwendell/gitignore
[Restricting /lib to top level directory in .gitignore]
Made run-example respect SPARK_JAVA_OPTS and SPARK_MEM.
Tathagata Das <[email protected]>
2014-01-20 20:48:59 -0800
Commit: e0b741d
Restricting /lib to top level directory in .gitignore
Patrick Wendell <[email protected]>
2014-01-20 20:39:10 -0800
Commit: e437069
Added StreamingContext.awaitTermination to streaming examples.
Tathagata Das <[email protected]>
2014-01-20 20:25:04 -0800

Commit: 2e95174
Avoid matching attempt files in the checkpoint
Patrick Wendell <[email protected]>
2014-01-20 20:02:02 -0800
Commit: d46df96
Remove shuffle files if they are still present on a machine.
Patrick Wendell <[email protected]>
2014-01-20 19:11:22 -0800
Commit: de526ad
Fixing speculation bug
Patrick Wendell <[email protected]>
2014-01-20 19:05:03 -0800
Commit: f84400e
Force use of LZF when spilling data
Patrick Wendell <[email protected]>
2014-01-20 19:00:48 -0800
Commit: c324ac1
Bug fix for reporting of spill output
Patrick Wendell <[email protected]>
2014-01-20 18:34:00 -0800
Commit: 1b29914
Minor fixes
Patrick Wendell <[email protected]>
2014-01-20 18:33:21 -0800
Commit: 54867e9
Removing docs on akka options
Patrick Wendell <[email protected]>
2014-01-20 16:35:26 -0800
Commit: cdb003e
SPARK-1033. Ask for cores in Yarn container requests
Sandy Ryza <[email protected]>
2014-01-19 10:16:25 -0800
Commit: 3e85b87
fix for SPARK-1027
CodingCat <[email protected]>
2014-01-15 20:46:14 -0500
Commit: 29f4b6a
executor creation failed should not make the worker restart
CodingCat <[email protected]>
2014-01-15 19:32:50 -0500
Commit: f9a95d6
792d908 2014-01-19 11:33:11 -0800
Merge pull request #470 from tgravescs/fix_spark_examples_yarn
[Only log error on missing jar to allow spark examples to jar.]
256a355 2014-01-19 10:29:54 -0800
Merge pull request #458 from tdas/docs-update
[Updated java API docs for streaming, along with very minor changes in the cod
e examples.]

update comment
Thomas Graves <[email protected]>
2014-01-19 12:21:39 -0600
Commit: dd56b21
Only log error on missing jar to allow spark examples to jar.
Thomas Graves <[email protected]>
2014-01-19 12:16:58 -0600
Commit: ceb79a3
LocalSparkContext for MLlib
Andrew Tulloch <[email protected]>
2014-01-19 17:51:00 +0000
Commit: 720836a
Addressed comments from Reynold
Yinan Li <[email protected]>
2014-01-18 21:28:17 -0800
Commit: 584323c
fe8a354 2014-01-18 16:29:23 -0800
Merge pull request #459 from srowen/UpdaterL2Regularization
[Correct L2 regularized weight update with canonical form]
73dfd42 2014-01-18 16:23:56 -0800
Merge pull request #437 from mridulm/master
[Minor api usability changes]
4c16f79 2014-01-18 16:21:43 -0800
Merge pull request #426 from mateiz/py-ml-tests
[Re-enable Python MLlib tests (require Python 2.7 and NumPy 1.7+)]
bf56995 2014-01-18 16:17:34 -0800
Merge pull request #462 from mateiz/conf-file-fix
[Remove Typesafe Config usage and conf files to fix nested property names]
Allow files added through SparkContext.addFile() to be overwritten
Yinan Li <[email protected]>
2014-01-17 17:27:25 -0800
Commit: fd833e7
aa981e4 2014-01-18 12:49:21 -0800
Merge pull request #461 from pwendell/master
[Use renamed shuffle spill config in CoGroupedRDD.scala]
Use renamed shuffle spill config in CoGroupedRDD.scala
Patrick Wendell <[email protected]>
2014-01-18 11:55:10 -0800
Commit: 5316bca
Correct L2 regularized weight update with canonical form
Sean Owen <[email protected]>
2014-01-18 12:53:01 +0000
Commit: e91ad3f
rename to MatrixSVD
Reza Zadeh <[email protected]>
2014-01-17 14:40:51 -0800
Commit: 85b95d0

rename to MatrixSVD
Reza Zadeh <[email protected]>
2014-01-17 14:39:30 -0800
Commit: fa32998
Merge remote-tracking branch 'upstream/master' into sparsesvd
Reza Zadeh <[email protected]>
2014-01-17 14:34:03 -0800
Commit: caf97a2
make example 0-indexed
Reza Zadeh <[email protected]>
2014-01-17 14:33:03 -0800
Commit: 4e96757
0index docs
Reza Zadeh <[email protected]>
2014-01-17 14:31:39 -0800
Commit: 5c639d7
prettify
Reza Zadeh <[email protected]>
2014-01-17 14:14:29 -0800
Commit: c9b4845
add rename computeSVD
Reza Zadeh <[email protected]>
2014-01-17 13:59:05 -0800
Commit: dbec69b
replace this.type with SVD
Reza Zadeh <[email protected]>
2014-01-17 13:57:27 -0800
Commit: eb2d8c4
use 0-indexing
Reza Zadeh <[email protected]>
2014-01-17 13:55:42 -0800
Commit: cb13b15
changes from PR
Reza Zadeh <[email protected]>
2014-01-17 13:39:40 -0800
Commit: d28bf41
Address review comment
Mridul Muralidharan <[email protected]>
2014-01-17 18:28:55 +0530
Commit: b690e11
d749d47 2014-01-16 23:18:15 -0800
Merge pull request #451 from Qiuzhuang/master
[Fixed Window spark shell launch script error.]
d4fd89e 2014-01-16 23:17:30 -0800
Merge pull request #438 from ScrapCodes/clone-records-java-api
[Clone records java api]
adding clone records field to equivaled java apis

Prashant Sharma <[email protected]>


2014-01-14 20:13:55 +0530
Commit: fcb4fc6
Updated java API docs for streaming, along with very minor changes in the code
examples.
Tathagata Das <[email protected]>
2014-01-16 14:44:02 -0800
Commit: 11e6534
Use method, not variable
Mridul Muralidharan <[email protected]>
2014-01-16 17:26:42 +0530
Commit: edd82c5
Address review comments
Mridul Muralidharan <[email protected]>
2014-01-16 17:23:25 +0530
Commit: 1a0da89
Fixed Window spark shell launch script error. JIRA SPARK-1029:https://spark-p
roject.atlassian.net/browse/SPARK-1029
Qiuzhuang Lian <[email protected]>
2014-01-16 16:09:10 +0800
Commit: 4e510b0
c06a307 2014-01-15 23:47:25 -0800
Merge pull request #445 from kayousterhout/exec_lost
[Fail rather than hanging if a task crashes the JVM.]
Updated unit test comment
Kay Ousterhout <[email protected]>
2014-01-15 23:46:14 -0800
Commit: 718a13c
84595ea 2014-01-15 20:15:29 -0800
Merge pull request #414 from soulmachine/code-style
[Code clean up for mllib]
fix some format problem.
CrazyJvm <[email protected]>
2014-01-16 11:57:46 +0800
Commit: 8400536
fix "set MASTER automatically fails" bug.
CrazyJvm <[email protected]>
2014-01-16 11:45:02 +0800
Commit: 7a0c5b5
0675ca5 2014-01-15 16:09:03 -0800
Merge pull request #439 from CrazyJvm/master
[SPARK-1024 Remove "-XX:+UseCompressedStrings" option from tuning guide]
Fail rather than hanging if a task crashes the JVM.
Kay Ousterhout <[email protected]>
2014-01-15 16:03:40 -0800
Commit: a268d63
4f0c361 2014-01-15 14:25:45 -0800
Merge pull request #444 from mateiz/py-version

[Clarify that Python 2.7 is only needed for MLlib]


Clarify that Python 2.7 is only needed for MLlib
Matei Zaharia <[email protected]>
2014-01-15 14:20:39 -0800
Commit: 2ffdaef
59f475c 2014-01-15 13:55:14 -0800
Merge pull request #442 from pwendell/standalone
[Workers should use working directory as spark home if it's not specified]
2a05403 2014-01-15 13:54:45 -0800
Merge pull request #443 from tdas/filestream-fix
[Made some classes private[stremaing] and deprecated a method in JavaStreaming
Context.]
Made some classes private[stremaing] and deprecated a method in JavaStreamingC
ontext.
Tathagata Das <[email protected]>
2014-01-15 12:15:46 -0800
Commit: 9e63753
5fecd25 2014-01-15 11:15:07 -0800
Merge pull request #441 from pwendell/graphx-build
[GraphX shouldn't list Spark as provided.]
Workers should use working directory as spark home if it's not specified
Patrick Wendell <[email protected]>
2014-01-15 10:58:02 -0800
Commit: 00a3f7e
GraphX shouldn't list Spark as provided
Patrick Wendell <[email protected]>
2014-01-15 10:44:17 -0800
Commit: 9259d70
494d3c0 2014-01-15 10:00:50 -0800
Merge pull request #433 from markhamstra/debFix
[Updated Debian packaging]
cef2af9 2014-01-15 10:06:17 -0600
Merge pull request #366 from colorant/yarn-dev
[More yarn code refactor]
remove "-XX:+UseCompressedStrings" option
CrazyJvm <[email protected]>
2014-01-15 22:26:15 +0800
Commit: 263933d
3d9e66d 2014-01-14 23:17:05 -0800
Merge pull request #436 from ankurdave/VertexId-case
[Rename VertexID -> VertexId in GraphX]
Expose method and class - so that we can use it from user code (particularly s
ince checkpoint directory is autogenerated now
Mridul Muralidharan <[email protected]>
2014-01-15 12:44:44 +0530
Commit: 0aea33d
139c24e 2014-01-14 23:07:55 -0800

Merge pull request #435 from tdas/filestream-fix


[Fixed the flaky tests by making SparkConf not serializable]
087487e 2014-01-14 22:50:36 -0800
Merge pull request #434 from rxin/graphxmaven
[Fixed SVDPlusPlusSuite in Maven build.]
Merge remote-tracking branch 'apache/master' into filestream-fix
Tathagata Das <[email protected]>
2014-01-14 22:21:20 -0800
Commit: 0e15bd7
Changed SparkConf to not be serializable. And also fixed unit-test log paths i
n log4j.properties of external modules.
Tathagata Das <[email protected]>
2014-01-14 22:20:14 -0800
Commit: 1f4718c
Fixed SVDPlusPlusSuite in Maven build.
Reynold Xin <[email protected]>
2014-01-14 22:18:43 -0800
Commit: dfb1524
Removed repl-bin and updated maven build doc.
Mark Hamstra <[email protected]>
2014-01-14 21:36:58 -0800
Commit: 147a943
VertexID -> VertexId
Ankur Dave <[email protected]>
2014-01-14 22:17:18 -0800
Commit: f4d9019
Add deb profile to assembly/pom.xml
Mark Hamstra <[email protected]>
2014-01-14 21:23:09 -0800
Commit: 148757e
3a386e2 2014-01-14 21:52:50 -0800
Merge pull request #424 from jegonzal/GraphXProgrammingGuide
[Additional edits for clarity in the graphx programming guide.]
ad294db 2014-01-14 21:51:06 -0800
Merge pull request #431 from ankurdave/graphx-caching-doc
[Describe caching and uncaching in GraphX programming guide]
Describe GraphX caching and uncaching in guide
Ankur Dave <[email protected]>
2014-01-14 17:24:25 -0800
Commit: 1210ec2
74b46ac 2014-01-14 14:59:13 -0800
Merge pull request #428 from pwendell/writeable-objects
[Don't clone records for text files]
193a075 2014-01-14 14:53:24 -0800
Merge pull request #429 from ankurdave/graphx-examples-pom.xml
[Add GraphX dependency to examples/pom.xml]
d601a76 2014-01-14 14:52:24 -0800

Merge pull request #427 from pwendell/deprecate-aggregator


[Deprecate rather than remove old combineValuesByKey function]
Add GraphX dependency to examples/pom.xml
Ankur Dave <[email protected]>
2014-01-14 13:57:51 -0800
Commit: 8ea056d
Style fix
Patrick Wendell <[email protected]>
2014-01-14 13:56:27 -0800
Commit: b1b22b7
Adding fix covering combineCombinersByKey as well
Patrick Wendell <[email protected]>
2014-01-14 13:52:23 -0800
Commit: 8ea2cd5
2ce23a5 2014-01-14 13:28:44 -0800
Merge pull request #425 from rxin/scaladoc
[API doc update & make Broadcast public]
Complain if Python and NumPy versions are too old for MLlib
Matei Zaharia <[email protected]>
2014-01-14 12:27:58 -0800
Commit: 5b3a3e2
Deprecate rather than remove old combineValuesByKey function
Patrick Wendell <[email protected]>
2014-01-14 12:15:10 -0800
Commit: b683608
Re-enable Python MLlib tests (require Python 2.7 and NumPy 1.7+)
Matei Zaharia <[email protected]>
2014-01-14 12:14:48 -0800
Commit: 938e4a0
Don't clone records for text files
Patrick Wendell <[email protected]>
2014-01-14 11:57:53 -0800
Commit: 6f965a4
Fixed a typo in JavaSparkContext's API doc.
Reynold Xin <[email protected]>
2014-01-14 11:42:28 -0800
Commit: f12e506
Maintain Serializable API compatibility by reverting back to java.io.Serializa
ble for Broadcast and Accumulator.
Reynold Xin <[email protected]>
2014-01-14 11:30:59 -0800
Commit: 1b5623f
Added license header for package.scala in the Java API package.
Reynold Xin <[email protected]>
2014-01-14 11:20:12 -0800
Commit: 55db774
Added package doc for the Java API.
Reynold Xin <[email protected]>

2014-01-14 11:16:25 -0800


Commit: f8c12e9
Updated API doc for Accumulable and Accumulator.
Reynold Xin <[email protected]>
2014-01-14 11:16:08 -0800
Commit: 6a12b9e
Broadcast variable visibility change & doc update.
Reynold Xin <[email protected]>
2014-01-14 11:15:21 -0800
Commit: 71b3007
Additional edits for clarity in the graphx programming guide.
Joseph E. Gonzalez <[email protected]>
2014-01-14 10:31:43 -0800
Commit: 0bba773
3fcc68b 2014-01-14 09:44:43 -0800
Merge pull request #423 from jegonzal/GraphXProgrammingGuide
[Improving the graphx-programming-guide]
Improving the graphx-programming-guide.
Joseph E. Gonzalez <[email protected]>
2014-01-14 09:40:06 -0800
Commit: 486f37c
Added parentheses for that getDouble() also has side effect
Frank Dai <[email protected]>
2014-01-14 18:56:11 +0800
Commit: 57fcfc7
fa75e5e 2014-01-14 01:18:34 -0800
Merge pull request #420 from pwendell/header-files
[Add missing header files]
Add missing header files
Patrick Wendell <[email protected]>
2014-01-14 01:14:20 -0800
Commit: 2303479
Modifications as suggested in PR feedbackSaurabh Rawat <[email protected]>
2014-01-14 14:19:02 +0530
Commit: 1442cd5
Merge remote-tracking branch 'upstream/master' into sparsesvd
Reza Zadeh <[email protected]>
2014-01-13 23:52:34 -0800
Commit: 845e568
Merge remote-tracking branch 'upstream/master' into code-style
Frank Dai <[email protected]>
2014-01-14 15:29:17 +0800
Commit: a3da468
Indent two spaces
Frank Dai <[email protected]>
2014-01-14 14:59:01 +0800
Commit: c2852cf

Since getLong() and getInt() have side effect, get back parentheses, and remov
e an empty line
Frank Dai <[email protected]>
2014-01-14 14:53:10 +0800
Commit: 12386b3
Code clean up for mllib
Frank Dai <[email protected]>
2014-01-14 14:37:26 +0800
Commit: 0d94d74
Address comments to fix code formats
Raymond Liu <[email protected]>
2014-01-10 09:44:44 +0800
Commit: 4c22c55
Yarn workerRunnable refactor
Raymond Liu <[email protected]>
2014-01-09 14:16:07 +0800
Commit: 161ab93
Yarn Client refactor
Raymond Liu <[email protected]>
2014-01-09 09:53:50 +0800
Commit: 79a5ba3
Modifications as suggested in PR feedbackSaurabh Rawat <[email protected]>
2014-01-13 23:40:04 +0530
Commit: e922973
Remove default param from mapPartitions
eklavya <[email protected]>
2014-01-13 18:13:22 +0530
Commit: fa42951
Remove classtag from mapPartitions.
eklavya <[email protected]>
2014-01-13 18:09:58 +0530
Commit: 8fe562c
Added foreachPartition method to JavaRDD.
eklavya <[email protected]>
2014-01-13 17:56:47 +0530
Commit: 6a65fee
Added mapPartitions method to JavaRDD.
eklavya <[email protected]>
2014-01-13 17:56:10 +0530
Commit: dbadc6b
Added setter method setGenerator to JavaRDD.
eklavya <[email protected]>
2014-01-13 17:53:35 +0530
Commit: aae8a01
Merge remote-tracking branch 'upstream/master' into sparsesvd
Reza Zadeh <[email protected]>
2014-01-11 13:27:15 -0800

Commit: f324d53
add dimension parameters to example
Reza Zadeh <[email protected]>
2014-01-10 21:30:54 -0800
Commit: 1afdeae
Merge remote-tracking branch 'upstream/master' into sparsesvd
Reza Zadeh <[email protected]>
2014-01-09 22:45:32 -0800
Commit: 21c8a54
fix example
Reza Zadeh <[email protected]>
2014-01-09 22:39:41 -0800
Commit: cf5bd4a
documentation for sparsematrix
Reza Zadeh <[email protected]>
2014-01-07 17:19:28 -0800
Commit: 4f38b6f
More sparse matrix usage.
Reza Zadeh <[email protected]>
2014-01-07 17:16:17 -0800
Commit: 7d7490b
fix docs to use SparseMatrix
Reza Zadeh <[email protected]>
2014-01-05 18:03:57 -0800
Commit: 746148b
use SparseMatrix everywhere
Reza Zadeh <[email protected]>
2014-01-04 14:28:07 -0800
Commit: 06c0f76
prettify
Reza Zadeh <[email protected]>
2014-01-04 12:44:04 -0800
Commit: cdff9fc
new example file
Reza Zadeh <[email protected]>
2014-01-04 12:33:22 -0800
Commit: e9bd6cb
fix tests
Reza Zadeh <[email protected]>
2014-01-04 11:52:42 -0800
Commit: 8bfcce1
set methods
Reza Zadeh <[email protected]>
2014-01-04 11:30:36 -0800
Commit: 35adc72
add k parameter
Reza Zadeh <[email protected]>
2014-01-04 01:52:28 -0800

Commit: 73daa70
using decomposed matrix struct now
Reza Zadeh <[email protected]>
2014-01-04 00:38:53 -0800
Commit: 26a74f0
new return struct
Reza Zadeh <[email protected]>
2014-01-04 00:15:04 -0800
Commit: d2d5e5e
start using matrixentry
Reza Zadeh <[email protected]>
2014-01-03 22:17:24 -0800
Commit: 7f631dd
rename sparsesvd.scala
Reza Zadeh <[email protected]>
2014-01-03 21:55:38 -0800
Commit: 6bcdb76
New matrix entry file
Reza Zadeh <[email protected]>
2014-01-03 21:54:57 -0800
Commit: b059a2a
fix error message
Reza Zadeh <[email protected]>
2014-01-02 01:51:38 -0800
Commit: e617ae2
Merge remote-tracking branch 'upstream/master' into sparsesvd
Reza Zadeh <[email protected]>
2014-01-02 01:50:30 -0800
Commit: 6140578
more docs yay
Reza Zadeh <[email protected]>
2014-01-01 20:22:29 -0800
Commit: 2612164
javadoc for sparsesvd
Reza Zadeh <[email protected]>
2014-01-01 20:20:16 -0800
Commit: 915d53f
old version of spark_ec2
Reza Zadeh <[email protected]>
2014-01-01 20:08:01 -0800
Commit: c868d71
remove accidental changes to ec2 script
Reza Zadeh <[email protected]>
2014-01-01 20:05:03 -0800
Commit: 0c3797d
doc tweaks
Reza Zadeh <[email protected]>
2014-01-01 20:03:47 -0800

Commit: 53ccf65
doc tweak
Reza Zadeh <[email protected]>
2014-01-01 20:02:37 -0800
Commit: 97dc527
doc tweaks
Reza Zadeh <[email protected]>
2014-01-01 20:01:13 -0800
Commit: b941b6f
tweaks to docs
Reza Zadeh <[email protected]>
2014-01-01 19:53:14 -0800
Commit: 185c882
New documentation
Reza Zadeh <[email protected]>
2014-01-01 19:53:04 -0800
Commit: dd0d3f0
Merge remote-tracking branch 'upstream/master' into sparsesvd
Reza Zadeh <[email protected]>
2014-01-01 18:12:35 -0800
Commit: 7c04b31
large scale considerations
Reza Zadeh <[email protected]>
2013-12-27 04:15:13 -0500
Commit: ae5102a
initial large scale testing begin
Reza Zadeh <[email protected]>
2013-12-27 01:51:19 -0500
Commit: 642ab5c
cleanup documentation
Reza Zadeh <[email protected]>
2013-12-27 00:41:46 -0500
Commit: 3369c2d
add all tests
Reza Zadeh <[email protected]>
2013-12-27 00:36:41 -0500
Commit: bdb5037
test for truncated svd
Reza Zadeh <[email protected]>
2013-12-27 00:34:59 -0500
Commit: fa1e8d8
full rank matrix test added
Reza Zadeh <[email protected]>
2013-12-26 23:21:57 -0500
Commit: 16de526
Main method added for svd
Reza Zadeh <[email protected]>
2013-12-26 18:13:21 -0500

Commit: fe1a132
new main file
Reza Zadeh <[email protected]>
2013-12-26 18:09:33 -0500
Commit: 1a21ba2
Object to hold the svd methods
Reza Zadeh <[email protected]>
2013-12-26 17:39:25 -0500
Commit: 6c3674c
Some documentation
Reza Zadeh <[email protected]>
2013-12-26 16:12:40 -0500
Commit: 6e740cc
Initial files - no tests
Reza Zadeh <[email protected]>
2013-12-26 15:01:03 -0500
Commit: 1a173f0
Release 0.9.1
Revert "[maven-release-plugin] prepare release v0.9.1-rc2"
Tathagata Das <[email protected]>
2014-03-26 21:53:07 -0700
Commit: ea5da04
Revert "[maven-release-plugin] prepare for next development iteration"
Tathagata Das <[email protected]>
2014-03-26 21:51:40 -0700
Commit: d16e863
[SPARK-1327] GLM needs to check addIntercept for intercept and weights
Xiangrui Meng <[email protected]>
2014-03-26 19:30:57 -0700
Commit: 4901604, github.com/apache/spark/pull/236
SPARK-1322, top in pyspark should sort result in descending order.
Prashant Sharma <[email protected]>
2014-03-26 11:15:02 -0700
Commit: 2f90dc5, github.com/apache/spark/pull/235
[maven-release-plugin] prepare for next development iteration
Ubuntu <[email protected]>
2014-03-26 09:26:45 +0000
Commit: 1f785d4
[maven-release-plugin] prepare release v0.9.1-rc2
Ubuntu <[email protected]>
2014-03-26 09:26:40 +0000
Commit: 1197280
Updated CHANGES.txt
Tathagata Das <[email protected]>
2014-03-26 02:10:57 -0700
Commit: 7495dba

[SPARK-782] Made Spark use existing shaded ASM and removed Spark's ASM depende
ncy
Tathagata Das <[email protected]>
2014-03-25 21:35:36 -0700
Commit: da87240, github.com/apache/spark/pull/232
Revert "[maven-release-plugin] prepare release v0.9.1-rc1"
Tathagata Das <[email protected]>
2014-03-25 15:01:52 -0700
Commit: 55abe72
Revert "[maven-release-plugin] prepare for next development iteration"
Tathagata Das <[email protected]>
2014-03-25 15:01:36 -0700
Commit: b94f997
[maven-release-plugin] prepare for next development iteration
Ubuntu <[email protected]>
2014-03-24 06:56:16 +0000
Commit: 12e237e
[maven-release-plugin] prepare release v0.9.1-rc1
Ubuntu <[email protected]>
2014-03-24 06:56:10 +0000
Commit: 81c6a06
Removed all occurences of incubator from all the pom.xml.
Tathagata Das <[email protected]>
2014-03-23 23:31:59 -0700
Commit: 60ddb34
Updated CHANGES.txt file.
Tathagata Das <[email protected]>
2014-03-23 13:16:50 -0700
Commit: f176b03
Fix to Stage UI to display numbers on progress bar
Emtiaz Ahmed <[email protected]>
2014-03-21 18:07:05 -0700
Commit: 5e7ac0d, github.com/apache/spark/pull/201
SPARK-1284: Fix improper use of SimpleDateFormat
zsxwing <[email protected]>
2014-03-21 16:39:23 -0700
Commit: 8856076, github.com/apache/spark/pull/179
[SPARK-1273] use doi links in mllib-guide
Xiangrui Meng <[email protected]>
2014-03-21 14:35:32 -0700
Commit: d68549e, github.com/apache/spark/pull/198
Removed incubating from Spark version in all the pom.xml.
Tathagata Das <[email protected]>
2014-03-20 18:02:55 -0700
Commit: 8b1e793
Bumped versions to Spark 0.9.1
Tathagata Das <[email protected]>
2014-03-20 16:55:35 -0700
Commit: 8a882ef, github.com/apache/spark/pull/190

SPARK-1032. If Yarn app fails before registering, app master stays aroun...
Sandy Ryza <[email protected]>
2014-03-20 16:50:44 -0500
Commit: c6630d3, github.com/apache/spark/pull/28
SPARK-1051. On YARN, executors don't doAs submitting user
Sandy Ryza <[email protected]>
2014-03-20 14:48:05 -0500
Commit: 748f002, github.com/apache/spark/pull/29
[SPARK-1285] Backporting updates to streaming docs to branch 0.9
Aaron Kimball <[email protected]>, Tathagata Das <[email protected]>,
Chen Chao <[email protected]>, Andrew Or <[email protected]>
2014-03-20 12:27:47 -0700
Commit: 1e36690, github.com/apache/spark/pull/183
[SPARK-1273] MLlib bug fixes, improvements, and doc updates for v0.9.1
Xiangrui Meng <[email protected]>, Sean Owen <[email protected]>, Andrew Tu
lloch <[email protected]>, Chen Chao <[email protected]>
2014-03-19 19:05:26 -0700
Commit: 1cc979e, github.com/apache/spark/pull/175
[SPARK-1275] Made dev/run-tests executable.
Tathagata Das <[email protected]>
2014-03-19 16:10:45 -0700
Commit: a4eef65, github.com/apache/spark/pull/178
Update the yarn alpha version to 0.9.1-incubating-SNAPSHOT
Thomas Graves <[email protected]>
2014-03-19 12:41:11 -0500
Commit: 72875b2
SPARK-1203 fix saving to hdfs from yarn
Thomas Graves <[email protected]>
2014-03-19 08:19:47 -0500
Commit: 250ec27, github.com/apache/spark/pull/173
bugfix: Wrong "Duration" in "Active Stages" in stages page
shiyun.wxm <[email protected]>
2014-03-19 01:42:42 -0700
Commit: d385b5a, github.com/apache/spark/pull/170
[SPARK-1274] Add dev scripts to merge PRs and create releases from master to b
ranch-0.9
Tathagata Das <[email protected]>
2014-03-18 22:09:16 -0700
Commit: 7ec78bc, github.com/apache/spark/pull/176
Bundle tachyon: SPARK-1269
Nick Lanham <[email protected]>
2014-03-18 22:05:18 -0700
Commit: 0183ddd, github.com/apache/spark/pull/137
[Spark-1261] add instructions for running python examples to doc overview page
Diana Carroll <[email protected]>
2014-03-17 17:37:03 -0700
Commit: 20d9458, github.com/apache/spark/pull/162
SPARK-1244: Throw exception if map output status exceeds frame size

Patrick Wendell <[email protected]>, Andrew Or <[email protected]>


2014-03-17 14:06:28 -0700
Commit: 4562140, github.com/apache/spark/pull/152
SPARK-1240: handle the case of empty RDD when takeSample
CodingCat <[email protected]>
2014-03-16 22:40:22 -0700
Commit: af7e8b1, github.com/apache/spark/pull/135
SPARK-977 Added Python RDD.zip function
Prabin Banka <[email protected]>
2014-03-16 22:16:17 -0700
Commit: 1dc1e98, github.com/apache/spark/pull/76
Spark-1163, Added missing Python RDD functions
prabinb <[email protected]>
2014-03-16 22:14:53 -0700
Commit: 249930a, github.com/apache/spark/pull/92
SPARK-1168, Added foldByKey to pyspark.
Prashant Sharma <[email protected]>
2014-03-16 22:13:33 -0700
Commit: 4480505, github.com/apache/spark/pull/115
Updated link for pyspark examples in docs
Jyotiska NK <[email protected]>
2014-03-16 22:12:51 -0700
Commit: e74e79a, github.com/apache/spark/pull/22
SPARK-1019: pyspark RDD take() throws an NPE
Patrick Wendell <[email protected]>
2014-03-12 23:17:17 -0700
Commit: ef74e44, github.com/apache/spark/pull/112
Fix example bug: compile error
jianghan <[email protected]>
2014-03-12 19:46:48 -0700
Commit: 87e4dd5, github.com/apache/spark/pull/132
SPARK-1162 Added top in python.
Prashant Sharma <[email protected]>
2014-03-12 15:57:54 -0700
Commit: 51a77e9, github.com/apache/spark/pull/93
Version fix in pom file
Patrick Wendell <[email protected]>
2014-03-11 14:48:01 -0700
Commit: 7049164
Log4j build fix on 0.9 branch
Patrick Wendell <[email protected]>
2014-03-11 11:53:29 -0700
Commit: 6cbd580
SPARK-1167: Remove metrics-ganglia from default build due to LGPL issues...
Patrick Wendell <[email protected]>
2014-03-11 11:24:21 -0700
Commit: 0c91927, github.com/apache/spark/pull/108
For outputformats that are Configurable, call setConf before sending data to t

hem.
Bryn Keller <[email protected]>
2014-03-09 17:47:46 -0700
Commit: 6f0db0a, github.com/apache/spark/pull/638
SPARK-1190: Do not initialize log4j if slf4j log4j backend is not being used
Patrick Wendell <[email protected]>
2014-03-08 16:02:56 -0800
Commit: 0f0d044, github.com/apache/spark/pull/107
SPARK-1184: Update the distribution tar.gz to include spark-assembly jar
Mark Grover <[email protected]>
2014-03-05 16:55:36 -0800
Commit: 0fc0fdb, github.com/apache/spark/pull/78
SPARK-1109 wrong API docs for pyspark map function
Prashant Sharma <[email protected]>
2014-03-04 15:33:00 -0800
Commit: 7ea89ec, github.com/apache/spark/pull/73
Add Jekyll tag to isolate "production-only" doc components. (0.9 version)
Patrick Wendell <[email protected]>
2014-03-02 18:18:44 -0800
Commit: 267d96c, github.com/apache/spark/pull/57
Removed reference to incubation in Spark user docs.
Reynold Xin <[email protected]>
2014-02-27 21:14:18 -0800
Commit: f2bf44a, github.com/apache/spark/pull/2
[SPARK-1089] fix the regression problem on ADD_JARS in 0.9
CodingCat <[email protected]>
2014-02-26 23:42:53 -0800
Commit: bc5e7d7, github.com/apache/spark/pull/13
Removed reference to incubation in README.md.
Reynold Xin <[email protected]>
2014-02-26 16:53:56 -0800
Commit: 349764d, github.com/apache/spark/pull/1
SPARK-1115: Catch depickling errors
Bouke van der Bijl <[email protected]>
2014-02-26 14:53:30 -0800
Commit: 886a466, github.com/apache/incubator-spark/pull/644
SPARK-1135: fix broken anchors in docs
Matei Zaharia <[email protected]>
2014-02-26 11:56:12 -0800
Commit: 6fe72dd, github.com/apache/spark/pull/3
Fix removal from shuffleToMapStage to search for a key-value pair with our sta
ge instead of using our shuffleID.
Matei Zaharia <[email protected]>
2014-02-24 17:01:21 -0800
Commit: 0661cdc
SPARK-1124: Fix infinite retries of reduce stage when a map stage failed
Matei Zaharia <[email protected]>
2014-02-24 17:00:47 -0800
Commit: 5e74b8e

[SPARK-1055] fix the SCALA_VERSION and SPARK_VERSION in docker file


CodingCat <[email protected]>, Nan Zhu <[email protected]>
2014-02-22 15:39:41 -0800
Commit: 00db30c, github.com/apache/incubator-spark/pull/634
SPARK-1117: update accumulator docs
Xiangrui Meng <[email protected]>
2014-02-21 22:44:59 -0800
Commit: ed58742, github.com/apache/incubator-spark/pull/631
[SPARK-1113] External spilling - fix Int.MaxValue hash code collision bug
Andrew Or <[email protected]>
2014-02-21 20:06:09 -0800
Commit: 84131fe, github.com/apache/incubator-spark/pull/624
MLLIB-25: Implicit ALS runs out of memory for moderately large numbers of feat
ures
Sean Owen <[email protected]>
2014-02-21 13:39:17 -0800
Commit: 998abae, github.com/apache/incubator-spark/pull/629
SPARK-1111: URL Validation Throws Error for HDFS URL's
Patrick Wendell <[email protected]>
2014-02-21 11:12:38 -0800
Commit: b3fff96, github.com/apache/incubator-spark/pull/625
Super minor: Add require for mergeCombiners in combineByKey
Aaron Davidson <[email protected]>
2014-02-20 16:46:29 -0800
Commit: 3c44ff4, github.com/apache/incubator-spark/pull/623
[SPARK-1105] fix site scala version error in docs
CodingCat <[email protected]>
2014-02-19 15:56:24 -0800
Commit: 289d761, github.com/apache/incubator-spark/pull/618
Revert "[SPARK-1105] fix site scala version error in doc"
Patrick Wendell <[email protected]>
2014-02-18 17:47:34 -0800
Commit: 7bde72e
[SPARK-1105] fix site scala version error in doc
CodingCat <[email protected]>
2014-02-18 16:33:41 -0800
Commit: 0f0395c, github.com/apache/incubator-spark/pull/616
Worker registration logging fix
Andrew Ash <[email protected]>
2014-02-17 09:52:16 -0800
Commit: b0b5288, github.com/apache/incubator-spark/pull/608
fix for https://spark-project.atlassian.net/browse/SPARK-1052
Bijay Bisht <[email protected]>
2014-02-16 16:52:57 -0800
Commit: e797c1a, github.com/apache/incubator-spark/pull/568
Add c3 instance types to Spark EC2
Christian Lundgren <[email protected]>
2014-02-13 12:44:21 -0800

Commit: 19b4bb2, github.com/apache/incubator-spark/pull/595


SPARK-1088: Create a script for running tests so we can have version specific
testing on Jenkins (branch-0.9)
Reynold Xin <[email protected]>
2014-02-12 23:42:58 -0800
Commit: e5b86b1, github.com/apache/incubator-spark/pull/593
Ported hadoopClient jar for < 1.0.1 fix
Bijay Bisht <[email protected]>
2014-02-12 23:42:10 -0800
Commit: 8093de1, github.com/apache/incubator-spark/pull/584
754bc18 2014-02-12 14:26:39 -0800
Merge pull request #590 from rxin/scalastyle.
[SPARK-1085: Fix Jenkins pull request builder for branch-0.9 (scalastyle comma
nd not found)]
28f88c5 2014-02-11 22:43:09 -0800
Merge pull request #583 from colorant/zookeeper.
[Minor fix for ZooKeeperPersistenceEngine to use configured working dir]
e70690f 2014-02-09 23:33:35 -0800
Revert "Merge pull request #560 from pwendell/logging. Closes #560."
[This reverts commit 2e3d1c31db55c7f961e559e47bb497ae15cb74d7.]
de22abc 2014-02-08 23:37:05 -0800
Merge pull request #562 from jyotiska/master. Closes #562.
[Added example Python code for sort]
2e3d1c3 2014-02-08 23:35:41 -0800
Merge pull request #560 from pwendell/logging. Closes #560.
[[WIP] SPARK-1067: Default log4j initialization causes errors for those not us
ing log4j]
22e0a3b 2014-02-08 13:00:07 -0800
Merge pull request #561 from Qiuzhuang/master. Closes #561.
[Kill drivers in postStop() for Worker.]
ce179f6 2014-02-06 22:06:30 -0800
Merge pull request #533 from andrewor14/master. Closes #533.
[External spilling - generalize batching logic]
24e5298 2014-02-06 16:15:36 -0800
Merge pull request #450 from kayousterhout/fetch_failures. Closes #450.
[Only run ResubmitFailedStages event after a fetch fails]
94896bb 2014-02-06 16:13:10 -0800
Merge pull request #321 from kayousterhout/ui_kill_fix. Closes #321.
[Inform DAG scheduler about all started/finished tasks.]
44a2b03 2014-02-05 23:38:25 -0800
Merge pull request #545 from kayousterhout/fix_progress. Closes #545.
[Fix off-by-one error with task progress info log.]
b044b0b 2014-02-05 23:37:38 -0800
Merge pull request #526 from tgravescs/yarn_client_stop_am_fix. Closes #526.
[spark on yarn - yarn-client mode doesn't always exit immediately]
d815cfa 2014-02-04 09:47:25 -0800

Merge pull request #534 from sslavic/patch-1. Closes #534.


[Fixed wrong path to compute-classpath.cmd]
f3cba2d 2014-02-04 09:46:00 -0800
Merge pull request #535 from sslavic/patch-2. Closes #535.
[Fixed typo in scaladoc]
5f63f32 2014-02-03 22:44:30 -0800
Merge pull request #449 from CrazyJvm/master
[SPARK-1028 : fix "set MASTER automatically fails" bug.]
6e4d089 2014-02-03 22:42:43 -0800
Merge pull request #414 from soulmachine/code-style
[Code clean up for mllib]
0021ef9 2014-02-03 22:42:01 -0800
Merge pull request #445 from kayousterhout/exec_lost
[Fail rather than hanging if a task crashes the JVM.]
dc8adf1 2014-02-03 22:41:30 -0800
Merge pull request #489 from ash211/patch-6
[Clarify spark.default.parallelism]
574741f 2014-02-03 22:40:55 -0800
Merge pull request #493 from kayousterhout/double_add
[Fixed bug where task set managers are added to queue twice]
1280e8a 2014-02-03 22:40:29 -0800
Merge pull request #511 from JoshRosen/SPARK-1040
[Fix ClassCastException in JavaPairRDD.collectAsMap() (SPARK-1040)]
2c6c9b9 2014-02-03 22:39:59 -0800
Merge pull request #504 from JoshRosen/SPARK-1025
[Fix PySpark hang when input files are deleted (SPARK-1025)]
b10f607 2014-02-03 22:39:10 -0800
Merge pull request #516 from sarutak/master
[modified SparkPluginBuild.scala to use https protocol for accessing gith...]
18520f5 2014-02-03 22:37:38 -0800
Merge pull request #490 from hsaputra/modify_checkoption_with_isdefined
[Replace the check for None Option with isDefined and isEmpty in Scala code]
a414071 2014-01-31 16:54:33 -0800
Merge pull request #524 from rxin/doc
[Added spark.shuffle.file.buffer.kb to configuration doc.]
a41a83c 2014-01-31 16:53:26 -0800
Merge pull request #527 from ankurdave/graphx-assembly-pom
[Add GraphX to assembly/pom.xml]
d18fe1f 2014-01-28 21:55:15 -0800
Merge pull request #497 from tdas/docs-update
[Updated Spark Streaming Programming Guide]
5edbd17 2014-01-28 21:32:58 -0800
Merge pull request #523 from JoshRosen/SPARK-1043
[Switch from MUTF8 to UTF8 in PySpark serializers.]
[maven-release-plugin] prepare for next development iteration

Ubuntu <[email protected]>
2014-01-24 06:15:15 +0000
Commit: 0f60ef2
Release 0.9.0-incubating
d0a105d Thu Jan 23 20:53:31 2014 -0800
Merge pull request #505 from JoshRosen/SPARK-1026
[Deprecate mapPartitionsWithSplit in PySpark (SPARK-1026)]
e66d4c2 Thu Jan 23 19:47:16 2014 -0800
Merge pull request #503 from pwendell/master
[Fix bug on read-side of external sort when using Snappy.]
e8d3f2b Thu Jan 23 19:20:22 2014 -0800
Merge pull request #502 from pwendell/clone-1
[Remove Hadoop object cloning and warn users making Hadoop RDD's.]
7a62353 Thu Jan 23 19:09:25 2014 -0800
Merge pull request #501 from JoshRosen/cartesian-rdd-fixes
[Fix two bugs in PySpark cartesian(): SPARK-978 and SPARK-1034]
51960b8 Wed Jan 22 19:37:50 2014 -0800
Merge pull request #496 from pwendell/master
[Fix bug in worker clean-up in UI]
828f7b4 Wed Jan 22 15:45:18 2014 -0800
Merge pull request #495 from srowen/GraphXCommonsMathDependency
[Fix graphx Commons Math dependency]
dc5857a Wed Jan 22 14:33:25 2014 -0800
Merge pull request #492 from skicavs/master
[fixed job name and usage information for the JavaSparkPi example]
dd533c9 Wed Jan 22 14:15:58 2014 -0800
Merge pull request #478 from sryza/sandy-spark-1033
[SPARK-1033. Ask for cores in Yarn container requests]
b6fd3cd Tue Jan 21 00:12:01 2014 -0800
Merge pull request #480 from pwendell/0.9-fixes
[Handful of 0.9 fixes]
e5f8917 Mon Jan 20 23:35:07 2014 -0800
Merge pull request #484 from tdas/run-example-fix
[Made run-example respect SPARK_JAVA_OPTS and SPARK_MEM.]
410ba06 Mon Jan 20 22:26:14 2014 -0800
Merge pull request #482 from tdas/streaming-example-fix
[Added StreamingContext.awaitTermination to streaming examples]
f137947 Mon Jan 20 22:24:07 2014 -0800
Merge pull request #483 from pwendell/gitignore
[Restricting /lib to top level directory in .gitignore]
94ae25d Sun Jan 19 11:33:51 2014 -0800
Merge pull request #470 from tgravescs/fix_spark_examples_yarn
[Only log error on missing jar to allow spark examples to jar.]
0f077b5 Sun Jan 19 10:30:29 2014 -0800
Merge pull request #458 from tdas/docs-update

[Updated java API docs for streaming, along with very minor changes in the cod
e examples.]
03019d1 Sat Jan 18 16:29:43 2014 -0800
Merge pull request #459 from srowen/UpdaterL2Regularization
[Correct L2 regularized weight update with canonical form]
76147a2 Sat Jan 18 16:24:16 2014 -0800
Merge pull request #437 from mridulm/master
[Minor api usability changes]
4ac8cab Sat Jan 18 16:22:46 2014 -0800
Merge pull request #426 from mateiz/py-ml-tests
[Re-enable Python MLlib tests (require Python 2.7 and NumPy 1.7+)]
34e911c Sat Jan 18 16:17:34 2014 -0800
Merge pull request #462 from mateiz/conf-file-fix
[Remove Typesafe Config usage and conf files to fix nested property names]
ff7201c Sat Jan 18 12:50:02 2014 -0800
Merge pull request #461 from pwendell/master
[Use renamed shuffle spill config in CoGroupedRDD.scala]
7b0d5a5 Thu Jan 16 23:18:48 2014 -0800
Merge pull request #451 from Qiuzhuang/master
[Fixed Window spark shell launch script error.]
4ccedb3 Wed Jan 15 14:26:48 2014 -0800
Merge pull request #444 from mateiz/py-version
[Clarify that Python 2.7 is only needed for MLlib]
e3fa36f Wed Jan 15 13:56:04 2014 -0800
Merge pull request #442 from pwendell/standalone
[Workers should use working directory as spark home if it's not specified]
29c76d9 Wed Jan 15 13:55:48 2014 -0800
Merge pull request #443 from tdas/filestream-fix
[Made some classes private[stremaing] and deprecated a method in JavaStreaming
Context.]
aca40aa Wed Jan 15 11:15:47 2014 -0800
Merge pull request #441 from pwendell/graphx-build
[GraphX shouldn't list Spark as provided.]
e12c374 Wed Jan 15 10:01:43 2014 -0800
Merge pull request #433 from markhamstra/debFix
[Updated Debian packaging]
2f015c2 Tue Jan 14 23:17:28 2014 -0800
Merge pull request #436 from ankurdave/VertexId-case
[Rename VertexID -> VertexId in GraphX]
2859cab Tue Jan 14 23:08:19 2014 -0800
Merge pull request #435 from tdas/filestream-fix
[Fixed the flaky tests by making SparkConf not serializable]
fbfbb33 Tue Jan 14 23:06:29 2014 -0800
Merge pull request #434 from rxin/graphxmaven
[Fixed SVDPlusPlusSuite in Maven build.]

2c6c07f Tue Jan 14 21:53:05 2014 -0800


Merge pull request #424 from jegonzal/GraphXProgrammingGuide
[Additional edits for clarity in the graphx programming guide.]
6fa4e02 Tue Jan 14 21:51:25 2014 -0800
Merge pull request #431 from ankurdave/graphx-caching-doc
[Describe caching and uncaching in GraphX programming guide]
2f930d5 Tue Jan 14 15:00:11 2014 -0800
Merge pull request #428 from pwendell/writeable-objects
[Don't clone records for text files]
329c9df Tue Jan 14 14:53:36 2014 -0800
Merge pull request #429 from ankurdave/graphx-examples-pom.xml
[Add GraphX dependency to examples/pom.xml]
a14933d Tue Jan 14 14:52:42 2014 -0800
Merge pull request #427 from pwendell/deprecate-aggregator
[Deprecate rather than remove old combineValuesByKey function]
119b6c5 Tue Jan 14 13:29:08 2014 -0800
Merge pull request #425 from rxin/scaladoc
[API doc update & make Broadcast public]
bf3b150 Tue Jan 14 09:45:22 2014 -0800
Merge pull request #423 from jegonzal/GraphXProgrammingGuide
[Improving the graphx-programming-guide]
1b4adc2 Tue Jan 14 01:19:24 2014 -0800
Merge pull request #420 from pwendell/header-files
[Add missing header files]
b60840e Tue Jan 14 00:48:34 2014 -0800
Merge pull request #418 from pwendell/0.9-versions
[Version changes for release 0.9.0.]
980250b Tue Jan 14 00:05:37 2014 -0800
Merge pull request #416 from tdas/filestream-fix
[Removed unnecessary DStream operations and updated docs]
055be5c Mon Jan 13 23:26:44 2014 -0800
Merge pull request #415 from pwendell/shuffle-compress
[Enable compression by default for spills]
fdaabdc Mon Jan 13 23:08:26 2014 -0800
Merge pull request #380 from mateiz/py-bayes
[Add Naive Bayes to Python MLlib, and some API fixes]
4a805af Mon Jan 13 22:58:38 2014 -0800
Merge pull request #367 from ankurdave/graphx
[GraphX: Unifying Graphs and Tables]
945fe7a Mon Jan 13 22:56:12 2014 -0800
Merge pull request #408 from pwendell/external-serializers
[Improvements to external sorting]
68641bc Mon Jan 13 22:54:13 2014 -0800
Merge pull request #413 from rxin/scaladoc
[Adjusted visibility of various components and documentation for 0.9.0 release
.]

0ca0d4d Mon Jan 13 22:32:21 2014 -0800


Merge pull request #401 from andrewor14/master
[External sorting - Add number of bytes spilled to Web UI]
08b9fec Mon Jan 13 22:29:03 2014 -0800
Merge pull request #409 from tdas/unpersist
[Automatically unpersisting RDDs that have been cleaned up from DStreams]
b07bc02 Mon Jan 13 20:45:22 2014 -0800
Merge pull request #412 from harveyfeng/master
[Add default value for HadoopRDD's `cloneRecords` constructor arg]
a2fee38 Mon Jan 13 19:45:26 2014 -0800
Merge pull request #411 from tdas/filestream-fix
[Improved logic of finding new files in FileInputDStream]
01c0d72 Mon Jan 13 16:24:30 2014 -0800
Merge pull request #410 from rxin/scaladoc1
[Updated JavaStreamingContext to make scaladoc compile.]
8038da2 Mon Jan 13 14:59:30 2014 -0800
Merge pull request #2 from jegonzal/GraphXCCIssue
[Improving documentation and identifying potential bug in CC calculation.]
b93f9d4 Mon Jan 13 12:18:05 2014 -0800
Merge pull request #400 from tdas/dstream-move
[Moved DStream and PairDSream to org.apache.spark.streaming.dstream]
e6ed13f Sun Jan 12 22:35:14 2014 -0800
Merge pull request #397 from pwendell/host-port
[Remove now un-needed hostPort option]
0b96d85 Sun Jan 12 21:31:43 2014 -0800
Merge pull request #399 from pwendell/consolidate-off
[Disable shuffle file consolidation by default]
0ab505a Sun Jan 12 21:31:04 2014 -0800
Merge pull request #395 from hsaputra/remove_simpleredundantreturn_scala
[Remove simple redundant return statements for Scala methods/functions]
405bfe8 Sun Jan 12 20:04:21 2014 -0800
Merge pull request #394 from tdas/error-handling
[Better error handling in Spark Streaming and more API cleanup]
28a6b0c Sun Jan 12 19:49:36 2014 -0800
Merge pull request #398 from pwendell/streaming-api
[Rename DStream.foreach to DStream.foreachRDD]
074f502 Sun Jan 12 17:01:13 2014 -0800
Merge pull request #396 from pwendell/executor-env
[Setting load defaults to true in executor]
82e2b92 Sun Jan 12 16:55:11 2014 -0800
Merge pull request #392 from rxin/listenerbus
[Stop SparkListenerBus daemon thread when DAGScheduler is stopped.]
288a878 Sat Jan 11 21:53:19 2014 -0800
Merge pull request #389 from rxin/clone-writables
[Minor update for clone writables and more documentation.]

dbc11df Sat Jan 11 18:07:13 2014 -0800


Merge pull request #388 from pwendell/master
[Fix UI bug introduced in #244.]
409866b Sat Jan 11 17:12:06 2014 -0800
Merge pull request #393 from pwendell/revert-381
[Revert PR 381]
6510f04 Sat Jan 11 12:48:26 2014 -0800
Merge pull request #387 from jerryshao/conf-fix
[Fix configure didn't work small problem in ALS]
ee6e7f9 Sat Jan 11 12:07:55 2014 -0800
Merge pull request #359 from ScrapCodes/clone-writables
[We clone hadoop key and values by default and reuse objects if asked to.]
4216178 Sat Jan 11 09:46:48 2014 -0800
Merge pull request #373 from jerryshao/kafka-upgrade
[Upgrade Kafka dependecy to 0.8.0 release version]
92ad18b Fri Jan 10 23:25:15 2014 -0800
Merge pull request #376 from prabeesh/master
[Change clientId to random clientId]
0b5ce7a Fri Jan 10 23:23:21 2014 -0800
Merge pull request #386 from pwendell/typo-fix
[Small typo fix]
1d7bef0 Fri Jan 10 18:53:03 2014 -0800
Merge pull request #381 from mateiz/default-ttl
[Fix default TTL for metadata cleaner]
44d6a8e Fri Jan 10 17:51:50 2014 -0800
Merge pull request #382 from RongGu/master
[Fix a type error in comment lines]
88faa30 Fri Jan 10 17:14:22 2014 -0800
Merge pull request #385 from shivaram/add-i2-instances
[Add i2 instance types to Spark EC2.]
f265531 Fri Jan 10 16:25:44 2014 -0800
Merge pull request #383 from tdas/driver-test
[API for automatic driver recovery for streaming programs and other bug fixes]
d37408f Fri Jan 10 16:25:01 2014 -0800
Merge pull request #377 from andrewor14/master
[External Sorting for Aggregator and CoGroupedRDDs (Revisited)]
0eaf01c Fri Jan 10 15:32:19 2014 -0800
Merge pull request #369 from pillis/master
[SPARK-961 Add a Vector.random() method]
7cef843 Fri Jan 10 15:34:15 2014 -0600
Merge pull request #371 from tgravescs/yarn_client_addjar_misc_fixes
[Yarn client addjar and misc fixes]
7b58f11 Fri Jan 10 12:47:46 2014 -0800
Merge pull request #384 from pwendell/debug-logs
[Make DEBUG-level logs consummable.]

23d2995 Fri Jan 10 10:20:02 2014 -0800


Merge pull request #1 from jegonzal/graphx
[ProgrammingGuide]
0ebc973 Thu Jan 9 23:58:49 2014 -0800
Merge pull request #375 from mateiz/option-fix
[Fix bug added when we changed AppDescription.maxCores to an Option]
dd03cea Thu Jan 9 23:38:03 2014 -0800
Merge pull request #378 from pwendell/consolidate_on
[Enable shuffle consolidation by default.]
997c830 Thu Jan 9 22:22:20 2014 -0800
Merge pull request #363 from pwendell/streaming-logs
[Set default logging to WARN for Spark streaming examples.]
300eaa9 Thu Jan 9 20:29:51 2014 -0800
Merge pull request #353 from pwendell/ipython-simplify
[Simplify and fix pyspark script.]
4b074fa Thu Jan 9 19:03:55 2014 -0800
Merge pull request #374 from mateiz/completeness
[Add some missing Java API methods]
a9d5333 Thu Jan 9 18:46:46 2014 -0800
Merge pull request #294 from RongGu/master
[Bug fixes for updating the RDD block's memory and disk usage information]
d86a85e Thu Jan 9 18:37:52 2014 -0800
Merge pull request #293 from pwendell/standalone-driver
[SPARK-998: Support Launching Driver Inside of Standalone Mode]
26cdb5f Thu Jan 9 17:16:34 2014 -0800
Merge pull request #372 from pwendell/log4j-fix-1
[Send logs to stderr by default (instead of stdout).]
12f414e Thu Jan 9 15:31:30 2014 -0800
Merge pull request #362 from mateiz/conf-getters
[Use typed getters for configuration settings]
365cac9 Thu Jan 9 00:56:16 2014 -0800
Merge pull request #361 from rxin/clean
[Minor style cleanup. Mostly on indenting & line width changes.]
73c724e Thu Jan 9 00:32:19 2014 -0800
Merge pull request #368 from pwendell/sbt-fix
[Don't delegate to users `sbt`.]
dceedb4 Wed Jan 8 23:19:28 2014 -0800
Merge pull request #364 from pwendell/fix
[Fixing config option "retained_stages" => "retainedStages".]
04d83fc Wed Jan 8 11:55:37 2014 -0800
Merge pull request #360 from witgo/master
[fix make-distribution.sh show version: command not found]
56ebfea Wed Jan 8 11:50:06 2014 -0800
Merge pull request #357 from hsaputra/set_boolean_paramname
[Set boolean param name for call to SparkHadoopMapReduceUtil.newTaskAttemptID]

bdeaeaf Wed Jan 8 11:48:39 2014 -0800


Merge pull request #358 from pwendell/add-cdh
[Add CDH Repository to Maven Build]
5cae05f Wed Jan 8 11:47:28 2014 -0800
Merge pull request #356 from hsaputra/remove_deprecated_cleanup_method
[Remove calls to deprecated mapred's OutputCommitter.cleanupJob]
6eef78d Wed Jan 8 08:49:20 2014 -0600
Merge pull request #345 from colorant/yarn
[support distributing extra files to worker for yarn client mode]
bb6a39a Tue Jan 7 22:32:18 2014 -0800
Merge pull request #322 from falaki/MLLibDocumentationImprovement
[SPARK-1009 Updated MLlib docs to show how to use it in Python]
cb1b927 Tue Jan 7 22:26:28 2014 -0800
Merge pull request #355 from ScrapCodes/patch-1
[Update README.md]
c0f0155 Tue Jan 7 22:21:52 2014 -0800
Merge pull request #313 from tdas/project-refactor
[Refactored the streaming project to separate external libraries like Twitter,
Kafka, Flume, etc.]
f5f12dc Tue Jan 7 21:56:35 2014 -0800
Merge pull request #336 from liancheng/akka-remote-lookup
[Get rid of `Either[ActorRef, ActorSelection]']
11891e6 Wed Jan 8 00:32:18 2014 -0500
Merge pull request #327 from lucarosellini/master
[Added -i
command line option to Spark REPL]
7d0aac9 Wed Jan 8 00:30:45 2014 -0500
Merge pull request #354 from hsaputra/addasfheadertosbt
[Add ASF header to the new sbt script.]
d75dc42 Wed Jan 8 00:30:03 2014 -0500
Merge pull request #350 from mateiz/standalone-limit
[Add way to limit default # of cores used by apps in standalone mode]
61674bc Tue Jan 7 18:32:13 2014 -0800
Merge pull request #352 from markhamstra/oldArch
[Don't leave os.arch unset after BlockManagerSuite]
b2e690f Tue Jan 7 16:57:08 2014 -0800
Merge pull request #328 from falaki/MatrixFactorizationModel-fix
[SPARK-1012: DAGScheduler Exception Fix]
6ccf8ce Tue Jan 7 15:49:14 2014 -0800
Merge pull request #351 from pwendell/maven-fix
[Add log4j exclusion rule to maven.]
7d5fa17 Tue Jan 7 11:31:34 2014 -0800
Merge pull request #337 from yinxusen/mllib-16-bugfix
[Mllib 16 bugfix]
71fc113 Tue Jan 7 11:30:35 2014 -0800
Merge pull request #349 from CodingCat/support-worker_dir

[add the comments about SPARK_WORKER_DIR]


15d9534 Tue Jan 7 08:10:02 2014 -0800
Merge pull request #318 from srowen/master
[Suggested small changes to Java code for slightly more standard style, encaps
ulation and in some cases performance]
468af0f Tue Jan 7 08:09:01 2014 -0800
Merge pull request #348 from prabeesh/master
[spark -> org.apache.spark]
c3cf047 Tue Jan 7 00:54:25 2014 -0800
Merge pull request #339 from ScrapCodes/conf-improvements
[Conf improvements]
a862caf Tue Jan 7 00:18:20 2014 -0800
Merge pull request #331 from holdenk/master
[Add a script to download sbt if not present on the system]
b97ef21 Mon Jan 6 20:12:57 2014 -0800
Merge pull request #346 from sproblvem/patch-1
[Update stop-slaves.sh]
7210257 Mon Jan 6 18:25:44 2014 -0800
Merge pull request #128 from adamnovak/master
[Fix failing "sbt/sbt publish-local" by adding a no-argument PrimitiveKeyOpenH
]ashMap constructor
e4d6057 Mon Jan 6 14:56:54 2014 -0800
Merge pull request #343 from pwendell/build-fix
[Fix test breaking downstream builds]
93bf962 Mon Jan 6 11:42:41 2014 -0800
Merge pull request #340 from ScrapCodes/sbt-fixes
[Made java options to be applied during tests so that they become self explana
tory.]
60edeb3 Mon Jan 6 11:40:32 2014 -0800
Merge pull request #338 from ScrapCodes/ning-upgrade
[SPARK-1005 Ning upgrade]
c708e81 Mon Jan 6 11:35:48 2014 -0800
Merge pull request #341 from ash211/patch-5
[Clarify spark.cores.max in docs]
33fcb91 Mon Jan 6 11:19:23 2014 -0800
Merge pull request #342 from tgravescs/fix_maven_protobuf
[Change protobuf version for yarn alpha back to 2.4.1]
357083c Mon Jan 6 10:29:04 2014 -0800
Merge pull request #330 from tgravescs/fix_addjars_null_handling
[Fix handling of empty SPARK_EXAMPLES_JAR]
a2e7e04 Sun Jan 5 22:37:36 2014 -0800
Merge pull request #333 from pwendell/logging-silence
[Quiet ERROR-level Akka Logs]
5b0986a Sun Jan 5 19:25:09 2014 -0800
Merge pull request #334 from pwendell/examples-fix
[Removing SPARK_EXAMPLES_JAR in the code]

f4b924f Sun Jan 5 17:11:47 2014 -0800


Merge pull request #335 from rxin/ser
[Fall back to zero-arg constructor for Serializer initialization if there is n
o constructor that accepts SparkConf.]
d43ad3e Sat Jan 4 16:29:30 2014 -0800
Merge pull request #292 from soulmachine/naive-bayes
[standard Naive Bayes classifier]
86404da Sat Jan 4 14:55:54 2014 -0800
Merge pull request #127 from jegonzal/MapByPartition
[Adding mapEdges and mapTriplets by Partition]
e68cdb1 Sat Jan 4 13:46:02 2014 -0800
Merge pull request #124 from jianpingjwang/master
[refactor and bug fix]
280ddf6 Sat Jan 4 12:54:41 2014 -0800
Merge pull request #121 from ankurdave/more-simplify
[Simplify GraphImpl internals further]
10fe23b Fri Jan 3 23:50:14 2014 -0800
Merge pull request #329 from pwendell/remove-binaries
[SPARK-1002: Remove Binaries from Spark Source]
c4d6145 Fri Jan 3 16:30:53 2014 -0800
Merge pull request #325 from witgo/master
[Modify spark on yarn to create SparkConf process]
4ae101f Fri Jan 3 11:24:35 2014 -0800
Merge pull request #317 from ScrapCodes/spark-915-segregate-scripts
[Spark-915 segregate scripts]
87248bd Fri Jan 3 00:45:31 2014 -0800
Merge pull request #1 from apache/master
[Merge latest Spark changes]
30b9db0 Thu Jan 2 23:15:55 2014 -0800
Merge pull request #285 from colorant/yarn-refactor
[Yarn refactor]
498a5f0 Thu Jan 2 19:06:40 2014 -0800
Merge pull request #323 from tgravescs/sparkconf_yarn_fix
[fix spark on yarn after the sparkConf changes]
0475ca8 Thu Jan 2 15:17:08 2014 -0800
Merge pull request #320 from kayousterhout/erroneous_failed_msg
[Remove erroneous FAILED state for killed tasks.]
588a169 Thu Jan 2 13:20:54 2014 -0800
Merge pull request #297 from tdas/window-improvement
[Improvements to DStream window ops and refactoring of Spark's CheckpointSuite
]
5e67cdc Thu Jan 2 12:56:28 2014 -0800
Merge pull request #319 from kayousterhout/remove_error_method
[Removed redundant TaskSetManager.error() function.]
ca67909 Thu Jan 2 15:54:54 2014 -0500

Merge pull request #311 from tmyklebu/master


[SPARK-991: Report information gleaned from a Python stacktrace in the UI]
3713f81 Wed Jan 1 21:29:12 2014 -0800
Merge pull request #309 from mateiz/conf2
[SPARK-544. Migrate configuration to a SparkConf class]
c1d928a Wed Jan 1 17:03:48 2014 -0800
Merge pull request #312 from pwendell/log4j-fix-2
[SPARK-1008: Logging improvments]
dc9cb83 Wed Jan 1 13:28:34 2014 -0800
Merge pull request #126 from jegonzal/FixingPersist
[Fixing Persist Behavior]
9a0ff72 Tue Dec 31 21:50:24 2013 -0800
Merge pull request #314 from witgo/master
[restore core/pom.xml file modification]
8b8e70e Tue Dec 31 17:48:24 2013 -0800
Merge pull request #73 from falaki/ApproximateDistinctCount
[Approximate distinct count]
63b411d Tue Dec 31 14:31:28 2013 -0800
Merge pull request #238 from ngbinh/upgradeNetty
[upgrade Netty from 4.0.0.Beta2 to 4.0.13.Final]
32d6ae9 Tue Dec 31 13:51:07 2013 -0800
Merge pull request #120 from ankurdave/subgraph-reuses-view
[Reuse VTableReplicated in GraphImpl.subgraph]
55b7e2f Tue Dec 31 10:12:51 2013 -0800
Merge pull request #289 from tdas/filestream-fix
[Bug fixes for file input stream and checkpointing]
2b71ab9 Mon Dec 30 11:01:30 2013 -0800
Merge pull request from aarondav: Utilize DiskBlockManager pathway for temp fi
le writing
[This gives us a couple advantages:]
50e3b8e Mon Dec 30 07:44:26 2013 -0800
Merge pull request #308 from kayousterhout/stage_naming
[Changed naming of StageCompleted event to be consistent]
72a17b6 Sat Dec 28 21:25:40 2013 -1000
Revert "Merge pull request #310 from jyunfan/master"
[This reverts commit 79b20e4dbe3dcd8559ec8316784d3334bb55868b, reversing]
79b20e4 Sat Dec 28 21:13:36 2013 -1000
Merge pull request #310 from jyunfan/master
[Fix typo in the Accumulators section]
7375047 Sat Dec 28 13:25:06 2013 -0800
Merge pull request #304 from kayousterhout/remove_unused
[Removed unused failed and causeOfFailure variables (in TaskSetManager)]
ad3dfd1 Fri Dec 27 22:10:14 2013 -0500
Merge pull request #307 from kayousterhout/other_failure
[Removed unused OtherFailure TaskEndReason.]

b579b83 Fri Dec 27 22:09:04 2013 -0500


Merge pull request #306 from kayousterhout/remove_pending
[Remove unused hasPendingTasks methods]
19672dc Fri Dec 27 13:37:10 2013 -0800
Merge pull request #305 from kayousterhout/line_spacing
[Fixed >100char lines in DAGScheduler.scala]
7be1e57 Thu Dec 26 23:41:40 2013 -1000
Merge pull request #298 from aarondav/minor
[Minor: Decrease margin of left side of Log page]
7d811ba Thu Dec 26 23:39:58 2013 -1000
Merge pull request #302 from pwendell/SPARK-1007
[SPARK-1007: spark-class2.cmd should change SCALA_VERSION to be 2.10]
5e69fc5 Thu Dec 26 19:10:39 2013 -0500
Merge pull request #295 from markhamstra/JobProgressListenerNPE
[Avoid a lump of coal (NPE) in JobProgressListener's stocking.]
da20270 Thu Dec 26 12:11:52 2013 -0800
Merge pull request #1 from aarondav/driver
[Refactor DriverClient to be more Actor-based]
e240bad Thu Dec 26 12:30:48 2013 -0500
Merge pull request #296 from witgo/master
[Renamed ClusterScheduler to TaskSchedulerImpl for yarn and new-yarn package]
c344ed0 Thu Dec 26 01:31:06 2013 -0500
Merge pull request #283 from tmyklebu/master
[Python bindings for mllib]
56094bc Wed Dec 25 13:14:33 2013 -0500
Merge pull request #290 from ash211/patch-3
[Typo: avaiable -> available]
4842a07 Wed Dec 25 01:52:15 2013 -0800
Merge pull request #287 from azuryyu/master
[Fixed job name in the java streaming example.]
85a344b Tue Dec 24 16:35:06 2013 -0800
Merge pull request #127 from kayousterhout/consolidate_schedulers
[Deduplicate Local and Cluster schedulers.]
c2dd6bc Tue Dec 24 14:36:47 2013 -0800
Merge pull request #279 from aarondav/shuffle-cleanup0
[Clean up shuffle files once their metadata is gone]
3bf7c70 Tue Dec 24 16:37:13 2013 -0500
Merge pull request #275 from ueshin/wip/changeclasspathorder
[Change the order of CLASSPATH.]
d63856c Mon Dec 23 22:07:26 2013 -0800
Merge pull request #286 from rxin/build
[Show full stack trace and time taken in unit tests.]
23a9ae6 Tue Dec 24 00:08:48 2013 -0500
Merge pull request #277 from tdas/scheduler-update
[Refactored the streaming scheduler and added StreamingListener interface]

11107c9 Mon Dec 23 10:38:20 2013 -0800


Merge pull request #244 from leftnoteasy/master
[Added SPARK-968 implementation for review]
44e4205 Sun Dec 22 11:44:18 2013 -0800
Merge pull request #116 from jianpingjwang/master
[remove unused variables and fix a bug]
4797c22 Fri Dec 20 13:30:39 2013 -0800
Merge pull request #118 from ankurdave/VertexPartitionSuite
[Test VertexPartition and fix bugs]
0bc57c5 Fri Dec 20 11:56:54 2013 -0800
Merge pull request #280 from aarondav/minor
[Minor cleanup for standalone scheduler]
ac70b8f Fri Dec 20 10:56:10 2013 -0800
Merge pull request #117 from ankurdave/more-tests
[More tests]
45310d4 Thu Dec 19 22:08:20 2013 -0800
Merge pull request #115 from ankurdave/test-reorg
[Reorganize unit tests; improve GraphSuite test coverage]
9228ec8 Thu Dec 19 21:37:15 2013 -0800
Merge pull request #1 from aarondav/127
[Merge master into 127]
eca68d4 Thu Dec 19 18:12:22 2013 -0800
Merge pull request #272 from tmyklebu/master
[Track and report task result serialisation time.]
7990c56 Thu Dec 19 13:35:09 2013 -0800
Merge pull request #276 from shivaram/collectPartition
[Add collectPartition to JavaRDD interface.]
440e531 Thu Dec 19 10:38:56 2013 -0800
Merge pull request #278 from MLnick/java-python-tostring
[Add toString to Java RDD, and __repr__ to Python RDD]
d8d3f3e Thu Dec 19 00:06:43 2013 -0800
Merge pull request #183 from aarondav/spark-959
[[SPARK-959] Explicitly depend on org.eclipse.jetty.orbit jar]
bfba532 Wed Dec 18 22:22:21 2013 -0800
Merge pull request #247 from aarondav/minor
[Increase spark.akka.askTimeout default to 30 seconds]
da301b5 Wed Dec 18 20:03:29 2013 -0800
Merge pull request #112 from amatsukawa/scc
[Strongly connected component algorithm]
c64a53a Wed Dec 18 16:56:26 2013 -0800
Merge pull request #267 from JoshRosen/cygwin
[Fix Cygwin support in several scripts.]
a645ef6 Wed Dec 18 16:07:52 2013 -0800
Merge pull request #48 from amatsukawa/add_project_to_graph
[Add mask operation on graph and filter graph primitive]

d7ebff0 Wed Dec 18 15:38:48 2013 -0800


Merge pull request #1 from ankurdave/add_project_to_graph
[Merge current master and reimplement Graph.mask using innerJoin]
5ea1872 Wed Dec 18 15:27:24 2013 -0800
Merge pull request #274 from azuryy/master
[Fixed the example link in the Scala programing guid.]
3fd2e09 Wed Dec 18 12:52:36 2013 -0800
Merge pull request #104 from jianpingjwang/master
[SVD++ demo]
f4effb3 Tue Dec 17 22:26:21 2013 -0800
Merge pull request #273 from rxin/top
[Fixed a performance problem in RDD.top and BoundedPriorityQueue]
1b5eacb Tue Dec 17 13:49:17 2013 -0800
Merge pull request #102 from ankurdave/clustered-edge-index
[Add clustered index on edges by source vertex]
7a8169b Mon Dec 16 22:42:21 2013 -0800
Merge pull request #268 from pwendell/shaded-protobuf
[Add support for 2.2. to master (via shaded jars)]
0476c84 Mon Dec 16 17:19:25 2013 -0800
Merge pull request #100 from ankurdave/mrTriplets-active-set
[Support activeSet option in mapReduceTriplets]
964a3b6 Mon Dec 16 15:23:51 2013 -0800
Merge pull request #270 from ewencp/really-force-ssh-pseudo-tty-master
[Force pseudo-tty allocation in spark-ec2 script.]
5192ef3 Mon Dec 16 15:08:08 2013 -0800
Merge pull request #94 from ankurdave/load-edges-columnar
[Load edges in columnar format]
883e034 Mon Dec 16 14:16:02 2013 -0800
Merge pull request #245 from gregakespret/task-maxfailures-fix
[Fix for spark.task.maxFailures not enforced correctly.]
a51f340 Sun Dec 15 22:02:30 2013 -0800
Merge pull request #265 from markhamstra/scala.binary.version
[DRY out the POMs with scala.binary.version]
ded10ce Sun Dec 15 17:25:33 2013 -0800
Merge pull request #103 from amplab/optimizations
[Optimizations cherry-picked from SIGMOD branches]
d2ced6d Sun Dec 15 14:11:34 2013 -0800
Merge pull request #256 from MLnick/master
[Fix 'IPYTHON=1 ./pyspark' throwing ValueError]
c55e698 Sun Dec 15 12:49:02 2013 -0800
Merge pull request #257 from tgravescs/sparkYarnFixName
[Fix the --name option for Spark on Yarn]
ab85f88 Sun Dec 15 12:48:32 2013 -0800
Merge pull request #264 from shivaram/spark-class-fix
[Use CoarseGrainedExecutorBackend in spark-class]

8a56c1f Sat Dec 14 16:29:24 2013 -0800


Merge pull request #84 from amatsukawa/graphlab_enhancements
[GraphLab bug fix & set start vertex]
7db9165 Sat Dec 14 14:16:34 2013 -0800
Merge pull request #251 from pwendell/master
[Fix list rendering in YARN markdown docs.]
2fd781d Sat Dec 14 12:59:37 2013 -0800
Merge pull request #249 from ngbinh/partitionInJavaSortByKey
[Expose numPartitions parameter in JavaPairRDD.sortByKey()]
9bf192b Sat Dec 14 12:52:18 2013 -0800
Merge pull request #91 from amplab/standalone-pagerank
[Standalone PageRank]
840af5e Sat Dec 14 12:51:51 2013 -0800
Merge pull request #99 from ankurdave/only-dynamic-pregel
[Remove static Pregel; take maxIterations in dynamic Pregel]
97ac060 Sat Dec 14 00:22:45 2013 -0800
Merge pull request #259 from pwendell/scala-2.10
[Migration to Scala 2.10]
7ac944f Fri Dec 13 23:22:08 2013 -0800
Merge pull request #262 from pwendell/mvn-fix
[Fix maven build issues in 2.10 branch]
6defb06 Fri Dec 13 21:18:57 2013 -0800
Merge pull request #261 from ScrapCodes/scala-2.10
[Added a comment about ActorRef and ActorSelection difference.]
76566b1 Fri Dec 13 10:11:02 2013 -0800
Merge pull request #260 from ScrapCodes/scala-2.10
[Review comments on the PR for scala 2.10 migration.]
0aeb182 Thu Dec 12 21:14:42 2013 -0800
Merge pull request #255 from ScrapCodes/scala-2.10
[Disabled yarn 2.2 in sbt and mvn build and added a message in the sbt build.]
2e89398 Wed Dec 11 23:10:53 2013 -0800
Merge pull request #254 from ScrapCodes/scala-2.10
[Scala 2.10 migration]
ce6ca4e Wed Dec 11 22:30:54 2013 -0800
Merge pull request #97 from dcrankshaw/fix-rddtop
[Added BoundedPriorityQueue kryo registrator. Fixes top issue.]
d2efe13 Tue Dec 10 13:01:26 2013 -0800
Merge pull request #250 from pwendell/master
[README incorrectly suggests build sources spark-env.sh]
6169fe1 Mon Dec 9 16:51:36 2013 -0800
Merge pull request #246 from pwendell/master
[Add missing license headers]
d992ec6 Sun Dec 8 20:49:20 2013 -0800
Merge pull request #195 from dhardy92/fix_DebScriptPackage
[[Deb] fix package of Spark classes adding org.apache prefix in scripts embede
d in .deb]

1f4a4bc Sat Dec 7 22:34:34 2013 -0800


Merge pull request #242 from pwendell/master
[Update broken links and add HDP 2.0 version string]
6494d62 Sat Dec 7 11:56:16 2013 -0800
Merge pull request #240 from pwendell/master
[SPARK-917 Improve API links in nav bar]
f466f79 Sat Dec 7 11:51:52 2013 -0800
Merge pull request #239 from aarondav/nit
[Correct spellling error in configuration.md]
3abfbfb Sat Dec 7 11:24:19 2013 -0800
Merge pull request #92 from ankurdave/rdd-names
[Set RDD names for easy debugging]
31e8a14 Fri Dec 6 21:49:55 2013 -0800
Merge pull request #90 from amplab/pregel-replicate-changed
[Replicate only changed vertices]
10c3c0c Fri Dec 6 20:29:45 2013 -0800
Merge pull request #237 from pwendell/formatting-fix
[Formatting fix]
1b38f5f Fri Dec 6 20:16:15 2013 -0800
Merge pull request #236 from pwendell/shuffle-docs
[Adding disclaimer for shuffle file consolidation]
e5d5728 Fri Dec 6 20:14:56 2013 -0800
Merge pull request #235 from pwendell/master
[Minor doc fixes and updating README]
241336a Fri Dec 6 17:29:03 2013 -0800
Merge pull request #234 from alig/master
[Updated documentation about the YARN v2.2 build process]
e039234 Fri Dec 6 11:49:59 2013 -0800
Merge pull request #190 from markhamstra/Stages4Jobs
[stageId <--> jobId mapping in DAGScheduler]
bfa6860 Fri Dec 6 11:04:03 2013 -0800
Merge pull request #233 from hsaputra/changecontexttobackend
[Change the name of input argument in ClusterScheduler#initialize from context
to backend.]
3fb302c Fri Dec 6 11:03:32 2013 -0800
Merge pull request #205 from kayousterhout/logging
[Added logging of scheduler delays to UI]
87676a6 Fri Dec 6 11:01:42 2013 -0800
Merge pull request #220 from rxin/zippart
[Memoize preferred locations in ZippedPartitionsBaseRDD]
0780498 Thu Dec 5 23:29:42 2013 -0800
Merge pull request #232 from markhamstra/FiniteWait
[jobWaiter.synchronized before jobWaiter.wait]
1c8500e Thu Dec 5 16:25:44 2013 -0800
Merge pull request #88 from amplab/varenc

[Fixed a bug that variable encoding doesn't work for ints that use all 64 bits
.]
e0bcaa0 Thu Dec 5 12:37:02 2013 -0800
Merge pull request #86 from ankurdave/vid-varenc
[Finish work on #85]
5d46025 Thu Dec 5 12:31:24 2013 -0800
Merge pull request #228 from pwendell/master
[Document missing configs and set shuffle consolidation to false.]
3e96b9a Thu Dec 5 12:07:36 2013 -0800
Merge pull request #85 from ankurdave/vid-varenc
[Always write Vids using variable encoding]
72b6961 Wed Dec 4 23:33:04 2013 -0800
Merge pull request #199 from harveyfeng/yarn-2.2
[Hadoop 2.2 migration]
e0347ba Wed Dec 4 17:38:06 2013 -0800
Merge pull request #83 from ankurdave/fix-tests
[Fix compile errors in GraphSuite and SerializerSuite]
182f9ba Wed Dec 4 15:52:07 2013 -0800
Merge pull request #227 from pwendell/master
[Fix small bug in web UI and minor clean-up.]
cbd3b75 Wed Dec 4 15:35:26 2013 -0800
Merge pull request #81 from amplab/clean1
[Codebase refactoring]
b9e7609 Wed Dec 4 14:42:09 2013 -0800
Merge pull request #225 from ash211/patch-3
[Add missing space after "Serialized" in StorageLevel]
055462c Wed Dec 4 14:02:11 2013 -0800
Merge pull request #226 from ash211/patch-4
[Typo: applicaton]
d6e5473 Wed Dec 4 10:28:50 2013 -0800
Merge pull request #223 from rxin/transient
[Mark partitioner, name, and generator field in RDD as @transient.]
8a3475a Tue Dec 3 14:21:40 2013 -0800
Merge pull request #218 from JoshRosen/spark-970-pyspark-unicode-error
[Fix UnicodeEncodeError in PySpark saveAsTextFile() (SPARK-970)]
46b87b8 Tue Dec 3 00:41:11 2013 -0800
Merge pull request #2 from colorant/yarn-client-2.2
[Fix pom.xml for maven build]
58d9bbc Mon Dec 2 21:58:53 2013 -0800
Merge pull request #217 from aarondav/mesos-urls
[Re-enable zk:// urls for Mesos SparkContexts]
740922f Sun Dec 1 12:46:58 2013 -0800
Merge pull request #219 from sundeepn/schedulerexception
[Scheduler quits when newStage fails]
60e23a5 Sat Nov 30 23:38:49 2013 -0800

Merge pull request #216 from liancheng/fix-spark-966


[Bugfix: SPARK-965 & SPARK-966]
34ee814 Sat Nov 30 15:10:30 2013 -0800
Merged Ankur's pull request #80 and fixed subgraph.
[]
743a31a Wed Nov 27 18:24:39 2013 -0800
Merge pull request #210 from haitaoyao/http-timeout
[add http timeout for httpbroadcast]
993e293 Wed Nov 27 00:57:54 2013 -0800
Merge pull request #1 from colorant/yarn-client-2.2
[Port yarn-client mode for new-yarn]
fb6875d Tue Nov 26 20:55:40 2013 -0800
Merge pull request #146 from JoshRosen/pyspark-custom-serializers
[Custom Serializers for PySpark]
330ada1 Tue Nov 26 19:08:33 2013 -0800
Merge pull request #207 from henrydavidge/master
[Log a warning if a task's serialized size is very big]
615213f Tue Nov 26 19:07:20 2013 -0800
Merge pull request #212 from markhamstra/SPARK-963
[[SPARK-963] Fixed races in JobLoggerSuite]
cb976df Tue Nov 26 10:23:19 2013 -0800
Merge pull request #209 from pwendell/better-docs
[Improve docs for shuffle instrumentation]
18d6df0 Tue Nov 26 00:00:07 2013 -0800
Merge pull request #86 from holdenk/master
[Add histogram functionality to DoubleRDDFunctions]
0e2109d Mon Nov 25 20:48:37 2013 -0800
Merge pull request #204 from rxin/hash
[OpenHashSet fixes]
c46067f Mon Nov 25 19:09:31 2013 -0800
Merge pull request #206 from ash211/patch-2
[Update tuning.md]
14bb465 Mon Nov 25 18:50:18 2013 -0800
Merge pull request #201 from rxin/mappartitions
[Use the proper partition index in mapPartitionsWIthIndex]
eb4296c Mon Nov 25 15:25:29 2013 -0800
Merge pull request #101 from colorant/yarn-client-scheduler
[For SPARK-527, Support spark-shell when running on YARN]
466fd06 Mon Nov 25 18:27:26 2013 +0800
Incorporated ideas from pull request #200. - Use Murmur Hash 3 finalization st
ep to scramble the bits of HashCode instead of the simpler version in java.uti
l.HashMap; the latter one had trouble with ranges of consecutive integers. Mur
mur Hash 3 is used by fastutil.
[- Don't check keys for equality when re-inserting due to growing the]
088995f Mon Nov 25 00:57:51 2013 -0800
Merge pull request #77 from amplab/upgrade

[Sync with Spark master]


62889c4 Mon Nov 25 11:27:45 2013 +0800
Merge pull request #203 from witgo/master
[ Fix Maven build for metrics-graphite]
6af03ed Sun Nov 24 16:42:37 2013 -0800
Merge pull request #76 from dcrankshaw/fix_partitioners
[Actually use partitioner command line args in Analytics.]
859d62d Sun Nov 24 16:19:51 2013 -0800
Merge pull request #151 from russellcardullo/add-graphite-sink
[Add graphite sink for metrics]
65de73c Sun Nov 24 15:52:33 2013 -0800
Merge pull request #185 from mkolod/random-number-generator
[XORShift RNG with unit tests and benchmark]
972171b Mon Nov 25 07:50:46 2013 +0800
Merge pull request #197 from aarondav/patrick-fix
[Fix 'timeWriting' stat for shuffle files]
a1a7e36 Sun Nov 24 05:15:09 2013 -0800
Merge pull request #75 from amplab/simplify
[Simplify GraphImpl internals]
718cc80 Sun Nov 24 11:02:02 2013 +0800
Merge pull request #200 from mateiz/hash-fix
[AppendOnlyMap fixes]
51aa9d6 Sat Nov 23 19:46:46 2013 +0800
Merge pull request #198 from ankurdave/zipPartitions-preservesPartitioning
[Support preservesPartitioning in RDD.zipPartitions]
18ce7e9 Fri Nov 22 17:02:40 2013 -0800
Merge pull request #73 from jegonzal/TriangleCount
[Triangle count]
086b097 Fri Nov 22 10:26:39 2013 +0800
Merge pull request #193 from aoiwelle/patch-1
[Fix Kryo Serializer buffer documentation inconsistency]
f20093c Fri Nov 22 10:12:13 2013 +0800
Merge pull request #196 from pwendell/master
[TimeTrackingOutputStream should pass on calls to close() and flush().]
4b89501 Wed Nov 20 10:36:10 2013 -0800
Merge pull request #191 from hsaputra/removesemicolonscala
[Cleanup to remove semicolons (;) from Scala code]
202f8e6 Wed Nov 20 03:26:08 2013 -0800
Merge pull request #74 from dcrankshaw/remove_sleep
[Removed sleep from pagerank in Analytics]
74ade9e Tue Nov 19 16:53:58 2013 -0800
Merge pull request #62 from dcrankshaw/partitioners
[Allow user to choose a partitioner at runtime]
f568912 Tue Nov 19 16:11:31 2013 -0800
Merge pull request #181 from BlackNiuza/fix_tasks_number

[correct number of tasks in ExecutorsUI]


aa638ed Tue Nov 19 16:05:44 2013 -0800
Merge pull request #189 from tgravescs/sparkYarnErrorHandling
[Impove Spark on Yarn Error handling]
5592580 Tue Nov 19 16:04:01 2013 -0800
Merge pull request #187 from aarondav/example-bcast-test
[Enable the Broadcast examples to work in a cluster setting]
99cfe89 Mon Nov 18 22:00:36 2013 -0500
Updates to reflect pull request code review
[]
e2ebc3a Sun Nov 17 18:42:18 2013 -0800
Merge pull request #182 from rxin/vector
[Slightly enhanced PrimitiveVector:]
26f616d Sun Nov 17 18:18:16 2013 -0800
Merge pull request #3 from aarondav/pv-test
[Add PrimitiveVectorSuite and fix bug in resize()]
1b5b358 Sat Nov 16 11:44:10 2013 -0800
Merge pull request #178 from hsaputra/simplecleanupcode
[Simple cleanup on Spark's Scala code]
62a2a71 Fri Nov 15 13:12:07 2013 -0800
Merge pull request #65 from amplab/varenc
[Use variable encoding for ints, longs, and doubles in the specialized seriali
zers.]
f6b2e59 Thu Nov 14 23:04:55 2013 -0800
Merge pull request #1 from aarondav/scala210-master
[Various merge corrections]
96e0fb4 Thu Nov 14 22:29:28 2013 -0800
Merge pull request #173 from kayousterhout/scheduler_hang
[Fix bug where scheduler could hang after task failure.]
dfd40e9 Thu Nov 14 19:44:50 2013 -0800
Merge pull request #175 from kayousterhout/no_retry_not_serializable
[Don't retry tasks when they fail due to a NotSerializableException]
ed25105 Thu Nov 14 19:43:55 2013 -0800
Merge pull request #174 from ahirreddy/master
[Write Spark UI url to driver file on HDFS]
1a4cfbe Thu Nov 14 10:32:11 2013 -0800
Merge pull request #169 from kayousterhout/mesos_fix
[Don't ignore spark.cores.max when using Mesos Coarse mode]
5a4f483 Thu Nov 14 10:30:36 2013 -0800
Merge pull request #170 from liancheng/hadooprdd-doc-typo
[Fixed a scaladoc typo in HadoopRDD.scala]
d76f520 Thu Nov 14 10:25:48 2013 -0800
Merge pull request #171 from RIA-pierre-borckmans/master
[Fixed typos in the CDH4 distributions version codes.]
2c39d80 Wed Nov 13 23:28:01 2013 -0800

Merge pull request #69 from jegonzal/MissingVertices


[Addressing issue in Graph creation]
33b2dea Wed Nov 13 17:55:58 2013 -0800
Merge pull request #1 from ankurdave/MissingVertices
[During graph creation, create eTable earlier]
2054c61 Wed Nov 13 16:49:55 2013 -0800
Merge pull request #159 from liancheng/dagscheduler-actor-refine
[Migrate the daemon thread started by DAGScheduler to Akka actor]
9290e5b Wed Nov 13 16:48:44 2013 -0800
Merge pull request #165 from NathanHowell/kerberos-master
[spark-assembly.jar fails to authenticate with YARN ResourceManager]
a81fcb7 Wed Nov 13 10:41:01 2013 -0800
Merge pull request #68 from jegonzal/BitSetSetUntilBug
[Addressing bug in BitSet.setUntil(ind)]
39af914 Wed Nov 13 08:39:05 2013 -0800
Merge pull request #166 from ahirreddy/simr-spark-ui
[SIMR Backend Scheduler will now write Spark UI URL to HDFS, which is to ...]
f49ea28 Tue Nov 12 19:13:39 2013 -0800
Merge pull request #137 from tgravescs/sparkYarnJarsHdfsRebase
[Allow spark on yarn to be run from HDFS.]
87f2f4e Tue Nov 12 16:26:09 2013 -0800
Merge pull request #153 from ankurdave/stop-spot-cluster
[Enable stopping and starting a spot cluster]
b8bf04a Tue Nov 12 16:19:50 2013 -0800
Merge pull request #160 from xiajunluan/JIRA-923
[Fix bug JIRA-923]
dfd1ebc Tue Nov 12 09:10:05 2013 -0800
Merge pull request #164 from tdas/kafka-fix
[Made block generator thread safe to fix Kafka bug.]
2e8d450 Mon Nov 11 17:34:09 2013 -0800
Merge pull request #63 from jegonzal/VertexSetCleanup
[Cleanup of VertexSetRDD]
b8e294a Mon Nov 11 16:25:42 2013 -0800
Merge pull request #61 from ankurdave/pid2vid
[Shuffle replicated vertex attributes efficiently in columnar format]
3d7277c Mon Nov 11 15:49:28 2013 -0800
Merge pull request #55 from ankurdave/aggregateNeighbors-variants
[Specialize mapReduceTriplets for accessing subsets of vertex attributes]
23b53ef Mon Nov 11 12:30:02 2013 -0800
Merge pull request #156 from haoyuan/master
[add tachyon module]
1a06f70 Sun Nov 10 10:54:44 2013 -0800
Merge pull request #60 from amplab/rxin
[Looks good to me.]
58d4f6c Sun Nov 10 09:23:56 2013 -0800

Merge pull request #157 from rxin/kryo


[3 Kryo related changes.]
3efc019 Sat Nov 9 17:53:49 2013 -0800
Merge pull request #147 from JoshRosen/fix-java-api-completeness-checker
[Add spark-tools assembly to spark-class'ss classpath]
87954d4 Sat Nov 9 17:53:25 2013 -0800
Merge pull request #154 from soulmachine/ClusterScheduler
[Replace the thread inside ClusterScheduler.start() with an Akka scheduler]
f6c9462 Sat Nov 9 16:14:45 2013 -0800
Merge pull request #58 from jegonzal/KryoMessages
[Kryo messages]
83bf192 Sat Nov 9 15:40:29 2013 -0800
Merge pull request #155 from rxin/jobgroup
[Don't reset job group when a new job description is set.]
8af99f2 Sat Nov 9 13:48:00 2013 -0800
Merge pull request #149 from tgravescs/fixSecureHdfsAccess
[Fix secure hdfs access for spark on yarn]
72a601e Sat Nov 9 11:55:16 2013 -0800
Merge pull request #152 from rxin/repl
[Propagate SparkContext local properties from spark-repl caller thread to the
repl execution thread.]
6ee05be Thu Nov 7 19:12:41 2013 -0800
Merge pull request #49 from jegonzal/graphxshell
[GraphX Console with Logo Text]
a9f96b5 Thu Nov 7 18:56:56 2013 -0800
Merge pull request #56 from jegonzal/PregelAPIChanges
[Changing Pregel API to use mapReduceTriplets instead of aggregateNeighbors]
5907137 Thu Nov 7 16:58:31 2013 -0800
Merge pull request #54 from amplab/rxin
[Converted for loops to while loops in EdgePartition.]
edf4164 Thu Nov 7 16:22:43 2013 -0800
Merge pull request #53 from amplab/rxin
[Added GraphX to classpath.]
c379e10 Thu Nov 7 16:01:47 2013 -0800
Merge pull request #51 from jegonzal/VertexSetRDD
[Reverting to Array based (materialized) output in VertexSetRDD]
3d4ad84 Thu Nov 7 11:08:27 2013 -0800
Merge pull request #148 from squito/include_appId
[Include appId in executor cmd line args]
be7e8da Wed Nov 6 23:22:47 2013 -0800
Merge pull request #23 from jerryshao/multi-user
[Add Spark multi-user support for standalone mode and Mesos]
aadeda5 Wed Nov 6 13:27:47 2013 -0800
Merge pull request #144 from liancheng/runjob-clean
[Removed unused return value in SparkContext.runJob]

951024f Wed Nov 6 09:36:14 2013 -0800


Merge pull request #145 from aarondav/sls-fix
[Attempt to fix SparkListenerSuite breakage]
bf4e613 Tue Nov 5 23:14:09 2013 -0800
Merge pull request #143 from rxin/scheduler-hang
[Ignore a task update status if the executor doesn't exist anymore.]
9f7b9bb Tue Nov 5 10:42:19 2013 -0800
Merge pull request #142 from liancheng/dagscheduler-pattern-matching
[Using case class deep match to simplify code in DAGScheduler.processEvent]
ca44b51 Tue Nov 5 01:32:55 2013 -0800
Merge pull request #50 from amplab/mergemerge
[Merge Spark master into graphx]
8106532 Mon Nov 4 20:47:14 2013 -0800
Merge pull request #139 from aarondav/shuffle-next
[Never store shuffle blocks in BlockManager]
0b26a39 Mon Nov 4 18:22:06 2013 -0800
Merge pull request #128 from shimingfei/joblogger-doc
[add javadoc to JobLogger, and some small fix]
7a26104 Mon Nov 4 17:54:06 2013 -0800
Merge pull request #130 from aarondav/shuffle
[Memory-optimized shuffle file consolidation]
b5dc339 Sun Nov 3 20:43:15 2013 -0800
Merge pull request #70 from rxin/hash1
[Fast, memory-efficient hash set, hash table implementations optimized for pri
mitive data types.]
41ead7a Sat Nov 2 14:41:50 2013 -0700
Merge pull request #133 from Mistobaan/link_fix
[update default github]
d407c07 Sat Nov 2 14:36:37 2013 -0700
Merge pull request #134 from rxin/readme
[Fixed a typo in Hadoop version in README.]
e7c7b80 Fri Nov 1 17:58:10 2013 -0700
Merge pull request #132 from Mistobaan/doc_fix
[fix persistent-hdfs]
d6d11c2 Fri Nov 1 15:40:33 2013 -0700
Merge pull request #129 from velvia/2013-11/document-local-uris
[Document & finish support for local: URIs]
99bfcc9 Thu Oct 31 21:38:10 2013 -0700
Merge pull request #46 from jegonzal/VertexSetWithHashSet
[Switched VertexSetRDD and GraphImpl to use OpenHashSet]
fcaaf86 Thu Oct 31 18:27:30 2013 -0700
Merge pull request #44 from jegonzal/rxinBitSet
[Switching to VertexSetRDD to use @rxin BitSet and OpenHash ]
3f3c727 Thu Oct 31 09:52:25 2013 -0700
Merge pull request #41 from jegonzal/LineageTracking
[Optimizing Graph Lineage]

944f6b8 Thu Oct 31 09:40:35 2013 -0700


Merge pull request #43 from amplab/FixBitSetCastException
[Fix BitSet cast exception]
8f1098a Wed Oct 30 20:11:48 2013 -0700
Merge pull request #117 from stephenh/avoid_concurrent_modification_exception
[Handle ConcurrentModificationExceptions in SparkContext init.]
dc9ce16 Wed Oct 30 17:01:56 2013 -0700
Merge pull request #126 from kayousterhout/local_fix
[Fixed incorrect log message in local scheduler]
33de11c Wed Oct 30 16:58:27 2013 -0700
Merge pull request #124 from tgravescs/sparkHadoopUtilFix
[Pull SparkHadoopUtil out of SparkEnv (jira SPARK-886)]
a0c86c3 Wed Oct 30 15:34:39 2013 -0700
Merge pull request #38 from jegonzal/Documentation
[Improving Documentation]
618c1f6 Wed Oct 30 12:03:44 2013 -0700
Merge pull request #125 from velvia/2013-10/local-jar-uri
[Add support for local:// URI scheme for addJars()]
745dc42 Tue Oct 29 23:47:10 2013 -0700
Merge pull request #118 from JoshRosen/blockinfo-memory-usage
[Reduce the memory footprint of BlockInfo objects]
06adf63 Tue Oct 29 16:43:46 2013 -0700
Merge pull request #33 from kellrott/master
[Fixing graph/pom.xml]
098768e Tue Oct 29 15:08:36 2013 -0700
Merge pull request #37 from jegonzal/AnalyticsCleanup
[Updated Connected Components and Pregel Docs]
f0e23a0 Tue Oct 29 01:41:44 2013 -0400
Merge pull request #119 from soulmachine/master
[A little revise for the document]
aec9bf9 Sun Oct 27 19:32:00 2013 -0700
Merge pull request #112 from kayousterhout/ui_task_attempt_id
[Display both task ID and task attempt ID in UI, and rename taskId to taskAtte
mptId]
d4df474 Sun Oct 27 22:11:21 2013 -0400
Merge pull request #115 from aarondav/shuffle-fix
[Eliminate extra memory usage when shuffle file consolidation is disabled]
e018f2d Sat Oct 26 11:39:15 2013 -0700
Merge pull request #113 from pwendell/master
[Improve error message when multiple assembly jars are present.]
662ee9f Sat Oct 26 11:35:59 2013 -0700
Merge pull request #114 from soulmachine/master
[A little revise for the document]
bab496c Fri Oct 25 18:28:43 2013 -0700
Merge pull request #108 from alig/master

[Changes to enable executing by using HDFS as a synchronization point between


driver and executors, as well as ensuring executors exit properly.]
d307db6 Fri Oct 25 17:26:06 2013 -0700
Merge pull request #102 from tdas/transform
[Added new Spark Streaming operations]
85e2cab Fri Oct 25 14:46:06 2013 -0700
Merge pull request #111 from kayousterhout/ui_name
[Properly display the name of a stage in the UI.]
ab35ec4 Fri Oct 25 10:16:18 2013 -0700
Merge pull request #110 from pwendell/master
[Exclude jopt from kafka dependency.]
4f2c943 Thu Oct 24 22:32:02 2013 -0700
Merge pull request #109 from pwendell/master
[Adding Java/Java Streaming versions of `repartition` with associated tests]
99ad4a6 Thu Oct 24 17:08:39 2013 -0700
Merge pull request #106 from pwendell/master
[Add a `repartition` operator.]
5429d62 Thu Oct 24 11:15:55 2013 -0700
Merge pull request #107 from ScrapCodes/scala-2.10
[Updating to latest akka 2.2.3, which fixes our only failing test Driver Suite
.]
6f82c42 Thu Oct 24 11:09:46 2013 -0700
Merge pull request #34 from jegonzal/AnalyticsCleanup
[Analytics Cleanup]
1dc776b Wed Oct 23 22:05:52 2013 -0700
Merge pull request #93 from kayousterhout/ui_new_state
[Show "GETTING_RESULTS" state in UI.]
c4b187d Wed Oct 23 21:56:18 2013 -0700
Merge pull request #105 from pwendell/doc-fix
[Fixing broken links in programming guide]
a098438 Wed Oct 23 18:03:08 2013 -0700
Merge pull request #103 from JoshRosen/unpersist-fix
[Add unpersist() to JavaDoubleRDD and JavaPairRDD.]
dd65964 Wed Oct 23 15:07:59 2013 -0700
Merge pull request #64 from prabeesh/master
[MQTT Adapter for Spark Streaming]
452aa36 Tue Oct 22 23:15:33 2013 -0700
Merge pull request #97 from ewencp/pyspark-system-properties
[Add classmethod to SparkContext to set system properties.]
9dfcf53 Tue Oct 22 16:01:42 2013 -0700
Merge pull request #100 from JoshRosen/spark-902
[Remove redundant Java Function call() definitions]
49d5cda Tue Oct 22 15:38:02 2013 -0700
Merge pull request #30 from jegonzal/VertexSetRDD_Tests
[Testing and Documenting VertexSetRDD]

97184de Tue Oct 22 13:10:14 2013 -0700


Merge pull request #99 from pwendell/master
[Use correct formatting for comments in StoragePerfTester]
c404adb Tue Oct 22 11:30:19 2013 -0700
Merge pull request #90 from pwendell/master
[SPARK-940: Do not directly pass Stage objects to SparkListener.]
aa9019f Tue Oct 22 10:30:02 2013 -0700
Merge pull request #98 from aarondav/docs
[Docs: Fix links to RDD API documentation]
a0e08f0 Tue Oct 22 10:20:43 2013 -0700
Merge pull request #82 from JoshRosen/map-output-tracker-refactoring
[Split MapOutputTracker into Master/Worker classes]
b84193c Mon Oct 21 23:35:13 2013 -0700
Merge pull request #92 from tgravescs/sparkYarnFixClasspath
[Fix the Worker to use CoarseGrainedExecutorBackend and modify classpath ...]
731c94e Mon Oct 21 23:31:38 2013 -0700
Merge pull request #56 from jerryshao/kafka-0.8-dev
[Upgrade Kafka 0.7.2 to Kafka 0.8.0-beta1 for Spark Streaming]
48952d6 Mon Oct 21 22:45:00 2013 -0700
Merge pull request #87 from aarondav/shuffle-base
[Basic shuffle file consolidation]
a51359c Mon Oct 21 20:33:29 2013 -0700
Merge pull request #95 from aarondav/perftest
[Minor: Put StoragePerfTester in org/apache/]
39d2e9b Mon Oct 21 18:58:48 2013 -0700
Merge pull request #94 from aarondav/mesos-fix
[Fix mesos urls]
aa61bfd Mon Oct 21 11:57:05 2013 -0700
Merge pull request #88 from rxin/clean
[Made the following traits/interfaces/classes non-public:]
35886f3 Sun Oct 20 22:20:32 2013 -0700
Merge pull request #41 from pwendell/shuffle-benchmark
[Provide Instrumentation for Shuffle Write Performance]
5b9380e Sun Oct 20 21:03:51 2013 -0700
Merge pull request #89 from rxin/executor
[Don't setup the uncaught exception handler in local mode.]
261bcf2 Sun Oct 20 17:59:51 2013 -0700
Merge pull request #80 from rxin/build
[Exclusion rules for Maven build files.]
edc5e3f Sun Oct 20 17:18:06 2013 -0700
Merge pull request #75 from JoshRosen/block-manager-cleanup
[Code de-duplication in BlockManager]
2a7ae17 Sun Oct 20 11:45:21 2013 -0700
Merge pull request #84 from rxin/kill1
[Added documentation for setJobGroup. Also some minor cleanup in SparkContext.
]

e4abb75 Sun Oct 20 09:38:37 2013 -0700


Merge pull request #85 from rxin/clean
[Moved the top level spark package object from spark to org.apache.spark]
136b9b3 Sun Oct 20 02:58:26 2013 -0700
Basic shuffle file consolidation
[The Spark shuffle phase can produce a large number of files, as one file is c
reated]
747f538 Sat Oct 19 23:40:40 2013 -0700
Merge pull request #83 from ewencp/pyspark-accumulator-add-method
[Add an add() method to pyspark accumulators.]
6511bbe Sat Oct 19 11:34:56 2013 -0700
Merge pull request #78 from mosharaf/master
[Removed BitTorrentBroadcast and TreeBroadcast.]
f628804 Fri Oct 18 23:19:42 2013 -0700
Merge pull request #76 from pwendell/master
[Clarify compression property.]
599dcb0 Fri Oct 18 22:49:00 2013 -0700
Merge pull request #74 from rxin/kill
[Job cancellation via job group id.]
9cf43cf Fri Oct 18 22:07:21 2013 -0700
Merge pull request #28 from jegonzal/VertexSetRDD
[Refactoring IndexedRDD to VertexSetRDD.]
f888a5b Fri Oct 18 22:06:58 2013 -0700
Merge pull request #29 from ankurdave/unit-tests
[Unit tests for Graph and GraphOps]
8de9706 Fri Oct 18 20:32:39 2013 -0700
Merge pull request #66 from shivaram/sbt-assembly-deps
[Add SBT target to assemble dependencies]
e5316d0 Fri Oct 18 20:30:56 2013 -0700
Merge pull request #68 from mosharaf/master
[Faster and stable/reliable broadcast]
8d528af Fri Oct 18 20:24:10 2013 -0700
Merge pull request #71 from aarondav/scdefaults
[Spark shell exits if it cannot create SparkContext]
0794bd7 Fri Oct 18 18:59:58 2013 -0700
Merge pull request #27 from jegonzal/removed_indexedrdd_from_core
[Removing IndexedRDD changes for spark/core]
099977f Thu Oct 17 14:17:08 2013 -0700
Merge pull request #26 from ankurdave/split-vTableReplicated
[Great work!]
fc26e5b Thu Oct 17 13:21:07 2013 -0700
Merge pull request #69 from KarthikTunga/master
[Fix for issue SPARK-627. Implementing --config argument in the scripts.]
cf64f63 Thu Oct 17 11:12:28 2013 -0700
Merge pull request #67 from kayousterhout/remove_tsl

[Removed TaskSchedulerListener interface.]


f9973ca Wed Oct 16 15:58:41 2013 -0700
Merge pull request #65 from tgravescs/fixYarn
[Fix yarn build]
28e9c2a Tue Oct 15 23:59:56 2013 -0700
Merge pull request #63 from pwendell/master
[Fixing spark streaming example and a bug in examples build.]
4e46fde Tue Oct 15 23:14:27 2013 -0700
Merge pull request #62 from harveyfeng/master
[Make TaskContext's stageId publicly accessible.]
b534606 Tue Oct 15 21:25:03 2013 -0700
Merge pull request #8 from vchekan/checkpoint-ttl-restore
[Serialize and restore spark.cleaner.ttl to savepoint]
6dbd220 Tue Oct 15 19:02:57 2013 -0700
Merge pull request #34 from kayousterhout/rename
[Renamed StandaloneX to CoarseGrainedX.]
983b83f Tue Oct 15 19:02:46 2013 -0700
Merge pull request #61 from kayousterhout/daemon_thread
[Unified daemon thread pools]
3249e0e Tue Oct 15 14:12:33 2013 -0700
Merge pull request #59 from rxin/warning
[Bump up logging level to warning for failed tasks.]
678dec6 Tue Oct 15 10:51:46 2013 -0700
Merge pull request #58 from hsaputra/update-pom-asf
[Update pom.xml to use version 13 of the ASF parent pom]
e33b183 Mon Oct 14 22:25:47 2013 -0700
Merge pull request #29 from rxin/kill
[Job killing]
3b11f43 Mon Oct 14 14:20:01 2013 -0700
Merge pull request #57 from aarondav/bid
[Refactor BlockId into an actual type]
9979690 Sat Oct 12 21:23:26 2013 -0700
Merge pull request #52 from harveyfeng/hadoop-closure
[Add an optional closure parameter to HadoopRDD instantiation to use when crea
ting local JobConfs.]
dca8009 Fri Oct 11 16:08:15 2013 -0700
Merge pull request #54 from aoiwelle/remove_unused_imports
[Remove unnecessary mutable imports]
0e5052b Fri Oct 11 15:45:16 2013 -0700
Merge pull request #51 from ScrapCodes/scala-2.10
[Scala 2.10]
fb25f32 Fri Oct 11 15:44:43 2013 -0700
Merge pull request #53 from witgo/master
[Add a zookeeper compile dependency to fix build in maven]
d6ead47 Fri Oct 11 15:43:01 2013 -0700

Merge pull request #32 from mridulm/master


[Address review comments, move to incubator spark]
c71499b Thu Oct 10 17:16:42 2013 -0700
Merge pull request #19 from aarondav/master-zk
[Standalone Scheduler fault tolerance using ZooKeeper]
5867a82 Thu Oct 10 14:02:37 2013 -0700
Merge pull request #19 from dcrankshaw/master
[Merge canonical 2d partitioner and group edges into benchmarks]
cd08f73 Thu Oct 10 13:55:47 2013 -0700
Merge pull request #44 from mateiz/fast-map
[A fast and low-memory append-only map for shuffle operations]
4b46d51 Thu Oct 10 13:35:36 2013 -0700
Merge pull request #17 from amplab/product2
[product 2 change]
320418f Wed Oct 9 16:55:30 2013 -0700
Merge pull request #49 from mateiz/kryo-fix-2
[Fix Chill serialization of Range objects]
215238c Wed Oct 9 16:49:44 2013 -0700
Merge pull request #50 from kayousterhout/SPARK-908
[Fix race condition in SparkListenerSuite (fixes SPARK-908).]
7827efc Wed Oct 9 15:07:25 2013 -0700
Merge pull request #46 from mateiz/py-sort-update
[Fix PySpark docs and an overly long line of code after #38]
7b3ae04 Wed Oct 9 12:14:19 2013 -0700
Merge pull request #45 from pwendell/metrics_units
[Use standard abbreviation in metrics description (MBytes -> MB)]
b4fa11f Wed Oct 9 11:59:47 2013 -0700
Merge pull request #38 from AndreSchumacher/pyspark_sorting
[SPARK-705: implement sortByKey() in PySpark]
19d445d Wed Oct 9 11:08:34 2013 -0700
Merge pull request #22 from GraceH/metrics-naming
[SPARK-900 Use coarser grained naming for metrics]
7d50f9f Wed Oct 9 10:32:42 2013 -0700
Merge pull request #35 from MartinWeindel/scala-2.10
[Fixing inconsistencies and warnings on Scala 2.10 branch]
3218fa7 Tue Oct 8 23:44:55 2013 -0700
Merge pull request #4 from MLnick/implicit-als
[Adding algorithm for implicit feedback data to ALS]
e67d5b9 Tue Oct 8 22:57:38 2013 -0700
Merge pull request #43 from mateiz/kryo-fix
[Don't allocate Kryo buffers unless needed]
ea34c52 Mon Oct 7 20:45:58 2013 -0700
Merge pull request #42 from pwendell/shuffle-read-perf
[Fix inconsistent and incorrect log messages in shuffle read path]
02f37ee Mon Oct 7 15:48:52 2013 -0700

Merge pull request #39 from pwendell/master


[Adding Shark 0.7.1 to EC2 scripts]
213b70a Mon Oct 7 10:54:22 2013 -0700
Merge pull request #31 from sundeepn/branch-0.8
[Resolving package conflicts with hadoop 0.23.9]
d585613 Sat Oct 5 22:57:05 2013 -0700
Merge pull request #37 from pwendell/merge-0.8
[merge in remaining changes from `branch-0.8`]
4a25b11 Sat Oct 5 19:28:55 2013 -0700
Merge pull request #20 from harveyfeng/hadoop-config-cache
[Allow users to pass broadcasted Configurations and cache InputFormats across
Hadoop file reads.]
8fc68d0 Sat Oct 5 17:24:35 2013 -0700
Merge pull request #36 from pwendell/versions
[Bumping EC2 default version in master to .]
100222b Sat Oct 5 13:38:59 2013 -0700
Merge pull request #27 from davidmccauley/master
[SPARK-920/921 - JSON endpoint updates]
0864193 Sat Oct 5 13:25:18 2013 -0700
Merge pull request #33 from AndreSchumacher/pyspark_partition_key_change
[Fixing SPARK-602: PythonPartitioner]
61ffcde Fri Oct 4 10:52:17 2013 -0700
Merge pull request #15 from dcrankshaw/master
[Add synthetic generators]
3fe12cc Fri Oct 4 10:51:28 2013 -0700
Merge pull request #946 from ScrapCodes/scala-2.10
[Fixed non termination of Executor backend, when sc.stop is not called and sys
tem.exit instead.]
232765f Thu Oct 3 12:00:48 2013 -0700
Merge pull request #26 from Du-Li/master
[fixed a wildcard bug in make-distribution.sh; ask sbt to check local]
405e69b Thu Oct 3 10:52:41 2013 -0700
Merge pull request #25 from CruncherBigData/master
[Update README: updated the link]
49dbfcc Thu Oct 3 10:52:06 2013 -0700
Merge pull request #28 from tgravescs/sparYarnAppName
[Allow users to set the application name for Spark on Yarn]
e597ea3 Wed Oct 2 21:14:24 2013 -0700
Merge pull request #10 from kayousterhout/results_through-bm
[Send Task results through the block manager when larger than Akka frame size
(fixes SPARK-669).]
714fdab Thu Sep 26 14:28:55 2013 -0700
Merge pull request #17 from rxin/optimize
[Remove -optimize flag]
13eced7 Thu Sep 26 14:18:19 2013 -0700
Merge pull request #16 from pwendell/master

[Bug fix in master build]


70a0b99 Thu Sep 26 14:11:54 2013 -0700
Merge pull request #14 from kayousterhout/untangle_scheduler
[Improved organization of scheduling packages.]
afd03b2 Thu Sep 26 14:09:55 2013 -0700
Merge pull request #943 from ScrapCodes/scala-2.10
[Scala 2.10 with akka 2.2]
76677b8 Thu Sep 26 14:03:46 2013 -0700
Merge pull request #670 from jey/ec2-ssh-improvements
[EC2 SSH improvements]
c514cd1 Thu Sep 26 13:48:20 2013 -0700
Merge pull request #930 from holdenk/master
[Add mapPartitionsWithIndex]
560ee5c Thu Sep 26 11:27:34 2013 -0700
Merge pull request #7 from wannabeast/memorystore-fixes
[some minor fixes to MemoryStore]
6566a19 Thu Sep 26 08:01:04 2013 -0700
Merge pull request #9 from rxin/limit
[Smarter take/limit implementation.]
834686b Sun Sep 22 15:06:48 2013 -0700
Merge pull request #928 from jerryshao/fairscheduler-refactor
[Refactor FairSchedulableBuilder]
a2ea069 Sat Sep 21 23:04:42 2013 -0700
Merge pull request #937 from jerryshao/localProperties-fix
[Fix PR926 local properties issues in Spark Streaming like scenarios]
f06f2da Sat Sep 21 22:43:34 2013 -0700
Merge pull request #941 from ilikerps/master
[Add "org.apache." prefix to packages in spark-class]
7bb12a2 Sat Sep 21 22:42:46 2013 -0700
Merge pull request #940 from ankurdave/clear-port-properties-after-tests
[After unit tests, clear port properties unconditionally]
a00317b Fri Sep 20 11:29:31 2013 -0700
Merge pull request #1 from ankurdave/aggregateNeighbors-returns-graph
[Return Graph from Graph.aggregateNeighbors]
6a5e665 Thu Sep 19 22:41:44 2013 -0700
Merge pull request #3 from ankurdave/clear-port-properties-after-tests
] [After unit tests, clear port properties unconditionally
68ad33a Thu Sep 19 21:30:27 2013 -0700
Merge pull request #2 from ankurdave/package-fixes
[Package fixes (spark.graph -> org.apache.spark.graph)]
cd7222c Thu Sep 19 14:21:24 2013 -0700
Merge pull request #938 from ilikerps/master
[Fix issue with spark_ec2 seeing empty security groups]
e0dd24d Sat Aug 31 17:54:15 2013 -0700
Merge pull request #879 from AndreSchumacher/scala-2.10

[PySpark: replacing class manifest by class tag for Scala 2.10.2 in rdd.py]
ad61349 Thu Jul 18 13:53:48 2013 -0700
Merge pull request #709 from ScrapCodes/scala-2.10
[Fixed warnings in scala 2.10 branch.]
a289ded Mon Jul 15 15:59:43 2013 -0700
Merge pull request #700 from ScrapCodes/scala-2.10
[Scala 2.10 ]
1044a95 Fri Jun 14 20:04:24 2013 -0700
Merge pull request #652 from ScrapCodes/scala-2.10
[Fixed maven build without netty fix]
4b57f83 Sat Apr 20 10:40:07 2013 -0700
Merge pull request #535 from ScrapCodes/scala-2.10-repl-port
[porting of repl to scala-2.10]
73b3fee Sun Jan 20 10:11:49 2013 -0800
Merge pull request #388 from folone/master
[Updated maven build configuration for Scala 2.10]
20adf27 Tue Jan 15 11:03:49 2013 -0800
Merge pull request #371 from folone/master
[Scala 2.10.0]
Release 0.8.0-incubating
2aff798 Sun Sep 15 14:05:04 2013 -0700
Merge pull request #933 from jey/yarn-typo-fix
[Fix typo in Maven build docs]
dbd2c4f Sun Sep 15 13:20:41 2013 -0700
Merge pull request #932 from pwendell/mesos-version
[Bumping Mesos version to 0.13.0]
9fb0b9d Sun Sep 15 13:02:53 2013 -0700
Merge pull request #931 from pwendell/yarn-docs
[Explain yarn.version in Maven build docs]
c4c1db2 Fri Sep 13 19:52:12 2013 -0700
Merge pull request #929 from pwendell/master
[Use different Hadoop version for YARN artifacts.]
a310de6 Wed Sep 11 19:36:11 2013 -0700
Merge pull request #926 from kayousterhout/dynamic
[Changed localProperties to use ThreadLocal (not DynamicVariable).]
58c7d8b Wed Sep 11 17:33:42 2013 -0700
Merge pull request #927 from benh/mesos-docs
[Updated Spark on Mesos documentation.]
91a59e6 Wed Sep 11 10:21:48 2013 -0700
Merge pull request #919 from mateiz/jets3t
[Add explicit jets3t dependency, which is excluded in hadoop-client]
b9128d3 Wed Sep 11 10:03:06 2013 -0700
Merge pull request #922 from pwendell/port-change
[Change default port number from 3030 to 4030.]

e07eef8 Wed Sep 11 07:35:39 2013 -0700


Merge pull request #925 from davidmccauley/master
[SPARK-894 - Not all WebUI fields delivered VIA JSON]
8432f27 Tue Sep 10 23:19:53 2013 -0700
Merge pull request #923 from haoyuan/master
[fix run-example script]
d40f140 Tue Sep 10 23:05:29 2013 -0700
Merge pull request #921 from pwendell/master
[Fix HDFS access bug with assembly build.]
0a6c051 Mon Sep 9 23:37:57 2013 -0700
Merge pull request #918 from pwendell/branch-0.8
[Update versions for 0.8.0 release.]
8c14f4b Mon Sep 9 22:07:58 2013 -0700
Merge pull request #917 from pwendell/master
[Document libgfortran dependency for MLBase]
c81377b Mon Sep 9 20:16:19 2013 -0700
Merge pull request #915 from ooyala/master
[Get rid of / improve ugly NPE when Utils.deleteRecursively() fails]
61d2a01 Mon Sep 9 18:21:01 2013 -0700
Merge pull request #916 from mateiz/mkdist-fix
[Fix copy issue in https://github.com/mesos/spark/pull/899]
a85758c Mon Sep 9 13:45:40 2013 -0700
Merge pull request #907 from stephenh/document_coalesce_shuffle
[Add better docs for coalesce.]
084fc36 Mon Sep 9 12:01:35 2013 -0700
Merge pull request #912 from tgravescs/ganglia-pom
[Add metrics-ganglia to core pom file]
0456384 Mon Sep 9 09:57:54 2013 -0700
Merge pull request #911 from pwendell/ganglia-sink
[Adding Manen dependency for Ganglia]
bf984e2 Sun Sep 8 23:50:24 2013 -0700
Merge pull request #890 from mridulm/master
[Fix hash bug]
e9d4f44 Sun Sep 8 23:36:48 2013 -0700
Merge pull request #909 from mateiz/exec-id-fix
[Fix an instance where full standalone mode executor IDs were passed to]
2447b1c Sun Sep 8 22:27:49 2013 -0700
Merge pull request #910 from mateiz/ml-doc-tweaks
[Small tweaks to MLlib docs]
7d3204b Sun Sep 8 21:39:12 2013 -0700
Merge pull request #905 from mateiz/docs2
[Job scheduling and cluster mode docs]
f1f8371 Sun Sep 8 21:26:11 2013 -0700
Merge pull request #896 from atalwalkar/master
[updated content]

f68848d Sun Sep 8 18:32:16 2013 -0700


Merge pull request #906 from pwendell/ganglia-sink
[Clean-up of Metrics Code/Docs and Add Ganglia Sink]
0b95799 Sun Sep 8 15:30:16 2013 -0700
Merge pull request #908 from pwendell/master
[Fix target JVM version in scala build]
04cfb3a Sun Sep 8 10:33:20 2013 -0700
Merge pull request #898 from ilikerps/660
[SPARK-660: Add StorageLevel support in Python]
38488ac Sun Sep 8 00:28:53 2013 -0700
Merge pull request #900 from pwendell/cdh-docs
[Provide docs to describe running on CDH/HDP cluster.]
a8e376e Sat Sep 7 21:16:01 2013 -0700
Merge pull request #904 from pwendell/master
[Adding Apache license to two files]
cfde85e Sat Sep 7 13:53:08 2013 -0700
Merge pull request #901 from ooyala/2013-09/0.8-doc-changes
[0.8 Doc changes for make-distribution.sh]
4a7813a Sat Sep 7 13:52:24 2013 -0700
Merge pull request #903 from rxin/resulttask
[Fixed the bug that ResultTask was not properly deserializing outputId.]
afe46ba Sat Sep 7 07:28:51 2013 -0700
Merge pull request #892 from jey/fix-yarn-assembly
[YARN build fixes]
2eebeff Fri Sep 6 15:25:22 2013 -0700
Merge pull request #897 from pwendell/master
[Docs describing Spark monitoring and instrumentation]
ddcb9d3 Thu Sep 5 23:54:09 2013 -0700
Merge pull request #895 from ilikerps/821
[SPARK-821: Don't cache results when action run locally on driver]
699c331 Thu Sep 5 20:21:53 2013 -0700
Merge pull request #891 from xiajunluan/SPARK-864
[[SPARK-864]DAGScheduler Exception if we delete Worker and StandaloneExecutorB
ackend then add Worker]
5c7494d Wed Sep 4 22:47:03 2013 -0700
Merge pull request #893 from ilikerps/master
[SPARK-884: Add unit test to validate Spark JSON output]
a547866 Wed Sep 4 21:11:56 2013 -0700
Merge pull request #894 from c0s/master
[Updating assembly README to reflect recent changes in the build.]
19f7027 Tue Sep 3 14:29:10 2013 -0700
Merge pull request #878 from tgravescs/yarnUILink
[Link the Spark UI up to the Yarn UI ]
68df246 Tue Sep 3 13:01:17 2013 -0700
Merge pull request #889 from alig/master
[Return the port the WebUI is bound to (useful if port 0 was used)]

d3dd48f Mon Sep 2 16:44:54 2013 -0700


Merge pull request #887 from mateiz/misc-fixes
[Miscellaneous fixes for 0.8]
636fc0c Mon Sep 2 11:20:39 2013 -0700
Merge pull request #886 from mateiz/codec
[Fix spark.io.compression.codec and change default codec to LZF]
d9a53b9 Sun Sep 1 22:12:30 2013 -0700
Merge pull request #885 from mateiz/win-py
[Allow PySpark to run on Windows]
3c520fe Sun Sep 1 17:26:55 2013 -0700
Merge pull request #884 from mateiz/win-fixes
[Run script fixes for Windows after package & assembly change]
f957c26 Sun Sep 1 14:53:57 2013 -0700
Merge pull request #882 from mateiz/package-rename
[Rename spark package to org.apache.spark]
a30fac1 Sun Sep 1 12:27:50 2013 -0700
Merge pull request #883 from alig/master
[Don't require the spark home environment variable to be set for standalone mo
de (change needed by SIMR)]
03cc765 Sun Sep 1 10:20:56 2013 -0700
Merge pull request #881 from pwendell/master
[Extend QuickStart to include next steps]
0e9565a Sat Aug 31 18:55:41 2013 -0700
Merge pull request #880 from mateiz/ui-tweaks
[Various UI tweaks]
2b29a1d Sat Aug 31 17:49:45 2013 -0700
Merge pull request #877 from mateiz/docs
[Doc improvements for 0.8]
6edef9c Sat Aug 31 13:39:24 2013 -0700
Merge pull request #861 from AndreSchumacher/pyspark_sampling_function
[Pyspark sampling function]
fd89835 Sat Aug 31 13:18:12 2013 -0700
Merge pull request #870 from JoshRosen/spark-885
[Don't send SIGINT / ctrl-c to Py4J gateway subprocess]
618f0ec Fri Aug 30 18:17:13 2013 -0700
Merge pull request #869 from AndreSchumacher/subtract
[PySpark: implementing subtractByKey(), subtract() and keyBy()]
94bb7fd Fri Aug 30 12:05:13 2013 -0700
Merge pull request #876 from mbautin/master_hadoop_rdd_conf
[Make HadoopRDD's configuration accessible]
9e17e45 Fri Aug 30 00:22:53 2013 -0700
Merge pull request #875 from shivaram/build-fix
[Fix broken build by removing addIntercept]
016787d Thu Aug 29 22:15:14 2013 -0700
Merge pull request #863 from shivaram/etrain-ridge

[Adding linear regression and refactoring Ridge regression to use SGD]


852d810 Thu Aug 29 22:13:15 2013 -0700
Merge pull request #819 from shivaram/sgd-cleanup
[Change SVM to use {0,1} labels]
ca71620 Thu Aug 29 21:51:14 2013 -0700
Merge pull request #857 from mateiz/assembly
[Change build and run instructions to use assemblies]
1528776 Thu Aug 29 21:30:47 2013 -0700
Merge pull request #874 from jerryshao/fix-report-bug
[Fix removed block zero size log reporting]
abdbacf Wed Aug 28 21:11:31 2013 -0700
Merge pull request #871 from pwendell/expose-local
[Expose `isLocal` in SparkContext.]
afcade3 Wed Aug 28 20:15:40 2013 -0700
Merge pull request #873 from pwendell/master
[Hot fix for command runner]
baa84e7 Wed Aug 28 12:44:46 2013 -0700
Merge pull request #865 from tgravescs/fixtmpdir
[Spark on Yarn should use yarn approved directories for spark.local.dir and tm
p]
cd043cf Tue Aug 27 19:50:32 2013 -0700
Merge pull request #867 from tgravescs/yarnenvconfigs
[Spark on Yarn allow users to specify environment variables ]
898da7e Mon Aug 26 20:40:49 2013 -0700
Merge pull request #859 from ianbuss/sbt_opts
[Pass SBT_OPTS environment through to sbt_launcher]
17bafea Mon Aug 26 11:59:32 2013 -0700
Merge pull request #864 from rxin/json1
[Revert json library change]
f9fc5c1 Sat Aug 24 15:19:56 2013 -0700
Merge pull request #603 from pwendell/ec2-updates
[Several Improvements to EC2 Scripts]
d282c1e Fri Aug 23 11:20:20 2013 -0700
Merge pull request #860 from jey/sbt-ide-fixes
[Fix IDE project generation under SBT]
5a6ac12 Thu Aug 22 22:08:03 2013 -0700
Merge pull request #701 from ScrapCodes/documentation-suggestions
[Documentation suggestions for spark streaming.]
46ea0c1 Thu Aug 22 15:57:28 2013 -0700
Merge pull request #814 from holdenk/master
[Create less instances of the random class during ALS initialization.]
9ac3d62 Thu Aug 22 15:51:10 2013 -0700
Merge pull request #856 from jey/sbt-fix-hadoop-0.23.9
[Re-add removed dependency to fix build under Hadoop 0.23.9]
ae8ba83 Thu Aug 22 10:14:54 2013 -0700

Merge pull request #855 from jey/update-build-docs


[Update build docs]
8a36fd0 Thu Aug 22 10:13:35 2013 -0700
Merge pull request #854 from markhamstra/pomUpdate
[Synced sbt and maven builds to use the same dependencies, etc.]
c2d00f1 Thu Aug 22 10:13:03 2013 -0700
Merge pull request #832 from alig/coalesce
[Coalesced RDD with locality]
e6d66c8 Wed Aug 21 17:44:31 2013 -0700
Merge pull request #853 from AndreSchumacher/double_rdd
[Implementing SPARK-838: Add DoubleRDDFunctions methods to PySpark]
2905611 Tue Aug 20 17:36:14 2013 -0700
Merge pull request #851 from markhamstra/MutablePairTE
[Removed meaningless types]
d61337f Tue Aug 20 10:06:06 2013 -0700
Merge pull request #844 from markhamstra/priorityRename
[Renamed 'priority' to 'jobId' and assorted minor changes]
8cae72e Mon Aug 19 23:40:04 2013 -0700
Merge pull request #828 from mateiz/sched-improvements
[Scheduler fixes and improvements]
efeb142 Mon Aug 19 19:23:50 2013 -0700
Merge pull request #849 from mateiz/web-fixes
[Small fixes to web UI]
abdc1f8 Mon Aug 19 18:30:56 2013 -0700
Merge pull request #847 from rxin/rdd
[Allow subclasses of Product2 in all key-value related classes]
8fa0747 Sun Aug 18 17:02:54 2013 -0700
Merge pull request #840 from AndreSchumacher/zipegg
[Implementing SPARK-878 for PySpark: adding zip and egg files to context ...]
1e137a5 Sat Aug 17 22:22:32 2013 -0700
Merge pull request #846 from rxin/rdd
[Two minor RDD refactoring]
e89ffc7 Fri Aug 16 14:02:34 2013 -0700
Merge pull request #839 from jegonzal/zip_partitions
[Currying RDD.zipPartitions ]
1fb1b09 Thu Aug 15 22:15:05 2013 -0700
Merge pull request #841 from rxin/json
[Use the JSON formatter from Scala library and removed dependency on lift-json
.]
c69c489 Thu Aug 15 20:55:09 2013 -0700
Merge pull request #843 from Reinvigorate/bug-879
[fixing typo in conf/slaves]
230ab27 Thu Aug 15 17:45:17 2013 -0700
Merge pull request #834 from Daemoen/master
[Updated json output to allow for display of worker state]

659553b Thu Aug 15 16:56:31 2013 -0700


Merge pull request #836 from pwendell/rename
[Rename `memoryBytesToString` and `memoryMegabytesToString`]
28369ff Thu Aug 15 16:44:02 2013 -0700
Merge pull request #829 from JoshRosen/pyspark-unit-tests-python-2.6
[Fix PySpark unit tests on Python 2.6]
1a13460 Thu Aug 15 15:50:44 2013 -0700
Merge pull request #833 from rxin/ui
[Various UI improvements.]
044a088 Wed Aug 14 20:43:49 2013 -0700
Merge pull request #831 from rxin/scheduler
[A few small scheduler / job description changes.]
839f2d4 Wed Aug 14 16:17:23 2013 -0700
Merge pull request #822 from pwendell/ui-features
[Adding GC Stats to TaskMetrics (and three small fixes)]
63446f9 Wed Aug 14 00:17:07 2013 -0700
Merge pull request #826 from kayousterhout/ui_fix
[Fixed 2 bugs in executor UI (incl. SPARK-877)]
3f14cba Tue Aug 13 20:09:51 2013 -0700
Merge pull request #825 from shivaram/maven-repl-fix
[Set SPARK_CLASSPATH for maven repl tests]
596adc6 Tue Aug 13 19:41:34 2013 -0700
Merge pull request #824 from mateiz/mesos-0.12.1
[Update to Mesos 0.12.1]
d316af9 Tue Aug 13 15:31:01 2013 -0700
Merge pull request #821 from pwendell/print-launch-command
[Print run command to stderr rather than stdout]
1f79d21 Tue Aug 13 15:23:54 2013 -0700
Merge pull request #818 from kayousterhout/killed_fix
[Properly account for killed tasks.]
622f83c Tue Aug 13 09:58:52 2013 -0700
Merge pull request #817 from pwendell/pr_784
[Minor clean-up in metrics servlet code]
a0133bf Tue Aug 13 09:28:18 2013 -0700
Merge pull request #784 from jerryshao/dev-metrics-servlet
[Add MetricsServlet for Spark metrics system]
e2fdac6 Mon Aug 12 21:26:59 2013 -0700
Merge pull request #802 from stayhf/SPARK-760-Python
[Simple PageRank algorithm implementation in Python for SPARK-760]
d3525ba Mon Aug 12 21:02:39 2013 -0700
Merge pull request #813 from AndreSchumacher/add_files_pyspark
[Implementing SPARK-865: Add the equivalent of ADD_JARS to PySpark]
9e02da2 Mon Aug 12 20:22:27 2013 -0700
Merge pull request #812 from shivaram/maven-mllib-tests
[Create SparkContext in beforeAll for MLLib tests]

65d0d91 Mon Aug 12 19:00:57 2013 -0700


Merge pull request #807 from JoshRosen/guava-optional
[Change scala.Option to Guava Optional in Java APIs]
4346f0a Mon Aug 12 12:12:12 2013 -0700
Merge pull request #809 from shivaram/sgd-cleanup
[Clean up scaladoc in ML Lib.]
ea1b4ba Mon Aug 12 08:09:58 2013 -0700
Merge pull request #806 from apivovarov/yarn-205
[Changed yarn.version to 2.0.5 in pom.xml]
2a39d2c Sun Aug 11 20:35:09 2013 -0700
Merge pull request #810 from pwendell/dead_doc_code
[Remove now dead code inside of docs]
e5b9ed2 Sun Aug 11 17:22:47 2013 -0700
Merge pull request #808 from pwendell/ui_compressed_bytes
[Report compressed bytes read when calculating TaskMetrics]
3796486 Sun Aug 11 14:51:47 2013 -0700
Merge pull request #805 from woggle/hadoop-rdd-jobconf
[Use new Configuration() instead of slower new JobConf() in SerializableWritab
le]
ff9ebfa Sun Aug 11 10:52:55 2013 -0700
Merge pull request #762 from shivaram/sgd-cleanup
[Refactor SGD options into a new class.]
95c62ca Sun Aug 11 10:30:52 2013 -0700
Merge pull request #804 from apivovarov/master
[Fixed path to JavaALS.java and JavaKMeans.java, fixed hadoop2-yarn profi...]
06e4f2a Sat Aug 10 18:06:23 2013 -0700
Merge pull request #789 from MLnick/master
[Adding Scala version of PageRank example]
71c63de Sat Aug 10 10:21:20 2013 -0700
Merge pull request #795 from mridulm/master
[Fix bug reported in PR 791 : a race condition in ConnectionManager and Connec
tion]
d17eeb9 Sat Aug 10 09:02:27 2013 -0700
Merge pull request #785 from anfeng/master
[expose HDFS file system stats via Executor metrics]
dce5e47 Fri Aug 9 21:53:45 2013 -0700
Merge pull request #800 from dlyubimov/HBASE_VERSION
[Pull HBASE_VERSION in the head of sbt build]
cd247ba Fri Aug 9 20:41:13 2013 -0700
Merge pull request #786 from shivaram/mllib-java
[Java fixes, tests and examples for ALS, KMeans]
b09d4b7 Fri Aug 9 13:17:08 2013 -0700
Merge pull request #799 from woggle/sync-fix
[Remove extra synchronization in ResultTask]
0bc63bf Fri Aug 9 13:16:25 2013 -0700
Merge pull request #801 from pwendell/print-launch-command

[Print launch command [Branch 0.8 version]]


cc6b92e Fri Aug 9 13:00:33 2013 -0700
Merge pull request #775 from pwendell/print-launch-command
[Log the launch command for Spark daemons]
f94fc75 Fri Aug 9 10:04:03 2013 -0700
Merge pull request #788 from shane-huang/sparkjavaopts
[For standalone mode, add worker local env setting of SPARK_JAVA_OPTS as ...]
63b6e02 Thu Aug 8 14:02:02 2013 -0700
Merge pull request #797 from mateiz/chill-0.3.1
[Update to Chill 0.3.1]
9955e5a Thu Aug 8 11:03:38 2013 -0700
Merge pull request #796 from pwendell/bootstrap-design
[Bootstrap re-design]
5133e4b Wed Aug 7 15:50:45 2013 -0700
Merge pull request #790 from kayousterhout/fix_throughput
[Fixed issue in UI that decreased scheduler throughput by 5x or more]
3c8478e Tue Aug 6 23:25:03 2013 -0700
Merge pull request #747 from mateiz/improved-lr
[Update the Python logistic regression example]
6b043a6 Tue Aug 6 22:31:02 2013 -0700
Merge pull request #724 from dlyubimov/SPARK-826
[SPARK-826: fold(), reduce(), collect() always attempt to use java serializati
on]
de6c4c9 Tue Aug 6 17:09:50 2013 -0700
Merge pull request #787 from ash211/master
[Update spark-standalone.md]
df4d10d Tue Aug 6 15:44:05 2013 -0700
Merge pull request #779 from adatao/adatao-global-SparkEnv
[[HOTFIX] Extend thread safety for SparkEnv.get()]
d2b0f0c Tue Aug 6 14:49:39 2013 -0700
Merge pull request #770 from stayhf/SPARK-760-Java
[Simple PageRank algorithm implementation in Java for SPARK-760]
d031f73 Mon Aug 5 22:33:00 2013 -0700
Merge pull request #782 from WANdisco/master
[SHARK-94 Log the files computed by HadoopRDD and NewHadoopRDD]
1b63dea Mon Aug 5 22:21:26 2013 -0700
Merge pull request #769 from markhamstra/NegativeCores
[SPARK-847 + SPARK-845: Zombie workers and negative cores]
828aff7 Mon Aug 5 21:37:33 2013 -0700
Merge pull request #776 from gingsmith/master
[adding matrix factorization data generator]
8b27789 Mon Aug 5 19:14:52 2013 -0700
Merge pull request #774 from pwendell/job-description
[Show user-defined job name in UI]
550b0cf Mon Aug 5 12:10:32 2013 -0700

Merge pull request #780 from cybermaster/master


[SPARK-850]
22abbc1 Fri Aug 2 16:37:59 2013 -0700
Merge pull request #772 from karenfeng/ui-843
[Show app duration]
9d7dfd2 Thu Aug 1 17:41:58 2013 -0700
Merge pull request #743 from pwendell/app-metrics
[Add application metrics to standalone master]
6d7afd7 Thu Aug 1 17:13:28 2013 -0700
Merge pull request #768 from pwendell/pr-695
[Minor clean-up of fair scheduler UI]
5e7b38f Thu Aug 1 14:59:33 2013 -0700
Merge pull request #695 from xiajunluan/pool_ui
[Enhance job ui in spark ui system with adding pool information]
0a96493 Thu Aug 1 11:27:17 2013 -0700
Merge pull request #760 from karenfeng/heading-update
[Clean up web UI page headers]
cb7dd86 Thu Aug 1 11:06:10 2013 -0700
Merge pull request #758 from pwendell/master-json
[Add JSON path to master index page]
58756b7 Wed Jul 31 23:45:41 2013 -0700
Merge pull request #761 from mateiz/kmeans-generator
[Add data generator for K-means]
ecab635 Wed Jul 31 18:16:55 2013 -0700
Merge pull request #763 from c0s/assembly
[SPARK-842. Maven assembly is including examples libs and dependencies]
39c75f3 Wed Jul 31 15:52:36 2013 -0700
Merge pull request #757 from BlackNiuza/result_task_generation
[Bug fix: SPARK-837]
b2b86c2 Wed Jul 31 15:51:39 2013 -0700
Merge pull request #753 from shivaram/glm-refactor
[Build changes for ML lib]
14bf2fe Wed Jul 31 14:18:16 2013 -0700
Merge pull request #749 from benh/spark-executor-uri
[Added property 'spark.executor.uri' for launching on Mesos.]
4ba4c3f Wed Jul 31 13:14:49 2013 -0700
Merge pull request #759 from mateiz/split-fix
[Use the Char version of split() instead of the String one in MLUtils]
a386ced Wed Jul 31 11:22:50 2013 -0700
Merge pull request #754 from rxin/compression
[Compression codec change]
0be071a Wed Jul 31 11:11:59 2013 -0700
Merge pull request #756 from cdshines/patch-1
[Refactored Vector.apply(length, initializer) replacing excessive code with li
brary method]

d4556f4 Wed Jul 31 08:48:14 2013 -0700


Merge pull request #751 from cdshines/master
[Cleaned Partitioner & PythonPartitioner source by taking out non-related logi
c to Utils]
29b8cd3 Tue Jul 30 21:30:33 2013 -0700
Merge pull request #755 from jerryshao/add-apache-header
[Add Apache license header to metrics system]
e87de03 Tue Jul 30 15:00:08 2013 -0700
Merge pull request #744 from karenfeng/bootstrap-update
[Use Bootstrap progress bars in web UI]
ae57020 Tue Jul 30 14:56:41 2013 -0700
Merge pull request #752 from rxin/master
[Minor mllib cleanup]
8aee118 Tue Jul 30 10:27:54 2013 -0700
Merge pull request #748 from atalwalkar/master
[made SimpleUpdater consistent with other updaters]
468a36c Mon Jul 29 19:44:33 2013 -0700
Merge pull request #746 from rxin/cleanup
[Internal cleanup]
1e1ffb1 Mon Jul 29 19:26:19 2013 -0700
Merge pull request #745 from shivaram/loss-update-fix
[Remove duplicate loss history in Gradient Descent]
c99b674 Mon Jul 29 16:32:55 2013 -0700
Merge pull request #735 from karenfeng/ui-807
[Totals for shuffle data and CPU time]
fe7298b Mon Jul 29 14:01:00 2013 -0700
Merge pull request #741 from pwendell/usability
[Fix two small usability issues]
c34c0f6 Mon Jul 29 13:18:10 2013 -0700
Merge pull request #731 from pxinghao/master
[Adding SVM and Lasso]
f3d72ff Fri Jul 26 17:19:27 2013 -0700
Merge pull request #739 from markhamstra/toolsPom
[Missing tools/pom.xml scalatest dependency]
cb36677 Fri Jul 26 16:59:30 2013 -0700
Merge pull request #738 from harsha2010/pruning
[Fix bug in Partition Pruning.]
f3cf094 Thu Jul 25 14:53:21 2013 -0700
Merge pull request #734 from woggle/executor-env2
[Get more env vars from driver rather than worker]
51c2427 Thu Jul 25 00:03:11 2013 -0700
Merge pull request #732 from ryanlecompte/master
[Refactor Kryo serializer support to use chill/chill-java]
52723b9 Wed Jul 24 14:33:02 2013 -0700
Merge pull request #728 from jey/examples-jar-env
[Fix setting of SPARK_EXAMPLES_JAR]

20338c2 Wed Jul 24 14:32:24 2013 -0700


Merge pull request #729 from karenfeng/ui-811
[Stage Page updates]
5584ebc Wed Jul 24 11:46:46 2013 -0700
Merge pull request #675 from c0s/assembly
[Building spark assembly for further consumption of the Spark project with a d
eployed cluster]
a73f3ee Wed Jul 24 08:59:14 2013 -0700
Merge pull request #671 from jerryshao/master
[Add metrics system for Spark]
b011329 Tue Jul 23 22:50:09 2013 -0700
Merge pull request #727 from rxin/scheduler
[Scheduler code style cleanup.]
876125b Tue Jul 23 22:28:21 2013 -0700
Merge pull request #726 from rxin/spark-826
[SPARK-829: scheduler shouldn't hang if a task contains unserializable objects
in its closure]
2f1736c Tue Jul 23 15:53:30 2013 -0700
Merge pull request #725 from karenfeng/task-start
[Creates task start events]
5364f64 Tue Jul 23 13:40:34 2013 -0700
Merge pull request #723 from rxin/mllib
[Made RegressionModel serializable and added unit tests to make sure predict m
ethods would work.]
f369e0e Tue Jul 23 13:22:27 2013 -0700
Merge pull request #720 from ooyala/2013-07/persistent-rdds-api
[Add a public method getCachedRdds to SparkContext]
401aac8 Mon Jul 22 16:57:16 2013 -0700
Merge pull request #719 from karenfeng/ui-808
[Creates Executors tab for Jobs UI]
8ae1436 Mon Jul 22 16:03:04 2013 -0700
Merge pull request #722 from JoshRosen/spark-825
[Fix bug: DoubleRDDFunctions.sampleStdev() computed non-sample stdev()]
15fb394 Sun Jul 21 10:33:38 2013 -0700
Merge pull request #716 from c0s/webui-port
[Regression: default webui-port can't be set via command line "--webui-port" a
nymore]
c40f0f2 Fri Jul 19 13:33:04 2013 -0700
Merge pull request #711 from shivaram/ml-generators
[Move ML lib data generator files to util/]
413b841 Fri Jul 19 13:31:38 2013 -0700
Merge pull request #717 from viirya/dev1
[Do not copy local jars given to SparkContext in yarn mode]
0d0a47c Thu Jul 18 12:06:37 2013 -0700
Merge pull request #710 from shivaram/ml-updates
[Updates to LogisticRegression]

c6235b5 Thu Jul 18 11:43:48 2013 -0700


Merge pull request #714 from adatao/master
[[BUGFIX] Fix for sbt/sbt script SPARK_HOME setting]
009c79e Thu Jul 18 11:41:52 2013 -0700
Merge pull request #715 from viirya/dev1
[fix a bug in build process that pulls in two versions of ASM.]
985a9e3 Wed Jul 17 22:27:19 2013 -0700
Merge pull request #712 from stayhf/SPARK-817
[Consistently invoke bash with /usr/bin/env bash in scripts to make code ...]
cad48ed Tue Jul 16 21:41:28 2013 -0700
Merge pull request #708 from ScrapCodes/dependencies-upgrade
[Dependency upgrade Akka 2.0.3 -> 2.0.5]
8a8a8f2 Mon Jul 15 23:09:21 2013 -0700
Merge pull request #705 from rxin/errormessages
[Throw a more meaningful message when runJob is called to launch tasks on nonexistent partitions.]
ed8415b Mon Jul 15 16:41:04 2013 -0700
Merge pull request #703 from karenfeng/ui-802
[Link to job UI from standalone deploy cluster web UI]
e3d3e6f Mon Jul 15 14:59:44 2013 -0700
Merge pull request #702 from karenfeng/ui-fixes
[Adds app name in HTML page titles on job web UI]
c7877d5 Sun Jul 14 12:58:13 2013 -0700
Merge pull request #689 from BlackNiuza/application_status
[Bug fix: SPARK-796]
10c0593 Sun Jul 14 11:45:18 2013 -0700
Merge pull request #699 from pwendell/ui-env
[Add `Environment` tab to SparkUI.]
89e8549 Sat Jul 13 16:11:08 2013 -0700
Merge pull request #698 from Reinvigorate/sm-deps-change
[changing com.google.code.findbugs maven coordinates]
77c69ae Fri Jul 12 23:05:21 2013 -0700
Merge pull request #697 from pwendell/block-locations
[Show block locations in Web UI.]
5a7835c Fri Jul 12 20:28:21 2013 -0700
Merge pull request #691 from karenfeng/logpaging
[Create log pages]
71ccca0 Fri Jul 12 20:25:06 2013 -0700
Merge pull request #696 from woggle/executor-env
[Pass executor env vars (e.g. SPARK_CLASSPATH) to compute-classpath.sh]
90fc3f3 Fri Jul 12 20:23:36 2013 -0700
Merge pull request #692 from Reinvigorate/takeOrdered
[adding takeOrdered() to RDD]
018d04c Thu Jul 11 12:48:37 2013 -0700
Merge pull request #684 from woggle/mesos-classloader

[Explicitly set class loader for MesosSchedulerDriver callbacks.]


bc19477 Wed Jul 10 22:29:41 2013 -0700
Merge pull request #693 from c0s/readme
[Updating README to reflect Scala 2.9.3 requirements]
7dcda9a Mon Jul 8 23:24:23 2013 -0700
Merge pull request #688 from markhamstra/scalaDependencies
[Fixed SPARK-795 with explicit dependencies]
638927b Mon Jul 8 22:58:50 2013 -0700
Merge pull request #683 from shivaram/sbt-test-fix
[Remove some stack traces from sbt test output]
3c13178 Mon Jul 8 14:50:34 2013 -0700
Merge pull request #687 from atalwalkar/master
[Added "Labeled" to util functions for labeled data]
744da8e Sun Jul 7 17:42:25 2013 -0700
Merge pull request #679 from ryanlecompte/master
[Make binSearch method tail-recursive for RidgeRegression]
3cc6818 Sat Jul 6 19:51:20 2013 -0700
Merge pull request #668 from shimingfei/guava-14.0.1
[update guava version from 11.0.1 to 14.0.1]
2216188 Sat Jul 6 16:18:15 2013 -0700
Merge pull request #676 from c0s/asf-avro
[Use standard ASF published avro module instead of a proprietory built one]
94871e4 Sat Jul 6 15:26:19 2013 -0700
Merge pull request #655 from tgravescs/master
[Add support for running Spark on Yarn on a secure Hadoop Cluster]
3f918b3 Sat Jul 6 12:45:18 2013 -0700
Merge pull request #672 from holdenk/master
[s/ActorSystemImpl/ExtendedActorSystem/ as ActorSystemImpl results in a warnin
g]
2a36e54 Sat Jul 6 12:43:21 2013 -0700
Merge pull request #673 from xiajunluan/master
[Add config template file for fair scheduler feature]
7ba7fa1 Sat Jul 6 11:45:08 2013 -0700
Merge pull request #674 from liancheng/master
[Bug fix: SPARK-789]
f4416a1 Sat Jul 6 11:41:58 2013 -0700
Merge pull request #681 from BlackNiuza/memory_leak
[Remove active job from idToActiveJob when job finished or aborted]
e063e29 Fri Jul 5 21:54:52 2013 -0700
Merge pull request #680 from tdas/master
[Fixed major performance bug in Network Receiver]
bf1311e Fri Jul 5 17:32:44 2013 -0700
Merge pull request #678 from mateiz/ml-examples
[Start of ML package]
6ad85d0 Thu Jul 4 21:32:29 2013 -0700

Merge pull request #677 from jerryshao/fix_stage_clean


[Clean StageToInfos periodically when spark.cleaner.ttl is enabled]
2e32fc8 Thu Jul 4 12:18:20 2013 -0700
Merge pull request #666 from c0s/master
[hbase dependency is missed in hadoop2-yarn profile of examples module
]
6d60fe5 Mon Jul 1 18:24:03 2013 -0700
Merge pull request #666 from c0s/master
[hbase dependency is missed in hadoop2-yarn profile of examples module]
ccfe953 Sat Jun 29 17:57:53 2013 -0700
Merge pull request #577 from skumargithub/master
[Example of cumulative counting using updateStateByKey]
50ca176 Thu Jun 27 22:24:52 2013 -0700
Merge pull request #664 from pwendell/test-fix
[Removing incorrect test statement]
e49bc8c Wed Jun 26 11:13:33 2013 -0700
Merge pull request #663 from stephenh/option_and_getenv
[Be cute with Option and getenv.]
f5e32ed Tue Jun 25 09:16:57 2013 -0700
Merge pull request #661 from mesos/streaming
[Kafka fixes and DStream.count fix for master]
1249e91 Mon Jun 24 21:46:33 2013 -0700
Merge pull request #572 from Reinvigorate/sm-block-interval
[Adding spark.streaming.blockInterval property]
cfcda95 Mon Jun 24 21:44:50 2013 -0700
Merge pull request #571 from Reinvigorate/sm-kafka-serializers
[Surfacing decoders on KafkaInputDStream]
575aff6 Mon Jun 24 21:35:50 2013 -0700
Merge pull request #567 from Reinvigorate/sm-count-fix
[Fixing count() in Spark Streaming]
3e61bef Sat Jun 22 16:22:47 2013 -0700
Merge pull request #648 from shivaram/netty-dbg
[Shuffle fixes and cleanup]
1ef5d0d Sat Jun 22 09:35:57 2013 -0700
Merge pull request #644 from shimingfei/joblogger
[add Joblogger to Spark (on new Spark code)]
7e4b266 Sat Jun 22 07:53:18 2013 -0700
Merge pull request #563 from jey/python-optimization
[Optimize PySpark worker invocation]
71030ba Wed Jun 19 15:21:03 2013 -0700
Merge pull request #654 from lyogavin/enhance_pipe
[fix typo and coding style in #638]
73f4c7d Tue Jun 18 04:21:17 2013 -0700
Merge pull request #605 from esjewett/SPARK-699
[Add hBase example (retry of pull request #596)]

9933836 Tue Jun 18 02:41:10 2013 -0700


Merge pull request #647 from jerryshao/master
[Reduce ZippedPartitionsRDD's getPreferredLocations complexity from O(2^2n) to
O(2^n)]
db42451 Mon Jun 17 15:26:36 2013 -0700
Merge pull request #643 from adatao/master
[Bug fix: Zero-length partitions result in NaN for overall mean & variance]
e82a2ff Mon Jun 17 15:13:15 2013 -0700
Merge pull request #653 from rxin/logging
[SPARK-781: Log the temp directory path when Spark says "Failed to create temp
directory."]
e6d1277 Mon Jun 17 12:56:25 2013 -0700
Merge pull request #638 from lyogavin/enhance_pipe
[Enhance pipe to support more features we can do in hadoop streaming]
f961aac Sat Jun 15 00:53:41 2013 -0700
Merge pull request #649 from ryanlecompte/master
[Add top K method to RDD using a bounded priority queue]
6602d94 Fri Jun 14 10:41:31 2013 -0700
Merge pull request #651 from rxin/groupbykey
[SPARK-772 / SPARK-774: groupByKey and cogroup should disable map side combine
]
d93851a Thu Jun 13 13:38:45 2013 -0700
Merge pull request #645 from pwendell/compression
[Adding compression to Hadoop save functions]
f1da591 Wed Jun 12 17:55:08 2013 -0700
Merge pull request #646 from markhamstra/jvmArgs
[Fixed jvmArgs in maven build.]
0e94b73 Mon Jun 10 13:00:31 2013 -0700
Merge pull request #625 from stephenh/fix-start-slave
[Fix start-slave not passing instance number to spark-daemon.]
74b91d5 Sat Jun 8 01:19:40 2013 -0700
Merge pull request #629 from c0s/master
[Sometime Maven build runs out of PermGen space.]
c8fc423 Fri Jun 7 22:43:18 2013 -0700
Merge pull request #631 from jerryshao/master
[Fix block manager UI display issue when enable spark.cleaner.ttl]
1ae60bc Fri Jun 7 22:39:06 2013 -0700
Merge pull request #634 from xiajunluan/master
[[Spark-753] Fix ClusterSchedulSuite unit test failed ]
fff3728 Tue Jun 4 16:09:50 2013 -0700
Merge pull request #640 from pwendell/timeout-update
[Fixing bug in BlockManager timeout]
f420d4f Tue Jun 4 15:25:58 2013 -0700
Merge pull request #639 from pwendell/timeout-update
[Bump akka and blockmanager timeouts to 60 seconds]
84530ba Fri May 31 17:06:13 2013 -0700

Merge pull request #636 from rxin/unpersist


[Unpersist More block manager cleanup.]
ef77bb7 Thu May 30 14:50:06 2013 -0700
Merge pull request #627 from shivaram/master
[Netty and shuffle bug fixes]
8cb8178 Thu May 30 14:17:44 2013 -0700
Merge pull request #628 from shivaram/zero-block-size
[Skip fetching zero-sized blocks in NIO.]
6ed7139 Wed May 29 10:14:22 2013 -0700
Merge pull request #626 from stephenh/remove-add-if-no-port
[Remove unused addIfNoPort.]
41d230c Tue May 28 23:35:24 2013 -0700
Merge pull request #611 from squito/classloader
[Use default classloaders for akka & deserializing task results]
3db1e17 Mon May 27 21:31:43 2013 -0700
Merge pull request #620 from jerryshao/master
[Fix CheckpointRDD java.io.FileNotFoundException when calling getPreferredLoca
tions]
3d4891d Sat May 25 23:38:05 2013 -0700
Merge pull request #621 from JoshRosen/spark-613
[Use ec2-metadata in start-slave.sh to detect if running on EC2]
e8d4b6c Sat May 25 21:09:03 2013 -0700
Merge pull request #529 from xiajunluan/master
[[SPARK-663]Implement Fair Scheduler in Spark Cluster Scheduler ]
9a3c344 Sat May 25 17:53:43 2013 -0700
Merge pull request #624 from rxin/master
[NonJavaSerializableClass should not be Java serializable...]
24e41aa Fri May 24 16:48:52 2013 -0700
Merge pull request #623 from rxin/master
[Automatically configure Netty port.]
69161f9 Fri May 24 14:42:13 2013 -0700
Merge pull request #622 from rxin/master
[bug fix: Shuffle block iterator is ignoring the shuffle serializer setting.]
dbbedfc Thu May 23 23:11:06 2013 -0700
Merge pull request #616 from jey/maven-netty-exclusion
[Exclude old versions of Netty from Maven-based build]
a2b0a79 Tue May 21 18:16:20 2013 -0700
Merge pull request #619 from woggling/adjust-sampling
[Use ARRAY_SAMPLE_SIZE constant instead of hard-coded 100.0 in SizeEstimator]
66dac44 Tue May 21 11:41:42 2013 -0700
Merge pull request #618 from woggling/dead-code-disttest
[DistributedSuite: remove dead code]
5912cc4 Fri May 17 19:58:40 2013 -0700
Merge pull request #610 from JoshRosen/spark-747
[Throw exception if TaskResult exceeds Akka frame size]

6c27c38 Thu May 16 17:33:56 2013 -0700


Merge pull request #615 from rxin/build-fix
[Maven build fix & two other small changes]
2f576ab Wed May 15 18:06:24 2013 -0700
Merge pull request #602 from rxin/shufflemerge
[Manual merge & cleanup of Shane's Shuffle Performance Optimization]
48c6f46 Wed May 15 10:47:19 2013 -0700
Merge pull request #612 from ash211/patch-4
[Docs: Mention spark shell's default for MASTER]
203d7b7 Wed May 15 00:47:20 2013 -0700
Merge pull request #593 from squito/driver_ui_link
[Master UI has link to Application UI]
016ac86 Mon May 13 21:45:36 2013 -0700
Merge pull request #601 from rxin/emptyrdd-master
[EmptyRDD (master branch 0.8)]
4b354e0 Mon May 13 17:39:19 2013 -0700
Merge pull request #589 from mridulm/master
[Add support for instance local scheduling]
5dbc9b2 Sun May 12 11:03:10 2013 -0700
Merge pull request #608 from pwendell/SPARK-738
[SPARK-738: Spark should detect and wrap nonserializable exceptions]
63e1999 Fri May 10 13:54:03 2013 -0700
Merge pull request #606 from markhamstra/foreachPartition_fix
[Actually use the cleaned closure in foreachPartition]
42bbe89 Wed May 8 22:30:31 2013 -0700
Merge pull request #599 from JoshRosen/spark-670
[Fix SPARK-670: EC2 'start' command should require -i option.]
0f1b7a0 Wed May 8 13:38:50 2013 -0700
Merge pull request #596 from esjewett/master
[hBase example]
7af92f2 Sat May 4 22:29:17 2013 -0700
Merge pull request #597 from JoshRosen/webui-fixes
[Two minor bug fixes for Spark Web UI]
c74ce60 Sat May 4 22:26:35 2013 -0700
Merge pull request #598 from rxin/blockmanager
[Fixed flaky unpersist test in DistributedSuite.]
3bf2c86 Fri May 3 18:27:30 2013 -0700
Merge pull request #594 from shivaram/master
[Add zip partitions to Java API]
2484ad7 Fri May 3 17:08:55 2013 -0700
Merge pull request #587 from rxin/blockmanager
[A set of shuffle map output related changes]
6fe9d4e Thu May 2 21:33:56 2013 -0700
Merge pull request #592 from woggling/localdir-fix
[Don't accept generated local directory names that can't be created]

538ee75 Thu May 2 09:01:42 2013 -0700


Merge pull request #581 from jerryshao/master
[fix [SPARK-740] block manage UI throws exception when enabling Spark Streamin
g]
9abcbcc Wed May 1 22:45:10 2013 -0700
Merge pull request #591 from rxin/removerdd
[RDD.unpersist: probably the most desired feature of Spark]
aa8fe1a Tue Apr 30 22:30:18 2013 -0700
Merge pull request #586 from mridulm/master
[Pull request to address issues Reynold Xin reported]
f708dda Tue Apr 30 07:51:40 2013 -0700
Merge pull request #585 from pwendell/listener-perf
[[Fix SPARK-742] Task Metrics should not employ per-record timing by default]
68c07ea Sun Apr 28 20:19:33 2013 -0700
Merge pull request #582 from shivaram/master
[Add zip partitions interface]
f6ee9a8 Sun Apr 28 15:36:04 2013 -0700
Merge pull request #583 from mridulm/master
[Fix issues with streaming test cases after yarn branch merge]
cf54b82 Thu Apr 25 11:45:58 2013 -0700
Merge pull request #580 from pwendell/quickstart
[SPARK-739 Have quickstart standlone job use README]
118a6c7 Wed Apr 24 08:42:30 2013 -0700
Merge pull request #575 from mridulm/master
[Manual merge of yarn branch to trunk]
5d8a71c Tue Apr 16 19:48:02 2013 -0700
Merge pull request #570 from jey/increase-codecache-size
[Increase ReservedCodeCacheSize for sbt]
ec5e553 Sun Apr 14 08:20:13 2013 -0700
Merge pull request #558 from ash211/patch-jackson-conflict
[Don't pull in old versions of Jackson via hadoop-core]
c1c219e Sun Apr 14 08:11:23 2013 -0700
Merge pull request #564 from maspotts/master
[Allow latest scala in PATH, with SCALA_HOME as override (instead of vice-vers
a)]
7c10b3e Fri Apr 12 20:55:22 2013 -0700
Merge pull request #565 from andyk/master
[Update wording of section on RDD operations in quick start guide in docs]
077ae0a Thu Apr 11 19:34:14 2013 -0700
Merge pull request #561 from ash211/patch-4
[Add details when BlockManager heartbeats time out]
c91ff8d Wed Apr 10 15:08:23 2013 -0700
Merge pull request #560 from ash211/patch-3
[Typos: cluser -> cluster]
7cd83bf Tue Apr 9 22:07:35 2013 -0700
Merge pull request #559 from ash211/patch-example-whitespace

[Uniform whitespace across scala examples]


271a4f3 Tue Apr 9 22:04:52 2013 -0700
Merge pull request #555 from holdenk/master
[Retry failed ssh commands in the ec2 python script.]
8ac9efb Tue Apr 9 13:50:50 2013 -0700
Merge pull request #527 from Reinvigorate/sm-kafka-cleanup
[KafkaInputDStream fixes and improvements]
eed54a2 Mon Apr 8 09:44:30 2013 -0700
Merge pull request #553 from pwendell/akka-standalone
[SPARK-724 - Have Akka logging enabled by default for standalone daemons]
b362df3 Sun Apr 7 17:17:52 2013 -0700
Merge pull request #552 from MLnick/master
[Bumping version for Twitter Algebird to latest]
4b30190 Sun Apr 7 17:15:10 2013 -0700
Merge pull request #554 from andyk/scala2.9.3
[Fixes SPARK-723 - Update build to Scala 2.9.3]
dfe98ca Tue Apr 2 19:24:12 2013 -0700
Merge pull request #550 from erikvanoosten/master
[corrected Algebird example]
b5d7830 Tue Apr 2 19:23:45 2013 -0700
Merge pull request #551 from jey/python-bugfixes
[Python bugfixes]
2be2295 Sun Mar 31 18:09:14 2013 -0700
Merge pull request #548 from markhamstra/getWritableClass_filter
[Fixed broken filter in getWritableClass[T]]
9831bc1 Fri Mar 29 22:16:22 2013 -0700
Merge pull request #539 from cgrothaus/fix-webui-workdirpath
[Bugfix: WorkerWebUI must respect workDirPath from Worker]
3cc8ab6 Fri Mar 29 22:14:07 2013 -0700
Merge pull request #541 from stephenh/shufflecoalesce
[Add a shuffle parameter to coalesce.]
cad507a Fri Mar 29 22:13:12 2013 -0700
Merge pull request #547 from jey/maven-streaming-tests-initialization-fix
[Move streaming test initialization into 'before' blocks]
a98996d Fri Mar 29 22:12:15 2013 -0700
Merge pull request #545 from ash211/patch-1
[Don't use deprecated Application in example]
104c694 Fri Mar 29 22:11:50 2013 -0700
Merge pull request #546 from ash211/patch-2
[Update tuning.md]
bc36ee4 Tue Mar 26 15:05:13 2013 -0700
Merge pull request #543 from holdenk/master
[Re-enable deprecation warnings and fix deprecated warning.]
b8949ca Sat Mar 23 07:19:34 2013 -0700
Merge pull request #505 from stephenh/volatile

[Make Executor fields volatile since they're read from the thread pool.]
fd53f2f Sat Mar 23 07:13:21 2013 -0700
Merge pull request #510 from markhamstra/WithThing
[mapWith, flatMapWith and filterWith]
4c5efcf Wed Mar 20 19:29:23 2013 -0700
Merge pull request #532 from andyk/master
[SPARK-715: Adds instructions for building with Maven to documentation]
3558849 Wed Mar 20 19:27:47 2013 -0700
Merge pull request #538 from rxin/cogroup
[Added mapSideCombine flag to CoGroupedRDD. Added unit test for CoGroupedRDD.]
ca4d083 Wed Mar 20 11:22:36 2013 -0700
Merge pull request #528 from MLnick/java-examples
[[SPARK-707] Adding Java versions of Pi, LogQuery and K-Means examples]
b812e6b Wed Mar 20 11:21:02 2013 -0700
Merge pull request #526 from markhamstra/foldByKey
[Add foldByKey]
945d1e7 Tue Mar 19 21:59:06 2013 -0700
Merge pull request #536 from sasurfer/master
[CoalescedRDD for many partitions]
1cbbe94 Tue Mar 19 21:34:34 2013 -0700
Merge pull request #534 from stephenh/removetrycatch
[Remove try/catch block that can't be hit.]
71e53f8 Tue Mar 19 21:31:41 2013 -0700
Merge pull request #537 from wishbear/configurableInputFormat
[call setConf from input format if it is Configurable]
c1e9cdc Sat Mar 16 11:47:45 2013 -0700
Merge pull request #525 from stephenh/subtractByKey
[Add PairRDDFunctions.subtractByKey.]
cdbfd1e Fri Mar 15 15:13:28 2013 -0700
Merge pull request #516 from squito/fix_local_metrics
[Fix local metrics]
f9fa2ad Fri Mar 15 15:12:43 2013 -0700
Merge pull request #530 from mbautin/master-update-log4j-and-make-compile-in-I
ntelliJ
[Add a log4j compile dependency to fix build in IntelliJ]
4032beb Wed Mar 13 19:29:46 2013 -0700
Merge pull request #521 from stephenh/earlyclose
[Close the reader in HadoopRDD as soon as iteration end.]
3c97276 Wed Mar 13 19:25:08 2013 -0700
Merge pull request #524 from andyk/master
[Fix broken link to YARN documentation]
1c3d981 Wed Mar 13 19:23:48 2013 -0700
Merge pull request #517 from Reinvigorate/sm-build-fixes
[Build fixes for streaming /w SBT]
2d477fd Wed Mar 13 06:49:16 2013 -0700

Merge pull request #523 from andyk/master


[Fix broken link in Quick Start]
00c4d23 Tue Mar 12 22:19:00 2013 -0700
Merge pull request #518 from woggling/long-bm-sizes
[Send block sizes as longs in BlockManager updates]
cbf8f0d Mon Mar 11 00:23:57 2013 -0700
Merge pull request #513 from MLnick/bagel-caching
[Adds choice of persistence level to Bagel.]
91a9d09 Sun Mar 10 15:48:23 2013 -0700
Merge pull request #512 from patelh/fix-kryo-serializer
[Fix reference bug in Kryo serializer, add test, update version]
557cfd0 Sun Mar 10 15:44:57 2013 -0700
Merge pull request #515 from woggling/deploy-app-death
[Notify standalone deploy client of application death.]
04fb81f Sun Mar 3 17:20:07 2013 -0800
Merge pull request #506 from rxin/spark-706
[Fixed SPARK-706: Failures in block manager put leads to read task hanging.]
6cf4be4 Sun Mar 3 17:16:22 2013 -0800
Merge pull request #462 from squito/stageInfo
[Track assorted metrics for each task, report summaries to user at stage compl
etion]
6bfc7ca Sat Mar 2 22:14:49 2013 -0800
Merge pull request #504 from mosharaf/master
[Worker address was getting removed when removing an app.]
94b3db1 Sat Mar 2 22:13:52 2013 -0800
Merge pull request #508 from markhamstra/TestServerInUse
[Avoid bind failure in InputStreamsSuite]
25c71d3 Fri Mar 1 08:00:18 2013 -0800
Merge pull request #507 from markhamstra/poms271
[bump version to 0.7.1-SNAPSHOT in the subproject poms]

You might also like