aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8596] Add module for rstudio link to sparkVincent D. Warmerdam2015-07-131-1/+1
* [SPARK-8944][SQL] Support casting between IntervalType and StringTypeWenchen Fan2015-07-134-1/+120
* [SPARK-8203] [SPARK-8204] [SQL] conditional function: least/greatestDaoyuan Wang2015-07-135-5/+263
* [SPARK-9006] [PYSPARK] fix microsecond loss in Python 3Davies Liu2015-07-121-1/+2
* [SPARK-8880] Fix confusing Stage.attemptId member variableKay Ousterhout2015-07-123-12/+18
* [SPARK-8970][SQL] remove unnecessary abstraction for ExtractValueWenchen Fan2015-07-103-32/+15
* [SPARK-8994] [ML] tiny cleanups to Params, PipelineJoseph K. Bradley2015-07-102-3/+3
* [SPARK-6487] [MLLIB] Add sequential pattern mining algorithm PrefixSpan to Sp...zhangjiajin2015-07-103-0/+390
* [SPARK-8598] [MLLIB] Implementation of 1-sample, two-sided, Kolmogorov Smirno...jose.cambronero2015-07-105-2/+387
* [SPARK-7735] [PYSPARK] Raise Exception on non-zero exit from pipe commandsScott Taylor2015-07-102-2/+26
* [SPARK-8961] [SQL] Makes BaseWriterContainer.outputWriterForRow accepts Inter...Cheng Lian2015-07-101-31/+42
* add inline comment for python testsDavies Liu2015-07-101-0/+1
* [SPARK-8990] [SQL] SPARK-8990 DataFrameReader.parquet() should respect user s...Cheng Lian2015-07-102-1/+22
* [SPARK-7078] [SPARK-7079] Binary processing sort for Spark SQLJosh Rosen2015-07-1028-138/+2254
* [SPARK-8923] [DOCUMENTATION, MLLIB] Add @since tags to mllib.fpmrahulpalamuttam2015-07-102-0/+29
* [HOTFIX] fix flaky test in PySpark SQLDavies Liu2015-07-101-2/+3
* [SPARK-8675] Executors created by LocalBackend won't get the same classpath a...Min Zhou2015-07-101-2/+17
* [CORE] [MINOR] change the log level to infoCheng Hao2015-07-101-1/+1
* [SPARK-8958] Dynamic allocation: change cached timeout to infinityAndrew Or2015-07-102-3/+3
* [SPARK-7944] [SPARK-8013] Remove most of the Spark REPL fork for Scala 2.11Iulian Dragos2015-07-1011-3181/+90
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-10182-135/+478
* [DOCS] Added important updateStateByKey detailsMichael Vogiatzis2015-07-091-0/+2
* [SPARK-8839] [SQL] ThriftServer2 will remove session and execution no matter ...huangzhaowei2015-07-091-2/+5
* [SPARK-8913] [ML] Simplify LogisticRegression suite to use Vector Vector comp...Holden Karau2015-07-091-96/+39
* [SPARK-8852] [FLUME] Trim dependencies in flume assembly.Marcelo Vanzin2015-07-092-73/+100
* [SPARK-8959] [SQL] [HOTFIX] Removes parquet-thrift and libthrift dependenciesCheng Lian2015-07-097-3494/+8
* [SPARK-8538] [SPARK-8539] [ML] Linear Regression Training and Testing ResultsFeynman Liang2015-07-092-6/+192
* [SPARK-8963][ML] cleanup tests in linear regression suiteHolden Karau2015-07-091-33/+24
* Closes #6837Xiangrui Meng2015-07-090-0/+0
* [SPARK-8865] [STREAMING] FIX BUG: check key in kafka paramsguowei22015-07-091-1/+1
* [SPARK-7902] [SPARK-6289] [SPARK-8685] [SQL] [PYSPARK] Refactor of serializat...Davies Liu2015-07-097-315/+292
* [SPARK-8389] [STREAMING] [PYSPARK] Expose KafkaRDDs offsetRange in Pythonjerryshao2015-07-094-11/+196
* [SPARK-8701] [STREAMING] [WEBUI] Add input metadata in the batch pagezsxwing2015-07-0916-51/+148
* [SPARK-6287] [MESOS] Add dynamic allocation to the coarse-grained Mesos sched...Iulian Dragos2015-07-096-56/+331
* [SPARK-2017] [UI] Stage page hangs with many tasksAndrew Or2015-07-091-2/+8
* [SPARK-7419] [STREAMING] [TESTS] Fix CheckpointSuite.recovery with file input...zsxwing2015-07-091-8/+10
* [SPARK-8953] SPARK_EXECUTOR_CORES is not read in SparkSubmitxutingjun2015-07-091-0/+1
* [MINOR] [STREAMING] Fix log statements in ReceiverSupervisorImplTathagata Das2015-07-091-3/+3
* [SPARK-8247] [SPARK-8249] [SPARK-8252] [SPARK-8254] [SPARK-8257] [SPARK-8258]...Cheng Hao2015-07-097-24/+1202
* [SPARK-8703] [ML] Add CountVectorizer as a ml transformer to convert document...Yuhao Yang2015-07-092-0/+155
* [SPARK-8863] [EC2] Check aws access key from aws credentials if there is no b...JPark2015-07-091-8/+10
* [SPARK-8938][SQL] Implement toString for Interval data typeWenchen Fan2015-07-093-6/+119
* [SPARK-8926][SQL] Code review followup.Reynold Xin2015-07-094-6/+23
* [SPARK-8948][SQL] Remove ExtractValueWithOrdinal abstract classReynold Xin2015-07-091-20/+34
* [SPARK-8940] [SPARKR] Don't overwrite given schema in createDataFrameLiang-Chi Hsieh2015-07-091-1/+3
* [SPARK-8830] [SQL] native levenshtein distanceTarek Auel2015-07-094-7/+97
* [SPARK-8931] [SQL] Fallback to interpreted evaluation if failed to compile in...Davies Liu2015-07-092-6/+58
* [SPARK-6266] [MLLIB] PySpark SparseVector missing doc for size, indices, valueslewuathe2015-07-091-2/+7
* [SPARK-8942][SQL] use double not decimal when cast double and float to timestampWenchen Fan2015-07-091-12/+6
* [SPARK-8928] [SQL] Makes CatalystSchemaConverter sticking to 1.4.x- when hand...Weizhong Lin2015-07-082-7/+9