aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-7474] [MLLIB] update ParamGridBuilder doctestXiangrui Meng2015-05-081-15/+13
* [SPARK-7383] [ML] Feature Parity in PySpark for ml.featuresBurak Yavuz2015-05-085-43/+851
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-08100-172/+8608
* [SPARK-6869] [PYSPARK] Add pyspark archives path to PYTHONPATHLianhui Wang2015-05-084-8/+114
* [SPARK-7392] [CORE] bugfix: Kryo buffer size cannot be larger than 2MZhang, Liye2015-05-082-5/+36
* [SPARK-7232] [SQL] Add a Substitution batch for spark sql analyzerwangfei2015-05-071-38/+60
* [SPARK-7470] [SQL] Spark shell SQLContext crashes without hiveAndrew Or2015-05-071-1/+1
* [SPARK-6986] [SQL] Use Serializer2 in more cases.Yin Huai2015-05-073-58/+69
* [SPARK-7452] [MLLIB] fix bug in topBykey and update testShuo Xiang2015-05-072-5/+6
* [SPARK-6908] [SQL] Use isolated Hive clientMichael Armbrust2015-05-0733-671/+782
* [SPARK-7305] [STREAMING] [WEBUI] Make BatchPage show friendly information whe...zsxwing2015-05-071-30/+106
* [SPARK-7450] Use UNSAFE.getLong() to speed up BitSetMethods#anySet()tedyu2015-05-073-3/+19
* [SPARK-2155] [SQL] [WHEN D THEN E] [ELSE F] add CaseKeyWhen for "CASE a WHEN ...Wenchen Fan2015-05-078-85/+159
* [SPARK-5281] [SQL] Registering table on RDD is giving MissingRequirementErrorIulian Dragos2015-05-071-20/+37
* [SPARK-7277] [SQL] Throw exception if the property mapred.reduce.tasks is set...Liang-Chi Hsieh2015-05-072-2/+18
* [SQL] [MINOR] make star and multialias extend NamedExpressionscwf2015-05-072-16/+6
* [SPARK-6948] [MLLIB] compress vectors in VectorAssemblerXiangrui Meng2015-05-073-5/+13
* [SPARK-5726] [MLLIB] Elementwise (Hadamard) Vector Product TransformerOctavian Geagla2015-05-074-0/+234
* [SPARK-7328] [MLLIB] [PYSPARK] Pyspark.mllib.linalg.Vectors: Missing itemsMechCoder2015-05-072-2/+171
* [SPARK-7347] DAG visualization: add tooltips to RDDsAndrew Or2015-05-072-2/+19
* [SPARK-7391] DAG visualization: auto expand if linked from another vizAndrew Or2015-05-073-3/+23
* [SPARK-7373] [MESOS] Add docker support for launching drivers in mesos cluste...Timothy Chen2015-05-071-7/+23
* [SPARK-7399] [SPARK CORE] Fixed compilation error in scala 2.11Tijo Thomas2015-05-071-1/+1
* [SPARK-5213] [SQL] Remove the duplicated SparkSQLParserCheng Hao2015-05-074-23/+11
* [SPARK-7116] [SQL] [PYSPARK] Remove cache() causing memory leakksonj2015-05-071-4/+3
* [SPARK-1442] [SQL] [FOLLOW-UP] Address minor comments in Window Function PR (...Yin Huai2015-05-073-8/+68
* [SPARK-6093] [MLLIB] Add RegressionMetrics in PySpark/MLlibYanbo Liang2015-05-072-2/+85
* [SPARK-7118] [Python] Add the coalesce Spark SQL function available in PySparkOlivier Girardot2015-05-071-0/+37
* [SPARK-7388] [SPARK-7383] wrapper for VectorAssembler in PythonBurak Yavuz2015-05-078-13/+105
* [SPARK-7330] [SQL] avoid NPE at jdbc rddDaoyuan Wang2015-05-072-1/+32
* [SPARK-7429] [ML] Params cleanupsJoseph K. Bradley2015-05-073-4/+4
* [SPARK-7421] [MLLIB] OnlineLDA cleanupsJoseph K. Bradley2015-05-074-28/+34
* [SPARK-7035] Encourage __getitem__ over __getattr__ on column access in the P...ksonj2015-05-071-3/+8
* [SPARK-7295][SQL] bitwise operations for DataFrame DSLShiti2015-05-077-2/+97
* [SPARK-7217] [STREAMING] Add configuration to control the default behavior of...Tathagata Das2015-05-072-5/+24
* [SPARK-7430] [STREAMING] [TEST] General improvements to streaming tests to in...Tathagata Das2015-05-071-12/+21
* [SPARK-5938] [SPARK-5443] [SQL] Improve JsonRDD performanceNathan Howell2015-05-0613-128/+715
* [SPARK-6812] [SPARKR] filter() on DataFrame does not work as expected.Sun Rui2015-05-061-4/+6
* [SPARK-7432] [MLLIB] disable cv doctestXiangrui Meng2015-05-061-4/+4
* [SPARK-7405] [STREAMING] Fix the bug that ReceiverInputDStream doesn't report...zsxwing2015-05-062-0/+12
* [HOT FIX] For DAG visualization #5954Andrew Or2015-05-061-2/+2
* [SPARK-7371] [SPARK-7377] [SPARK-7408] DAG visualization addendum (#5729)Andrew Or2015-05-065-177/+310
* [SPARK-7396] [STREAMING] [EXAMPLE] Update KafkaWordCountProducer to use new P...jerryshao2015-05-061-11/+13
* [SPARK-6799] [SPARKR] Remove SparkR RDD examples, add dataframe examplesShivaram Venkataraman2015-05-068-355/+55
* [HOT FIX] [SPARK-7418] Ignore flaky SparkSubmitUtilsSuite testAndrew Or2015-05-061-1/+1
* [SPARK-5995] [ML] Make Prediction dev API publicJoseph K. Bradley2015-05-0616-267/+206
* [HOT-FIX] Move HiveWindowFunctionQuerySuite.scala to hive compatibility dir.Yin Huai2015-05-061-0/+0
* Add `Private` annotation.Josh Rosen2015-05-061-0/+41
* [SPARK-7311] Introduce internal Serializer API for determining if serializers...Josh Rosen2015-05-065-3/+166
* [SPARK-1442] [SQL] Window Function Support for Spark SQLYin Huai2015-05-06101-34/+34768