aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-11583] [CORE] MapStatus Using RoaringBitmap More ProperlyKent Yao2015-11-174-6/+38
* [SPARK-11016] Move RoaringBitmap to explicit Kryo serializerDavies Liu2015-11-171-9/+55
* [SPARK-11793][SQL] Dataset should set the resolved encoders internally for maps.Reynold Xin2015-11-172-1/+13
* [SPARK-9065][STREAMING][PYSPARK] Add MessageHandler for Kafka Python APIjerryshao2015-11-174-98/+299
* [SPARK-11726] Throw exception on timeout when waiting for REST server responseJacek Lewandowski2015-11-171-3/+11
* [SPARK-11771][YARN][TRIVIAL] maximum memory in yarn is controlled by two para...Holden Karau2015-11-171-1/+2
* [SPARK-11790][STREAMING][TESTS] Increase the connection timeoutShixiong Zhu2015-11-171-1/+1
* [MINOR] Correct comments in JavaDirectKafkaWordCountRohan Bhanderi2015-11-171-4/+4
* [SPARK-9552] Add force control for killExecutors to avoid false killing for t...Grace2015-11-175-15/+82
* [SPARK-11740][STREAMING] Fix the race condition of two checkpoints in a batchShixiong Zhu2015-11-173-9/+45
* [SPARK-11786][CORE] Tone down messages from akka error monitor.Marcelo Vanzin2015-11-171-1/+1
* [SPARK-11764][ML] make Param.jsonEncode/jsonDecode support VectorXiangrui Meng2015-11-172-6/+28
* [SPARK-11763][ML] Add save,load to LogisticRegression EstimatorJoseph K. Bradley2015-11-177-59/+173
* [SPARK-11729] Replace example code in ml-linear-methods.md using include_exampleXusen Yin2015-11-179-210/+491
* [SPARK-11732] Removes some MiMa false positivesTimothy Hunter2015-11-172-7/+4
* [SPARK-11767] [SQL] limit the size of caced batchDavies Liu2015-11-173-4/+16
* [SPARK-11769][ML] Add save, load to all basic TransformersJoseph K. Bradley2015-11-1732-84/+453
* [SPARK-10186][SQL] support postgre array type in JDBCRDDWenchen Fan2015-11-175-85/+157
* [SPARK-8658][SQL][FOLLOW-UP] AttributeReference's equals method compares all ...gatorsmile2015-11-172-2/+9
* [SPARK-11089][SQL] Adds option for disabling multi-session in Thrift serverCheng Lian2015-11-174-2/+72
* [SPARK-11679][SQL] Invoking method " apply(fields: java.util.List[StructField...mayuanwen2015-11-172-1/+15
* [SPARK-11766][MLLIB] add toJson/fromJson to Vector/VectorsXiangrui Meng2015-11-173-0/+66
* [SPARK-11695][CORE] Set s3a credentialsChris Bannister2015-11-171-4/+9
* [SPARK-11744][LAUNCHER] Fix print version throw exception when using pyspark ...jerryshao2015-11-171-7/+10
* [SPARK-11779][DOCS] Fix reference to deprecated MESOS_NATIVE_LIBRARYPhilipp Hoffmann2015-11-171-1/+1
* [SPARK-11751] Doc describe error in the "Spark Streaming Programming Guide" pageyangping.wu2015-11-171-2/+1
* [SPARK-11191][SQL][FOLLOW-UP] Cleans up unnecessary anonymous HiveFunctionReg...Cheng Lian2015-11-172-11/+6
* [MINOR] [SQL] Fix randomly generated ArrayData in RowEncoderSuiteLiang-Chi Hsieh2015-11-161-1/+8