aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-7291] [CORE] Fix a flaky test in AkkaRpcEnvSuitezsxwing2015-04-301-1/+1
* [SPARK-7287] enabled fixed testBurak Yavuz2015-04-301-1/+1
* [SPARK-4550] In sort-based shuffle, store map outputs in serialized formSandy Ryza2015-04-3023-190/+1240
* HOTFIX: Disable buggy dependency checkerPatrick Wendell2015-04-301-1/+1
* [SPARK-6479] [BLOCK MANAGER] Create off-heap block storage APIZhan Zhang2015-04-3022-331/+536
* [SPARK-7248] implemented random number generators for DataFramesBurak Yavuz2015-04-3010-46/+149
* [SPARK-7282] [STREAMING] Fix the race conditions in StreamingListenerSuitezsxwing2015-04-301-7/+8
* Revert "[SPARK-5213] [SQL] Pluggable SQL Parser Support"Patrick Wendell2015-04-309-199/+42
* [SPARK-7123] [SQL] support table.star in sqlcontextscwf2015-04-302-0/+11
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-04-309-42/+199
* [SPARK-6913][SQL] Fixed "java.sql.SQLException: No suitable driver found"Vyacheslav Baranov2015-04-303-4/+62
* [SPARK-7109] [SQL] Push down left side filter for left semi joinwangfei2015-04-302-5/+24
* [SPARK-7093] [SQL] Using newPredicate in NestedLoopJoin to enable code genera...scwf2015-04-302-8/+2
* [SPARK-7280][SQL] Add "drop" column/s on a data framerakeshchalasani2015-04-302-4/+45
* [SPARK-7242][SQL][MLLIB] Frequent items for DataFramesBurak Yavuz2015-04-305-5/+256
* [SPARK-7279] Removed diffSum which is theoretical zero in LinearRegression an...DB Tsai2015-04-301-12/+6
* [Build] Enable MiMa checks for SQLJosh Rosen2015-04-305-7/+23
* [SPARK-7267][SQL]Push down Project when it's child is LimitZhongshuai Pei2015-04-302-0/+19
* [SPARK-7288] Suppress compiler warnings due to use of sun.misc.Unsafe; add fa...Josh Rosen2015-04-307-24/+125
* [SPARK-7196][SQL] Support precision and scale of decimal type for JDBCLiang-Chi Hsieh2015-04-302-2/+10