aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-5894] [ML] Add polynomial mapperXusen Yin2015-04-242-0/+271
* Fixed a typo from the previous commit.Reynold Xin2015-04-231-1/+1
* [SQL] Fixed expression data type matching.Reynold Xin2015-04-232-10/+42
* Update sql-programming-guide.mdKen Geis2015-04-231-1/+1
* [SPARK-7060][SQL] Add alias function to python dataframeYin Huai2015-04-231-0/+14
* [SPARK-7037] [CORE] Inconsistent behavior for non-spark config properties in ...Cheolsoo Park2015-04-231-6/+16
* [SPARK-6818] [SPARKR] Support column deletion in SparkR DataFrame API.Sun Rui2015-04-232-1/+12
* [SQL] Break dataTypes.scala into multiple files.Reynold Xin2015-04-2320-1224/+1649
* [SPARK-7070] [MLLIB] LDA.setBeta should call setTopicConcentration.Xiangrui Meng2015-04-232-1/+9
* [SPARK-7087] [BUILD] Fix path issue change version scriptTijo Thomas2015-04-232-6/+6
* [SPARK-6879] [HISTORYSERVER] check if app is completed before clean it upWangTaoTheTonic2015-04-231-12/+20
* [SPARK-7085][MLlib] Fix miniBatchFraction parameter in train method called wi...wizz2015-04-231-1/+1
* [SPARK-7058] Include RDD deserialization time in "task deserialization time" ...Josh Rosen2015-04-235-3/+20
* [SPARK-7055][SQL]Use correct ClassLoader for JDBC Driver in JDBCRDD.getConnectorVinod K C2015-04-231-1/+2
* [SPARK-6752][Streaming] Allow StreamingContext to be recreated from checkpoin...Tathagata Das2015-04-237-61/+503
* [SPARK-7044] [SQL] Fix the deadlock in script transformationCheng Hao2015-04-232-12/+29
* [minor][streaming]fixed scala string interpolation errorPrabeesh K2015-04-231-1/+1
* [HOTFIX] [SQL] Fix compilation for scala 2.11.Prashant Sharma2015-04-231-1/+1
* [SPARK-7069][SQL] Rename NativeType -> AtomicType.Reynold Xin2015-04-2324-153/+159
* [SPARK-7068][SQL] Remove PrimitiveTypeReynold Xin2015-04-225-54/+48
* [MLlib] Add support for BooleanType to VectorAssembler.Reynold Xin2015-04-221-2/+2
* [HOTFIX][SQL] Fix broken cached testLiang-Chi Hsieh2015-04-221-7/+14
* [SPARK-7046] Remove InputMetrics from BlockResultKay Ousterhout2015-04-223-15/+11
* [SPARK-7066][MLlib] VectorAssembler should use NumericType not NativeType.Reynold Xin2015-04-222-4/+5
* [MLlib] UnaryTransformer nullability should not depend on PrimitiveType.Reynold Xin2015-04-221-1/+1
* Disable flaky test: ReceiverSuite "block generator throttling".Reynold Xin2015-04-221-1/+1
* [SPARK-6967] [SQL] fix date type convertion in jdbcrddDaoyuan Wang2015-04-222-2/+9
* [SPARK-6827] [MLLIB] Wrap FPGrowthModel.freqItemsets and make it consistent w...Yanbo Liang2015-04-221-3/+12
* [SPARK-7059][SQL] Create a DataFrame join API to facilitate equijoin.Reynold Xin2015-04-223-12/+74
* [SPARK-7039][SQL]JDBCRDD: Add support on type NVARCHARszheng792015-04-221-0/+1
* [SQL] Rename some apply functions.Reynold Xin2015-04-2235-117/+117
* [SPARK-7052][Core] Add ThreadUtils and move thread methods from Utils to Thre...zsxwing2015-04-2219-76/+170
* [SPARK-6889] [DOCS] CONTRIBUTING.md updates to accompany contribution doc upd...Sean Owen2015-04-211-9/+13
* [SPARK-6113] [ML] Small cleanups after original tree API PRJoseph K. Bradley2015-04-213-11/+25
* [MINOR] Comment improvements in ExternalSorter.Patrick Wendell2015-04-211-8/+19
* [SPARK-6490][Docs] Add docs for rpc configurationszsxwing2015-04-214-6/+38
* [SPARK-1684] [PROJECT INFRA] Merge script should standardize SPARK-XXX prefixtexasmichelle2015-04-211-59/+140
* Closes #5427Reynold Xin2015-04-210-0/+0
* [SPARK-6953] [PySpark] speed up python testsReynold Xin2015-04-219-127/+182
* [SPARK-6014] [core] Revamp Spark shutdown hooks, fix shutdown races.Marcelo Vanzin2015-04-219-114/+195
* Avoid warning message about invalid refuse_seconds value in Mesos >=0.21...mweindel2015-04-211-1/+1
* [Minor][MLLIB] Fix a minor formatting bug in toString method in Node.scalaAlain2015-04-211-1/+1
* [SPARK-7036][MLLIB] ALS.train should support DataFrames in PySparkXiangrui Meng2015-04-211-10/+26
* [SPARK-6065] [MLlib] Optimize word2vec.findSynonyms using blas callsMechCoder2015-04-211-6/+51
* [minor] [build] Set java options when generating mima ignores.Marcelo Vanzin2015-04-211-2/+7
* [SPARK-3386] Share and reuse SerializerInstances in shuffle pathsJosh Rosen2015-04-218-24/+34
* [SPARK-5817] [SQL] Fix bug of udtf with column namesCheng Hao2015-04-2126-145/+207
* [SPARK-6996][SQL] Support map types in java beansPunya Biswal2015-04-214-59/+180
* [SPARK-6969][SQL] Refresh the cached table when REFRESH TABLE is usedYin Huai2015-04-212-1/+66
* [SQL][minor] make it more clear that we only need to re-throw GetField except...Wenchen Fan2015-04-211-5/+4