aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11823][SQL] Fix flaky JDBC cancellation test in HiveThriftBinaryServer...Josh Rosen2015-12-211-29/+56
* [MINOR] Fix typos in JavaStreamingContextShixiong Zhu2015-12-211-4/+4
* [SPARK-11807] Remove support for Hadoop < 2.2Reynold Xin2015-12-219-62/+9
* [SPARK-12388] change default compression to lz4Davies Liu2015-12-216-14/+276
* [SPARK-12466] Fix harmless NPE in testsAndrew Or2015-12-211-1/+5
* [SPARK-2331] SparkContext.emptyRDD should return RDD[T] not EmptyRDD[T]Reynold Xin2015-12-212-1/+4
* [SPARK-12339][SPARK-11206][WEBUI] Added a null check that was removed inAlex Bozarth2015-12-211-6/+8
* Doc typo: ltrim = trim from left end, not rightpshearer2015-12-211-1/+1
* [SPARK-5882][GRAPHX] Add a test for GraphLoader.edgeListFileTakeshi YAMAMURO2015-12-211-0/+47
* [SPARK-12392][CORE] Optimize a location order of broadcast blocks by consider...Takeshi YAMAMURO2015-12-212-2/+29
* [SPARK-12374][SPARK-12150][SQL] Adding logical/physical operators for Rangegatorsmile2015-12-217-8/+119
* [SPARK-12321][SQL] JSON format for TreeNode (use reflection)Wenchen Fan2015-12-2113-75/+472
* [SPARK-12398] Smart truncation of DataFrame / Dataset toStringDilip Biswal2015-12-214-1/+73
* [PYSPARK] Pyspark typo & Add missing abstractmethod annotationJeff Zhang2015-12-212-2/+3
* [SPARK-12349][ML] Make spark.ml PCAModel load backwards compatibleSean Owen2015-12-211-5/+28
* [SPARK-10158][PYSPARK][MLLIB] ALS better error message when using Long IDsBryan Cutler2015-12-202-1/+28
* [SPARK-11808] Remove Bagel.Reynold Xin2015-12-1915-613/+9
* HOTFIX for the previous hot fix.Reynold Xin2015-12-191-0/+1
* HOTFIX: Disable Java style test.Reynold Xin2015-12-191-1/+1
* Bump master version to 2.0.0-SNAPSHOT.Reynold Xin2015-12-1940-39/+176
* [SQL] Fix mistake doc of join type for dataframe.joinYanbo Liang2015-12-191-1/+1
* [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