aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [HOT-FIX] bypass hive test when parse logical plan to jsonWenchen Fan2015-12-281-3/+3
* [SPARK-12508][PROJECT-INFRA] Fix minor bugs in dev/tests/pr_public_classes.sh...Josh Rosen2015-12-281-17/+25
* [SPARK-12218] Fixes ORC conjunction predicate push downCheng Lian2015-12-283-30/+112
* [SPARK-12353][STREAMING][PYSPARK] Fix countByValue inconsistent output in Pyt...jerryshao2015-12-282-5/+16
* [SPARK-12515][SQL][DOC] minor doc update for read.jdbcfelixcheung2015-12-281-5/+6
* [SPARK-12520] [PYSPARK] Correct Descriptions and Add Use Cases in Equi-Joingatorsmile2015-12-271-1/+4
* [SPARK-12396][CORE] Modify the function scheduleAtFixedRate to schedule.echo2mei2015-12-251-2/+2
* [SPARK-12440][CORE] Avoid setCheckpoint warning when directory is not localpierre-borckmans2015-12-241-2/+3
* [SPARK-12010][SQL] Spark JDBC requires support for column-name-free INSERT sy...CK502015-12-241-8/+4
* [SPARK-12311][CORE] Restore previous value of "os.arch" property in test suit...Kazuaki Ishizaki2015-12-2449-142/+338
* [SPARK-12502][BUILD][PYTHON] Script /dev/run-tests fails when IBM Java is usedKazuaki Ishizaki2015-12-241-4/+3
* [SPARK-12499][BUILD] don't force MAVEN_OPTSAdrian Bridgett2015-12-231-1/+1
* [SPARK-12500][CORE] Fix Tachyon deprecations; pull Tachyon dependency into on...Sean Owen2015-12-233-84/+104
* [SPARK-12477][SQL] - Tungsten projection fails for null values in array fieldspierre-borckmans2015-12-222-1/+10
* [SPARK-11164][SQL] Add InSet pushdown filter back for ParquetLiang-Chi Hsieh2015-12-233-8/+45
* [SPARK-12478][SQL] Bugfix: Dataset fields of product types can't be nullCheng Lian2015-12-232-4/+15
* [SPARK-12429][STREAMING][DOC] Add Accumulator and Broadcast example for Strea...Shixiong Zhu2015-12-225-13/+325
* [SPARK-12487][STREAMING][DOCUMENT] Add docs for Kafka message handlerShixiong Zhu2015-12-221-0/+3
* [SPARK-12102][SQL] Cast a non-nullable struct field to a nullable field durin...Dilip Biswal2015-12-222-1/+9
* [SPARK-12471][CORE] Spark daemons will log their pid on start up.Nong Li2015-12-229-20/+35
* Minor corrections, i.e. typo fixes and follow deprecatedJacek Laskowski2015-12-225-6/+6
* [SPARK-12456][SQL] Add ExpressionDescription to misc functionsXiu Guo2015-12-224-0/+29
* [SPARK-12475][BUILD] Upgrade Zinc from 0.3.5.3 to 0.3.9Josh Rosen2015-12-221-3/+3
* [SPARK-11677][SQL][FOLLOW-UP] Add tests for checking the ORC filter creation ...hyukjinkwon2015-12-231-0/+236
* [SPARK-12371][SQL] Runtime nullability check for NewInstanceCheng Lian2015-12-227-10/+232
* [SPARK-12446][SQL] Add unit tests for JDBCRDD internal functionsTakeshi YAMAMURO2015-12-222-33/+54
* [SPARK-12296][PYSPARK][MLLIB] Feature parity for pyspark mllib standard scale...Holden Karau2015-12-221-0/+40
* [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