aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-0639-277/+70
* [Minor] Fix comments for GraphX 2D partitioning strategykj-ki2015-01-061-3/+3
* [SPARK-1600] Refactor FileInputStream tests to remove Thread.sleep() calls an...Josh Rosen2015-01-066-136/+251
* SPARK-4843 [YARN] Squash ExecutorRunnableUtil and ExecutorRunnableKostas Sakellis2015-01-052-213/+172
* [SPARK-5040][SQL] Support expressing unresolved attributes using $"attribute ...Reynold Xin2015-01-052-0/+21
* [SPARK-5093] Set spark.network.timeout to 120s consistently.Reynold Xin2015-01-055-13/+8
* [SPARK-5089][PYSPARK][MLLIB] Fix vector convertfreeman2015-01-052-1/+11
* [SPARK-4465] runAsSparkUser doesn't affect TaskRunner in Mesos environme...Jongyoul Lee2015-01-051-8/+7
* [SPARK-5057] Log message in failed askWithReply attemptsWangTao2015-01-051-7/+7
* [SPARK-4688] Have a single shared network timeout in SparkVarun Saxena2015-01-055-5/+21
* [SPARK-5074][Core] Fix a non-deterministic test failurezsxwing2015-01-041-0/+1
* [SPARK-5083][Core] Fix a flaky test in TaskResultGetterSuitezsxwing2015-01-041-2/+20
* [SPARK-5069][Core] Fix the race condition of TaskSchedulerImpl.dagSchedulerzsxwing2015-01-042-7/+1
* [SPARK-5067][Core] Use '===' to compare well-defined case classzsxwing2015-01-041-28/+4
* [SPARK-4835] Disable validateOutputSpecs for Spark Streaming jobsJosh Rosen2015-01-046-7/+75
* [SPARK-4631] unit test for MQTTbilna2015-01-042-15/+101
* [SPARK-4787] Stop SparkContext if a DAGScheduler init error occursDale2015-01-041-2/+7
* [SPARK-794][Core] Remove sleep() in ClusterScheduler.stopBrennon York2015-01-041-3/+0
* [SPARK-5058] Updated broken linkssigmoidanalytics2015-01-031-1/+1
* Fixed typos in streaming-kafka-integration.mdAkhil Das2015-01-021-1/+1
* [SPARK-3325][Streaming] Add a parameter to the method print in class DStreamYadong Qi2015-01-024-9/+30
* [HOTFIX] Bind web UI to ephemeral port in DriverSuiteJosh Rosen2015-01-011-1/+4
* [SPARK-5038] Add explicit return type for implicit functions.Reynold Xin2014-12-316-63/+64
* SPARK-2757 [BUILD] [STREAMING] Add Mima test for Spark Sink after 1.10 is rel...Sean Owen2014-12-312-1/+6
* [SPARK-5035] [Streaming] ReceiverMessage trait should extend SerializableJosh Rosen2014-12-311-1/+1
* SPARK-5020 [MLlib] GaussianMixtureModel.predictMembership() should take an RD...Travis Galoppo2014-12-311-7/+2
* [SPARK-5028][Streaming]Add total received and processed records metrics to St...jerryshao2014-12-311-0/+6
* [SPARK-4790][STREAMING] Fix ReceivedBlockTrackerSuite waits for old file...Hari Shreedharan2014-12-317-16/+42
* [SPARK-5038][SQL] Add explicit return type for implicit functions in Spark SQLReynold Xin2014-12-312-41/+41
* [HOTFIX] Disable Spark UI in SparkSubmitSuite testsJosh Rosen2014-12-311-0/+2
* SPARK-4547 [MLLIB] OOM when making bins in BinaryClassificationMetricsSean Owen2014-12-312-3/+92
* [SPARK-4298][Core] - The spark-submit cannot read Main-Class from Manifest.Brennon York2014-12-311-8/+18
* [SPARK-4797] Replace breezeSquaredDistanceLiang-Chi Hsieh2014-12-313-8/+100
* [SPARK-1010] Clean up uses of System.setProperty in unit testsJosh Rosen2014-12-3023-232/+216
* [SPARK-4998][MLlib]delete the "train" functionLiu Jiongzhou2014-12-301-7/+0
* [SPARK-4813][Streaming] Fix the issue that ContextWaiter didn't handle 'spuri...zsxwing2014-12-301-15/+48
* [Spark-4995] Replace Vector.toBreeze.activeIterator with foreachActiveJakub Dubovsky2014-12-303-6/+8
* SPARK-3955 part 2 [CORE] [HOTFIX] Different versions between jackson-mapper-a...Sean Owen2014-12-301-1/+1
* [SPARK-4570][SQL]add BroadcastLeftSemiJoinHashwangxiaojing2014-12-304-1/+160
* [SPARK-4935][SQL] When hive.cli.print.header configured, spark-sql aborted if...wangfei2014-12-301-1/+1
* [SPARK-4386] Improve performance when writing Parquet filesMichael Davies2014-12-301-2/+2
* [SPARK-4937][SQL] Normalizes conjunctions and disjunctions to eliminate commo...Cheng Lian2014-12-304-8/+110
* [SPARK-4928][SQL] Fix: Operator '>,<,>=,<=' with decimal between different pr...guowei22014-12-302-0/+33
* [SPARK-4930][SQL][DOCS]Update SQL programming guide, CACHE TABLE is eagerluogankun2014-12-301-5/+4
* [SPARK-4916][SQL][DOCS]Update SQL programming guide about cache sectionluogankun2014-12-301-4/+1
* [SPARK-4493][SQL] Tests for IsNull / IsNotNull in the ParquetFilterSuiteCheng Lian2014-12-301-10/+50
* [Spark-4512] [SQL] Unresolved Attribute Exception in Sort ByCheng Hao2014-12-3011-31/+55
* [SPARK-5002][SQL] Using ascending by default when not specify order in order bywangfei2014-12-302-6/+9
* [SPARK-4904] [SQL] Remove the unnecessary code change in Generic UDFCheng Hao2014-12-301-6/+0
* [SPARK-4959] [SQL] Attributes are case sensitive when using a select query fr...Cheng Hao2014-12-302-5/+17