aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [HOTFIX] Minor style fix from last commitPatrick Wendell2015-05-281-1/+2
* [SPARK-7931] [STREAMING] Do not restart receiver when stoppedTathagata Das2015-05-281-3/+8
* [SPARK-7922] [MLLIB] use DataFrames for user/item factors in ALSModelXiangrui Meng2015-05-283-47/+89
* [SPARK-7930] [CORE] [STREAMING] Fixed shutdown hook prioritiesTathagata Das2015-05-282-4/+12
* [SPARK-7932] Fix misleading scheduler delay visualizationKay Ousterhout2015-05-281-1/+1
* [MINOR] fix RegressionEvaluator docXiangrui Meng2015-05-281-1/+1
* [SPARK-7926] [PYSPARK] use the official Pyrolite releaseXiangrui Meng2015-05-281-1/+7
* [SPARK-7927] whitespace fixes for GraphX.Reynold Xin2015-05-2815-46/+50
* [SPARK-7927] whitespace fixes for core.Reynold Xin2015-05-2888-203/+205
* [SPARK-7927] whitespace fixes for Catalyst module.Reynold Xin2015-05-2832-130/+121
* [SPARK-7929] Remove Bagel examples & whitespace fix for examples.Reynold Xin2015-05-2815-485/+31
* [SPARK-7927] whitespace fixes for SQL core.Reynold Xin2015-05-2837-158/+160
* [SPARK-7927] [MLLIB] Enforce whitespace for more tokens in style checkerXiangrui Meng2015-05-2833-71/+88
* [SPARK-7826] [CORE] Suppress extra calling getCacheLocs.Takuya UESHIN2015-05-282-8/+42
* [SPARK-7933] Remove Patrick's username/pw from merge scriptKay Ousterhout2015-05-281-2/+2
* [SPARK-7927] whitespace fixes for Hive and ThriftServer.Reynold Xin2015-05-2814-39/+43
* [SPARK-7927] whitespace fixes for streaming.Reynold Xin2015-05-2819-35/+40
* [SPARK-7577] [ML] [DOC] add bucketizer docXusen Yin2015-05-282-0/+166
* [SPARK-7853] [SQL] Fix HiveContext in Spark ShellYin Huai2015-05-282-22/+25
* Remove SizeEstimator from o.a.spark package.Reynold Xin2015-05-282-47/+17
* [SPARK-7198] [MLLIB] VectorAssembler should output ML attributesXiangrui Meng2015-05-282-5/+83
* [DOCS] Fixing broken "IDE setup" link in the Building Spark documentation.Mike Dusenberry2015-05-281-1/+1
* [MINOR] Fix the a minor bug in PageRank Example.Li Yao2015-05-281-1/+1
* [SPARK-7911] [MLLIB] A workaround for VectorUDT serialize (or deserialize) be...Xiangrui Meng2015-05-281-5/+14
* [SPARK-7895] [STREAMING] [EXAMPLES] Move Kafka examples from scala-2.10/src t...zsxwing2015-05-285-40/+6
* [SPARK-7782] fixed sort arrow issuezuxqoj2015-05-271-3/+3
* [DOCS] Fix typo in documentation for Java UDF registrationMatt Wise2015-05-271-1/+1
* [SPARK-7896] Allow ChainedBuffer to store more than 2 GBSandy Ryza2015-05-272-42/+55
* [SPARK-7873] Allow KryoSerializerInstance to create multiple streams at the s...Josh Rosen2015-05-273-24/+147
* [SPARK-7907] [SQL] [UI] Rename tab ThriftServer to SQL.Yin Huai2015-05-274-6/+8
* [SPARK-7897][SQL] Use DecimalType to represent unsigned bigint in JDBCRDDLiang-Chi Hsieh2015-05-271-1/+1
* [SPARK-7853] [SQL] Fixes a class loader issue in Spark SQLCheng Hao2015-05-273-8/+53
* [SPARK-7684] [SQL] Refactoring MetastoreDataSourcesSuite to workaround SPARK-...Cheng Lian2015-05-273-666/+722
* [SPARK-7790] [SQL] date and decimal conversion for dynamic partition keyDaoyuan Wang2015-05-273-4/+48
* Removed Guava dependency from JavaTypeInference's type signature.Reynold Xin2015-05-272-4/+11
* [SPARK-7864] [UI] Fix the logic grabbing the link from table in AllJobPageKousuke Saruta2015-05-272-2/+2
* [SPARK-7847] [SQL] Fixes dynamic partition directory escapingCheng Lian2015-05-274-60/+152
* [SPARK-7878] Rename Stage.jobId to firstJobIdKay Ousterhout2015-05-274-37/+33
* [CORE] [TEST] HistoryServerSuite failed due to timezone issuescwf2015-05-271-1/+1
* [SQL] Rename MathematicalExpression UnaryMathExpression, and specify BinaryMa...Reynold Xin2015-05-272-32/+23
* [SPARK-7887][SQL] Remove EvaluatedType from SQL Expression.Reynold Xin2015-05-2728-95/+32
* [SPARK-7697][SQL] Use LongType for unsigned int in JDBCRDDLiang-Chi Hsieh2015-05-271-3/+8
* [SPARK-7850][BUILD] Hive 0.12.0 profile in POM should be removedCheolsoo Park2015-05-275-574/+1
* [SPARK-7535] [.1] [MLLIB] minor changes to the pipeline APIXiangrui Meng2015-05-266-32/+71
* [SPARK-7868] [SQL] Ignores _temporary directories in HadoopFsRelationCheng Lian2015-05-262-7/+29
* [SPARK-7858] [SQL] Use output schema, not relation schema, for data source in...Josh Rosen2015-05-265-41/+37
* [SPARK-7637] [SQL] O(N) merge implementation for StructType mergerowan2015-05-262-4/+81
* [SPARK-7883] [DOCS] [MLLIB] Fixing broken trainImplicit Scala example in MLli...Mike Dusenberry2015-05-261-1/+2
* [SPARK-7864] [UI] Do not kill innocent stages from visualizationAndrew Or2015-05-263-3/+3
* [SPARK-7748] [MLLIB] Graduate spark.ml from alphaXiangrui Meng2015-05-2643-201/+267