aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12091] [PYSPARK] Deprecate the JAVA-specific deserialized storage levelsgatorsmile2015-12-1810-31/+45
* Revert "[SPARK-12345][MESOS] Filter SPARK_HOME when submitting Spark jobs wit...Andrew Or2015-12-182-7/+2
* Revert "[SPARK-12345][MESOS] Properly filter out SPARK_HOME in the Mesos REST...Andrew Or2015-12-181-1/+1
* Revert "[SPARK-12413] Fix Mesos ZK persistence"Andrew Or2015-12-181-5/+1
* [SPARK-12345][CORE] Do not send SPARK_HOME through Spark submit REST interfaceLuc Bourlier2015-12-181-2/+4
* [SPARK-11097][CORE] Add channelActive callback to RpcHandler to monitor the n...Shixiong Zhu2015-12-1811-92/+148
* [SPARK-12411][CORE] Decrease executor heartbeat timeout to match heartbeat in...Nong Li2015-12-181-1/+3
* [SPARK-9552] Return "false" while nothing to kill in killExecutorsGrace2015-12-183-17/+24
* [SPARK-11985][STREAMING][KINESIS][DOCS] Update Kinesis docsBurak Yavuz2015-12-181-9/+45
* [SPARK-12404][SQL] Ensure objects passed to StaticInvoke is SerializableKousuke Saruta2015-12-186-26/+88
* [SPARK-12218][SQL] Invalid splitting of nested AND expressions in Data Source...Yin Huai2015-12-184-13/+60
* [SPARK-12054] [SQL] Consider nullability of expression in codegenDavies Liu2015-12-1827-226/+261
* [SPARK-11619][SQL] cannot use UDTF in DataFrame.selectExprDilip Biswal2015-12-187-14/+31
* [SPARK-12350][CORE] Don't log errors when requested stream is not found.Marcelo Vanzin2015-12-185-14/+39
* [SPARK-9057][STREAMING] Twitter example joining to static RDD of word sentime...Jeff L2015-12-184-0/+2830
* [SPARK-12413] Fix Mesos ZK persistenceMichael Gummelt2015-12-181-1/+5
* [CORE][TESTS] minor fix of JavaSerializerSuiteJeff Zhang2015-12-181-2/+7
* [MINOR] Hide the error logs for 'SQLListenerMemoryLeakSuite'Shixiong Zhu2015-12-171-29/+35
* [SPARK-11749][STREAMING] Duplicate creating the RDD in file stream when recov...jhu-chang2015-12-172-9/+62
* [SPARK-8641][SQL] Native Spark Window functionsHerman van Hovell2015-12-1715-746/+1148
* [SPARK-12376][TESTS] Spark Streaming Java8APISuite fails in assertOrderInvari...Evan Chen2015-12-171-3/+8
* [SPARK-12397][SQL] Improve error messages for data sources when they are not ...Reynold Xin2015-12-172-18/+49
* [SPARK-12410][STREAMING] Fix places that use '.' and '|' directly in splitShixiong Zhu2015-12-172-2/+2
* [SPARK-12345][MESOS] Properly filter out SPARK_HOME in the Mesos REST serverIulian Dragos2015-12-181-1/+1
* [SPARK-12220][CORE] Make Utils.fetchFile support files that contain special c...Shixiong Zhu2015-12-175-6/+46
* [SQL] Update SQLContext.read.text docYanbo Liang2015-12-173-3/+3
* [SPARK-12395] [SQL] fix resulting columns of outer joinDavies Liu2015-12-172-9/+36
* Revert "Once driver register successfully, stop it to connect to master."Davies Liu2015-12-171-1/+0
* Once driver register successfully, stop it to connect to master.echo2mei2015-12-171-0/+1
* [SPARK-12057][SQL] Prevent failure on corrupt JSON recordsYin Huai2015-12-164-12/+90
* [SPARK-11904][PYSPARK] reduceByKeyAndWindow does not require checkpointing wh...David Tolpin2015-12-161-22/+23
* [SPARK-12390] Clean up unused serializer parameter in BlockManagerAndrew Or2015-12-162-28/+11
* [SPARK-12386][CORE] Fix NPE when spark.executor.port is set.Marcelo Vanzin2015-12-161-1/+6
* [SPARK-12186][WEB UI] Send the complete request URI including the query strin...Rohit Agarwal2015-12-161-1/+3
* [SPARK-12365][CORE] Use ShutdownHookManager where Runtime.getRuntime.addShutd...tedyu2015-12-165-33/+38
* [SPARK-10248][CORE] track exceptions in dagscheduler event loop in testsImran Rashid2015-12-162-4/+29
* MAINTENANCE: Automated closing of pull requests.Andrew Or2015-12-160-0/+0
* [MINOR] Add missing interpolation in NettyRPCEnvAndrew Or2015-12-161-1/+1
* [SPARK-12380] [PYSPARK] use SQLContext.getOrCreate in mllibDavies Liu2015-12-163-11/+9
* [SPARK-9690][ML][PYTHON] pyspark CrossValidator random seedMartin Menestret2015-12-161-7/+13
* [SPARK-11677][SQL] ORC filter tests all pass if filters are actually not push...hyukjinkwon2015-12-161-17/+36
* [SPARK-12164][SQL] Decode the encoded values and then displaygatorsmile2015-12-165-48/+133
* [SPARK-12320][SQL] throw exception if the number of fields does not line up f...Wenchen Fan2015-12-165-18/+93
* [SPARK-12364][ML][SPARKR] Add ML example for SparkRYanbo Liang2015-12-161-0/+54
* [SPARK-11608][MLLIB][DOC] Added migration guide for MLlib 1.6Joseph K. Bradley2015-12-162-15/+42
* [SPARK-12361][PYSPARK][TESTS] Should set PYSPARK_DRIVER_PYTHON before Python ...Jeff Zhang2015-12-161-1/+2
* [SPARK-12309][ML] Use sqlContext from MLlibTestSparkContext for spark.ml test...Yanbo Liang2015-12-165-11/+5
* [SPARK-9694][ML] Add random seed Param to Scala CrossValidatorYanbo Liang2015-12-162-3/+16
* [SPARK-6518][MLLIB][EXAMPLE][DOC] Add example code and user guide for bisecti...Yu ISHIKAWA2015-12-164-0/+165
* [SPARK-12345][MESOS] Filter SPARK_HOME when submitting Spark jobs with Mesos ...Timothy Chen2015-12-162-2/+7