aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5956] [MLLIB] Pipeline components should be copyable.Xiangrui Meng2015-05-0456-805/+671
* [MINOR] Fix python test typo?Andrew Or2015-05-041-1/+1
* [SPARK-5100] [SQL] add webui for thriftservertianyi2015-05-0410-22/+751
* [SPARK-5563] [MLLIB] LDA with online variational inferenceYuhao Yang2015-05-044-74/+438
* [SPARK-7241] Pearson correlation for DataFramesBurak Yavuz2015-05-036-26/+130
* [SPARK-7329] [MLLIB] simplify ParamGridBuilder implXiangrui Meng2015-05-031-19/+9
* [SPARK-7302] [DOCS] SPARK building documentation still mentions building for ...Sean Owen2015-05-034-22/+1
* [SPARK-6907] [SQL] Isolated client for HiveMetastoreMichael Armbrust2015-05-039-7/+1088
* [SPARK-7022] [PYSPARK] [ML] Add ML.Tuning.ParamGridBuilder to PySparkOmede Firouz2015-05-032-0/+95
* [SPARK-7031] [THRIFTSERVER] let thrift server take SPARK_DAEMON_MEMORY and SP...WangTaoTheTonic2015-05-031-1/+18
* [SPARK-7255] [STREAMING] [DOCUMENTATION] Added documentation for spark.stream...BenFradet2015-05-021-0/+10
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-05-029-39/+196
* [MINOR] [HIVE] Fix QueryPartitionSuite.Marcelo Vanzin2015-05-021-3/+4
* [SPARK-6030] [CORE] Using simulated field layout method to compute class shel...Ye Xianjin2015-05-023-18/+100
* [SPARK-7323] [SPARK CORE] Use insertAll instead of insert while merging combi...Mridul Muralidharan2015-05-021-4/+1
* [SPARK-3444] Fix typo in Dataframes.py introduced in []Dean Chen2015-05-021-1/+1
* [SPARK-7315] [STREAMING] [TEST] Fix flaky WALBackedBlockRDDSuiteTathagata Das2015-05-021-4/+8
* [SPARK-7120] [SPARK-7121] Closure cleaner nesting + documentation + testsAndrew Or2015-05-013-58/+831
* [SPARK-7242] added python api for freqItems in DataFramesBurak Yavuz2015-05-013-3/+38
* [SPARK-7317] [Shuffle] Expose shuffle handleMridul Muralidharan2015-05-011-1/+4
* [SPARK-6229] Add SASL encryption to network library.Marcelo Vanzin2015-05-0127-106/+1070
* [SPARK-2691] [MESOS] Support for Mesos DockerInfoChris Heller2015-05-019-5/+280
* [SPARK-6443] [SPARK SUBMIT] Could not submit app in standalone cluster mode w...WangTaoTheTonic2015-05-018-95/+229
* [SPARK-7216] [MESOS] Add driver details page to Mesos cluster UI.Timothy Chen2015-05-016-11/+222
* [SPARK-6954] [YARN] ExecutorAllocationManager can end up requesting a negativ...Sandy Ryza2015-05-012-124/+148
* [SPARK-3444] Provide an easy way to change log levelHolden Karau2015-05-016-16/+61
* [SPARK-2808][Streaming][Kafka] update kafka to 0.8.2cody koeninger2015-05-016-27/+104
* [SPARK-7112][Streaming][WIP] Add a InputInfoTracker to track all the input st...jerryshao2015-05-0116-46/+247
* [SPARK-7309] [CORE] [STREAMING] Shutdown the thread pools in ReceivedBlockHan...zsxwing2015-05-012-0/+2
* [SPARK-6999] [SQL] Remove the infinite recursive method (useless)Cheng Hao2015-05-011-14/+0
* [SPARK-7304] [BUILD] Include $@ in call to mvn consistently in make-distribut...Rajendra Gokhale (rvgcentos)2015-05-011-1/+2
* [SPARK-7312][SQL] SPARK-6913 broke jdk6 buildYin Huai2015-05-011-2/+4
* Ignore flakey test in SparkSubmitUtilsSuitePatrick Wendell2015-05-011-1/+1
* [SPARK-5342] [YARN] Allow long running Spark apps to run on secure YARN/HDFSHari Shreedharan2015-05-0116-109/+657
* [SPARK-7240][SQL] Single pass covariance calculation for dataframesBurak Yavuz2015-05-017-5/+157
* [SPARK-7281] [YARN] Add option to set AM's lib path in client mode.Marcelo Vanzin2015-05-012-0/+11
* [SPARK-7213] [YARN] Check for read permissions before copying a Hadoop config...Nishkam Ravi2015-05-011-3/+5
* Revert "[SPARK-7224] added mock repository generator for --packages tests"Patrick Wendell2015-05-015-403/+97
* Revert "[SPARK-7287] enabled fixed test"Patrick Wendell2015-05-011-1/+1
* [SPARK-7274] [SQL] Create Column expression for array/struct creation.Reynold Xin2015-05-015-29/+199
* [SPARK-7183] [NETWORK] Fix memory leak of TransportRequestHandler.streamIdsLiang-Chi Hsieh2015-05-013-24/+44
* [SPARK-6846] [WEBUI] [HOTFIX] return to GET for kill link in UI since YARN AM...Sean Owen2015-05-015-13/+23
* [SPARK-5854] personalized page rankDan McClary2015-05-013-6/+159
* changing persistence engine trait to an abstract classniranda2015-05-011-1/+1
* Limit help option regexChris Biow2015-05-011-1/+1
* [SPARK-5891] [ML] Add Binarizer ML TransformerLiang-Chi Hsieh2015-05-012-0/+154
* [SPARK-3066] [MLLIB] Support recommendAll in matrix factorization modelDebasish Das2015-05-014-22/+138
* [SPARK-4705] Handle multiple app attempts event logs, history server.Marcelo Vanzin2015-05-0121-201/+546
* [SPARK-3468] [WEBUI] Timeline-View featureKousuke Saruta2015-05-0115-32/+785
* [SPARK-6257] [PYSPARK] [MLLIB] MLlib API missing items in RecommendationMechCoder2015-04-302-1/+40