aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-5181] do not print writing WAL log when WAL is disabledCodingCat2015-01-101-2/+4
* [SPARK-4692] [SQL] Support ! boolean logic operator like NOTYanTangZhai2015-01-103-0/+10
* [SPARK-5187][SQL] Fix caching of tables with HiveUDFs in the WHERE clauseMichael Armbrust2015-01-103-2/+8
* SPARK-4963 [SQL] Add copy to SQL's Sample operatorYanbo Liang2015-01-102-1/+13
* [SPARK-4861][SQL] Refactory command in spark sqlscwf2015-01-1013-151/+141
* [SPARK-4574][SQL] Adding support for defining schema in foreign DDL commands.scwf2015-01-106-113/+400
* [SPARK-4943][SQL] Allow table name having dot for db/catalogAlex Liu2015-01-1017-113/+143
* [SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifactAlex Liu2015-01-101-7/+0
* [SPARK-5141][SQL]CaseInsensitiveMap throws java.io.NotSerializableExceptionluogankun2015-01-091-1/+2
* [SPARK-4406] [MLib] FIX: Validate k in SVDMechCoder2015-01-094-1/+19
* [SPARK-4990][Deploy]to find default properties file, search SPARK_CONF_DIR firstWangTaoTheTonic2015-01-092-2/+9
* [Minor] Fix import order and other coding stylebilna2015-01-091-6/+11
* [DOC] Fixed Mesos version in doc from 0.18.1 to 0.21.0Kousuke Saruta2015-01-091-1/+1
* [SPARK-4737] Task set manager properly handles serialization errorsmcheah2015-01-099-42/+182
* [SPARK-1953][YARN]yarn client mode Application Master memory size is same as ...WangTaoTheTonic2015-01-095-15/+48
* [SPARK-5015] [mllib] Random seed for GMM + make test suite deterministicJoseph K. Bradley2015-01-092-13/+27
* [SPARK-3619] Upgrade to Mesos 0.21 to work around MESOS-1688Jongyoul Lee2015-01-091-1/+1
* [SPARK-5145][Mllib] Add BLAS.dsyr and use it in GaussianMixtureEMLiang-Chi Hsieh2015-01-093-4/+73
* [SPARK-1143] Separate pool tests into their own suite.Kay Ousterhout2015-01-092-230/+183
* HOTFIX: Minor improvements to make-distribution.shPatrick Wendell2015-01-091-27/+34
* SPARK-5136 [DOCS] Improve documentation around setting up Spark IntelliJ projectSean Owen2015-01-091-2/+3
* [Minor] Fix test RetryingBlockFetcherSuite after changed config nameAaron Davidson2015-01-091-2/+2
* [SPARK-5169][YARN]fetch the correct max attemptsWangTaoTheTonic2015-01-091-3/+9
* [SPARK-5122] Remove Shark from spark-ec2Nicholas Chammas2015-01-081-34/+44
* [SPARK-4048] Enhance and extend hadoop-provided profile.Marcelo Vanzin2015-01-0823-353/+490
* [SPARK-4891][PySpark][MLlib] Add gamma/log normal/exp dist sampling to P...RJ Nowling2015-01-082-0/+275
* [SPARK-4973][CORE] Local directory in the driver of client-mode continues rem...Kousuke Saruta2015-01-081-1/+1
* SPARK-5148 [MLlib] Make usersOut/productsOut storagelevel in ALS configurableFernando Otero (ZeoS)2015-01-082-2/+43
* Document that groupByKey will OOM for large keysEric Moyer2015-01-081-0/+6
* [SPARK-5130][Deploy]Take yarn-cluster as cluster mode in spark-submitWangTaoTheTonic2015-01-082-0/+11
* [Minor] Fix the value represented by spark.executor.id for consistency.Kousuke Saruta2015-01-081-1/+1
* [SPARK-4989][CORE] avoid wrong eventlog conf cause cluster down in standalone...Zhang, Liye2015-01-081-19/+20
* [SPARK-4917] Add a function to convert into a graph with canonical edges in G...Takeshi Yamamuro2015-01-082-0/+41
* SPARK-5087. [YARN] Merge yarn.Client and yarn.ClientBaseSandy Ryza2015-01-084-894/+823
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2015-01-070-0/+0
* [SPARK-5116][MLlib] Add extractor for SparseVector and DenseVectorShuo Xiang2015-01-076-51/+57
* [SPARK-5126][Core] Verify Spark urls before creating Actors so that invalid u...zsxwing2015-01-076-33/+116
* [SPARK-5132][Core]Correct stage Attempt Id key in stageInfofromJsonhushan[胡珊]2015-01-071-1/+1
* [SPARK-5128][MLLib] Add common used log1pExp API in MLUtilsDB Tsai2015-01-074-21/+37
* [SPARK-2458] Make failed application log visible on History ServerMasayoshi TSUZUKI2015-01-074-43/+72
* [SPARK-2165][YARN]add support for setting maxAppAttempts in the ApplicationSu...WangTaoTheTonic2015-01-074-3/+19
* [YARN][SPARK-4929] Bug fix: fix the yarn-client code to support HAhuangzhaowei2015-01-071-1/+15
* [SPARK-5099][Mllib] Simplify logistic loss functionLiang-Chi Hsieh2015-01-061-3/+9
* [SPARK-5050][Mllib] Add unit test for sqdistLiang-Chi Hsieh2015-01-062-3/+33
* SPARK-5017 [MLlib] - Use SVD to compute determinant and inverse of covariance...Travis Galoppo2015-01-062-11/+142
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-0639-277/+70
* [Minor] Fix comments for GraphX 2D partitioning strategykj-ki2015-01-061-3/+3
* [SPARK-1600] Refactor FileInputStream tests to remove Thread.sleep() calls an...Josh Rosen2015-01-066-136/+251
* SPARK-4843 [YARN] Squash ExecutorRunnableUtil and ExecutorRunnableKostas Sakellis2015-01-052-213/+172
* [SPARK-5040][SQL] Support expressing unresolved attributes using $"attribute ...Reynold Xin2015-01-052-0/+21