aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11339][SPARKR] Document the list of functions in R base package that a...felixcheung2015-11-186-6/+77
* [SPARK-11842][ML] Small cleanups to existing Readers and WritersJoseph K. Bradley2015-11-1810-25/+38
* [SPARK-11614][SQL] serde parameters should be set only when all params are readynavis.ryu2015-11-181-1/+2
* [SPARK-11816][ML] fix some style issue in ML/MLlib examplesYuhao Yang2015-11-185-3/+5
* Revert "[SPARK-11544][SQL] sqlContext doesn't use PathFilter"Yin Huai2015-11-182-54/+7
* [SPARK-11787][SQL] Improve Parquet scan performance when using flat schemas.Nong Li2015-11-188-43/+944
* [SPARK-11833][SQL] Add Java tests for Kryo/Java Dataset encodersReynold Xin2015-11-184-40/+166
* [SPARK-11839][ML] refactor save/write traitsXiangrui Meng2015-11-1827-321/+190
* [SPARK-11636][SQL] Support classes defined in the REPL with EncodersMichael Armbrust2015-11-1817-82/+193
* [SPARK-11791] Fix flaky test in BatchedWriteAheadLogSuiteBurak Yavuz2015-11-181-4/+8
* [SPARK-11814][STREAMING] Add better default checkpoint durationTathagata Das2015-11-182-1/+56
* [SPARK-11495] Fix potential socket / file handle leaks that were found via st...Josh Rosen2015-11-186-53/+90
* [SPARK-10930] History "Stages" page "duration" can be confusingDerek Dagit2015-11-181-3/+16
* [SPARK-11649] Properly set Akka frame size in SparkListenerSuite testJosh Rosen2015-11-181-2/+3
* [SPARK-6787][ML] add read/write to estimators under ml.feature (1)Xiangrui Meng2015-11-1810-47/+467
* [SPARK-11810][SQL] Java-based encoder for opaque types in Datasets.Reynold Xin2015-11-184-41/+130
* [SPARK-11544][SQL] sqlContext doesn't use PathFilterDilip Biswal2015-11-182-7/+54
* [SPARK-11820][ML][PYSPARK] PySpark LiR & LoR should support weightColYanbo Liang2015-11-182-16/+17
* [SPARK-11684][R][ML][DOC] Update SparkR glm API doc, user guide and example c...Yanbo Liang2015-11-183-11/+60
* [SPARK-11813][MLLIB] Avoid serialization of vocab in Word2VecYuhao Yang2015-11-181-2/+2
* [SPARK-6789][ML] Add Readable, Writable support for spark.ml ALS, ALSModelJoseph K. Bradley2015-11-183-17/+150
* [SPARK-6790][ML] Add spark.ml LinearRegression import/exportWenjian Huang2015-11-182-5/+106
* [SPARK-11720][SQL][ML] Handle edge cases when count = 0 or 1 for Stats functionJihongMa2015-11-188-25/+53
* [SPARK-10745][CORE] Separate configs between shuffle and RPCShixiong Zhu2015-11-1823-50/+84
* [SPARK-11809] Switch the default Mesos mode to coarse-grained modeReynold Xin2015-11-183-12/+19
* [SPARK-4557][STREAMING] Spark Streaming foreachRDD Java API method should acc...Bryan Cutler2015-11-185-2/+120
* [SPARK-11739][SQL] clear the instantiated SQLContextDavies Liu2015-11-183-10/+14
* [SPARK-11792] [SQL] [FOLLOW-UP] Change SizeEstimation to KnownSizeEstimation ...Yin Huai2015-11-183-30/+26
* [MINOR][BUILD] Ignore ensime cacheJakob Odersky2015-11-181-0/+1
* [SPARK-11795][SQL] combine grouping attributes into a single NamedExpressionWenchen Fan2015-11-182-5/+9
* [SPARK-11725][SQL] correctly handle null inputs for UDFWenchen Fan2015-11-186-1/+121
* [SPARK-11803][SQL] fix Dataset self-joinWenchen Fan2015-11-182-9/+13
* [SPARK-11195][CORE] Use correct classloader for TaskResultGetterHurshal Patel2015-11-183-8/+72
* [SPARK-11773][SPARKR] Implement collection functions in SparkR.Sun Rui2015-11-186-35/+100
* [SPARK-11281][SPARKR] Add tests covering the issue.zero3232015-11-181-3/+7
* [SPARK-11804] [PYSPARK] Exception raise when using Jdbc predicates opt…Jeff Zhang2015-11-182-5/+18
* rmse was wrongly calculatedViveka Kulharia2015-11-181-1/+1
* [SPARK-11652][CORE] Remote code execution with InvokerTransformerSean Owen2015-11-181-0/+7
* [SPARK-6541] Sort executors by ID (numeric)Jean-Baptiste Onofré2015-11-182-3/+12
* [SPARK-10946][SQL] JDBC - Use Statement.executeUpdate instead of PreparedStat...somideshmukh2015-11-182-2/+2
* [SPARK-11792][SQL] SizeEstimator cannot provide a good size estimation of Uns...Yin Huai2015-11-184-6/+55
* [SPARK-11802][SQL] Kryo-based encoder for opaque types in DatasetsReynold Xin2015-11-188-23/+178
* [SPARK-10186][SQL][FOLLOW-UP] simplify testWenchen Fan2015-11-171-1/+1
* [SPARK-11728] Replace example code in ml-ensembles.md using include_exampleXusen Yin2015-11-1715-740/+1070
* [SPARK-11643] [SQL] parse year with leading zeroDavies Liu2015-11-172-5/+32
* [SPARK-7013][ML][TEST] Add unit test for spark.ml StandardScalerRoyGaoVLIS2015-11-171-0/+108
* [SPARK-11761] Prevent the call to StreamingContext#stop() in the listener bus...tedyu2015-11-173-19/+67
* [SPARK-11755][R] SparkR should export "predict"Yanbo Liang2015-11-171-0/+4
* [SPARK-11797][SQL] collect, first, and take should use encoders for serializa...Reynold Xin2015-11-172-6/+41
* [SPARK-11737] [SQL] Fix serialization of UTF8String with KyroDavies Liu2015-11-172-2/+26