aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19735][SQL] Remove HOLD_DDLTIME from Catalog APIsXiao Li2017-02-2410-62/+17
* [MINOR][DOCS] Fix few typos in structured streaming docRamkumar Venkataraman2017-02-251-4/+4
* [SPARK-15355][CORE] Proactive block replicationShubham Chopra2017-02-246-25/+154
* [SPARK-13330][PYSPARK] PYTHONHASHSEED is not propgated to python workerJeff Zhang2017-02-244-5/+6
* [SPARK-19597][CORE] test case for task deserialization errorsImran Rashid2017-02-242-33/+108
* [SPARK-19560] Improve DAGScheduler tests.Kay Ousterhout2017-02-241-9/+49
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-2413-34/+132
* [SPARK-17075][SQL] Follow up: fix file line ending and improve the testsShuai Lin2017-02-242-512/+533
* [SPARK-17495][SQL] Add more tests for hive hashTejas Patil2017-02-243-8/+252
* [SPARK-19038][YARN] Avoid overwriting keytab configuration in yarn-clientjerryshao2017-02-242-7/+6
* [SPARK-19707][CORE] Improve the invalid path check for sc.addJarjerryshao2017-02-244-3/+28
* [SPARK-19161][PYTHON][SQL] Improving UDF Docstringszero3232017-02-242-11/+25
* [SPARK-19664][SQL] put hive.metastore.warehouse.dir in hadoopconf to overwrit...windpiger2017-02-231-2/+6
* [SPARK-17075][SQL] implemented filter estimationRon Hu2017-02-234-1/+939
* [SPARK-14772][PYTHON][ML] Fixed Params.copy method to match Scala implementationBryan Cutler2017-02-232-6/+27
* [SPARK-16122][DOCS] application environment rest apiuncleGen2017-02-231-0/+4
* [SPARK-19674][SQL] Ignore driver accumulator updates don't belong to the exec...Carson Wang2017-02-232-2/+10
* [SPARK-19684][DOCS] Remove developer info from docs.Kay Ousterhout2017-02-231-32/+11
* [SPARK-19706][PYSPARK] add Column.contains in pysparkWenchen Fan2017-02-232-1/+3
* [SPARK-18699][SQL] Put malformed tokens into a new field when parsing CSV dataTakeshi Yamamuro2017-02-239-53/+223
* [SPARK-19497][SS] Implement streaming deduplicationShixiong Zhu2017-02-2315-58/+578
* [SPARK-19682][SPARKR] Issue warning (or error) when subset method "[[" takes ...actuaryzhang2017-02-232-0/+20
* [SPARK-19459] Support for nested char/varchar fields in ORCHerman van Hovell2017-02-233-19/+100
* [SPARK-19691][SQL] Fix ClassCastException when calculating percentile of deci...Takeshi Yamamuro2017-02-233-37/+45
* [SPARK-19695][SQL] Throw an exception if a `columnNameOfCorruptRecord` field ...Takeshi Yamamuro2017-02-224-4/+56
* [SPARK-16122][CORE] Add rest api for job environmentuncleGen2017-02-223-0/+71
* [SPARK-15615][SQL] Add an API to load DataFrame from Dataset[String] storing ...pj.fanning2017-02-221-2/+18
* [SPARK-19658][SQL] Set NumPartitions of RepartitionByExpression In ParserXiao Li2017-02-2210-32/+74
* [SPARK-19554][UI,YARN] Allow SHS URL to be used for tracking in YARN RM.Marcelo Vanzin2017-02-226-6/+167
* [SPARK-19666][SQL] Skip a property without getter in Java schema inference an...hyukjinkwon2017-02-225-32/+54
* [SPARK-19616][SPARKR] weightCol and aggregationDepth should be improved for s...wm624@hotmail.com2017-02-228-19/+50
* [SPARK-19405][STREAMING] Support for cross-account Kinesis reads via STSAdam Budde2017-02-2217-83/+407
* [SPARK-13721][SQL] Make GeneratorOuter unresolved.Bogdan Raducanu2017-02-222-2/+8
* [SPARK-19679][ML] Destroy broadcasted object without blockingZheng RuiFeng2017-02-223-3/+3
* [SPARK-19694][ML] Add missing 'setTopicDistributionCol' for LDAModelZheng RuiFeng2017-02-221-0/+3
* [SPARK-19670][SQL][TEST] Enable Bucketed Table Reading and Writing Testing Wi...Xiao Li2017-02-214-21/+101
* [SPARK-19652][UI] Do auth checks for REST API access.Marcelo Vanzin2017-02-217-45/+123
* [SPARK-19626][YARN] Using the correct config to set credentials update timeKent Yao2017-02-211-1/+1
* [SPARK-19337][ML][DOC] Documentation and examples for LinearSVCYuhao Yang2017-02-214-0/+196
* [SPARK-18922][TESTS] Fix new test failures on Windows due to path and resourc...hyukjinkwon2017-02-205-28/+35
* [SPARK-19508][CORE] Improve error message when binding service failsLiang-Chi Hsieh2017-02-201-6/+21
* [SPARK-19669][HOTFIX][SQL] sessionState access privileges compiled failed in ...windpiger2017-02-201-1/+1
* [SPARK-19669][SQL] Open up visibility for sharedState, sessionState, and a fe...Reynold Xin2017-02-203-8/+27
* [SPARK-15453][SQL][FOLLOW-UP] FileSourceScanExec to extract `outputOrdering` ...Xiao Li2017-02-201-92/+137
* [SPARK-19646][CORE][STREAMING] binaryRecords replicates records in scala APISean Owen2017-02-204-156/+53
* [SPARK-19563][SQL] avoid unnecessary sort in FileFormatWriterWenchen Fan2017-02-191-99/+90
* [SPARK-19598][SQL] Remove the alias parameter in UnresolvedRelationwindpiger2017-02-1912-75/+51
* [SPARK-19534][TESTS] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-1945-1574/+662
* [SPARK-19533][EXAMPLES] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-1952-1018/+380
* [SPARK-19450] Replace askWithRetry with askSync.jinxing2017-02-1924-119/+58