aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-4375. no longer require -Pscala-2.10Sandy Ryza2014-11-147-171/+54
* [SPARK-4245][SQL] Fix containsNull of the result ArrayType of CreateArray exp...Takuya UESHIN2014-11-145-2/+106
* [SPARK-4239] [SQL] support view in HiveQlDaoyuan Wang2014-11-1442-17/+5098
* Update failed assert text to match code in SizeEstimatorSuiteJeff Hammerbacher2014-11-141-1/+1
* [SPARK-4313][WebUI][Yarn] Fix link issue of the executor thread dump page in ...zsxwing2014-11-143-3/+18
* SPARK-3663 Document SPARK_LOG_DIR and SPARK_PID_DIRAndrew Ash2014-11-141-1/+8
* [Spark Core] SPARK-4380 Edit spilling log from MB to BHong Shen2014-11-141-2/+3
* [SPARK-4398][PySpark] specialize sc.parallelize(xrange)Xiangrui Meng2014-11-141-4/+21
* [SPARK-4394][SQL] Data Sources API ImprovementsMichael Armbrust2014-11-149-15/+32
* [SPARK-3722][Docs]minor improvement and fix in docsWangTao2014-11-142-4/+4
* [SPARK-4310][WebUI] Sort 'Submitted' column in Stage page by timezsxwing2014-11-131-1/+3
* [SPARK-4372][MLLIB] Make LR and SVM's default parameters consistent in Scala ...Xiangrui Meng2014-11-1310-79/+95
* [SPARK-4326] fix unidocXiangrui Meng2014-11-136-4/+6
* [HOT FIX] make-distribution.sh fails if Yarn shuffle jar DNEAndrew Or2014-11-131-1/+3
* [SPARK-4378][MLLIB] make ALS more Java-friendlyXiangrui Meng2014-11-133-53/+53
* [SPARK-4348] [PySpark] [MLlib] rename random.py to rand.pyDavies Liu2014-11-136-20/+38
* [SPARK-4256] Make Binary Evaluation Metrics functions defined in cases where ...Andrew Bullen2014-11-122-27/+113
* [SPARK-4370] [Core] Limit number of Netty cores based on executor sizeAaron Davidson2014-11-1217-64/+104
* [SPARK-4373][MLLIB] fix MLlib maven testsXiangrui Meng2014-11-1236-82/+108
* [Release] Bring audit scripts up-to-dateAndrew Or2014-11-124-286/+75
* [SPARK-2672] support compressed file in wholeTextFileDavies Liu2014-11-123-13/+103
* [SPARK-4369] [MLLib] fix TreeModel.predict() with RDDDavies Liu2014-11-122-12/+26
* [SPARK-3666] Extract interfaces for EdgeRDD and VertexRDDAnkur Dave2014-11-124-244/+386
* [Release] Correct make-distribution.sh log pathAndrew Or2014-11-121-1/+1
* Internal cleanup for aggregateMessagesAnkur Dave2014-11-124-34/+69
* [SPARK-4281][Build] Package Yarn shuffle service into its own jarAndrew Or2014-11-125-10/+53
* [Test] Better exception message from SparkSubmitSuiteAndrew Or2014-11-121-8/+9
* [SPARK-3660][STREAMING] Initial RDD for updateStateByKey transformationSoumitra Kumar2014-11-126-38/+240
* [SPARK-3530][MLLIB] pipeline and parameters with examplesXiangrui Meng2014-11-1233-16/+2425
* [SPARK-4355][MLLIB] fix OnlineSummarizer.merge when other.mean is zeroXiangrui Meng2014-11-122-45/+51
* [SPARK-3936] Add aggregateMessages, which supersedes mapReduceTripletsAnkur Dave2014-11-1115-376/+766
* [MLLIB] SPARK-4347: Reducing GradientBoostingSuite run time.Manish Amde2014-11-111-5/+5
* Support cross building for Scala 2.11Prashant Sharma2014-11-1154-215/+4204
* [Release] Log build output for each distributionAndrew Or2014-11-111-1/+2
* SPARK-2269 Refactor mesos scheduler resourceOffers and add unit testTimothy Chen2014-11-112-79/+152
* [SPARK-4282][YARN] Stopping flag in YarnClientSchedulerBackend should be vola...Kousuke Saruta2014-11-111-1/+1
* SPARK-4305 [BUILD] yarn-alpha profile won't build due to network/yarn moduleSean Owen2014-11-111-1/+0
* SPARK-1830 Deploy failover, Make Persistence engine and LeaderAgent PluggablePrashant Sharma2014-11-1110-150/+211
* [Streaming][Minor]Replace some 'if-else' in Clockhuangzhaowei2014-11-111-13/+2
* [SPARK-2492][Streaming] kafkaReceiver minor changes to align with Kafka 0.8jerryshao2014-11-112-36/+5
* [SPARK-4295][External]Fix exception in SparkSinkSuitemaji20142014-11-112-0/+30
* [SPARK-4307] Initialize FileDescriptor lazily in FileRegion.Reynold Xin2014-11-1116-40/+191
* [SPARK-4324] [PySpark] [MLlib] support numpy.array for all MLlib APIDavies Liu2014-11-107-32/+105
* [SPARK-4330][Doc] Link to proper URL for YARN overviewKousuke Saruta2014-11-101-1/+1
* [SPARK-3649] Remove GraphX custom serializersAnkur Dave2014-11-105-567/+6
* [SPARK-4274] [SQL] Fix NPE in printing the details of the query planCheng Hao2014-11-101-1/+1
* [SPARK-3954][Streaming] Optimization to FileInputDStreamsurq2014-11-101-3/+4
* [SPARK-4149][SQL] ISO 8601 support for json date time stringsDaoyuan Wang2014-11-103-2/+40
* [SPARK-4250] [SQL] Fix bug of constant null value mapping to ConstantObjectIn...Cheng Hao2014-11-1011-86/+199
* [SQL] remove a decimal case branch that has no effect at runtimeXiangrui Meng2014-11-101-1/+0