aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2923][MLLIB] Implement some basic BLAS routinesXiangrui Meng2014-08-117-66/+432
* [SQL] [SPARK-2826] Reduce the memory copy while building the hashmap for Hash...Cheng Hao2014-08-111-26/+28
* [SPARK-2650][SQL] Build column buffers in smaller batchesMichael Armbrust2014-08-117-36/+70
* [SPARK-2968][SQL] Fix nullabilities of Explode.Takuya UESHIN2014-08-111-4/+4
* [SPARK-2965][SQL] Fix HashOuterJoin output nullabilities.Takuya UESHIN2014-08-111-1/+12
* [SQL] A tiny refactoring in HiveContext#analyzeYin Huai2014-08-111-5/+3
* [sql]use SparkSQLEnv.stop() in ShutdownHookwangfei2014-08-111-1/+1
* [SPARK-2590][SQL] Added option to handle incremental collection, disabled by ...Cheng Lian2014-08-111-1/+10
* [SPARK-2844][SQL] Correctly set JVM HiveContext if it is passed into Python H...Ahir Reddy2014-08-111-0/+14
* [SPARK-2934][MLlib] Adding LogisticRegressionWithLBFGS InterfaceDB Tsai2014-08-112-4/+136
* [SPARK-2515][mllib] Chi Squared testDoris Xin2014-08-114-0/+512
* [SPARK-2931] In TaskSetManager, reset currentLocalityIndex after recomputing ...Josh Rosen2014-08-112-5/+46
* [SPARK-2952] Enable logging actor messages at DEBUG levelReynold Xin2014-08-1113-38/+111
* [PySpark] [SPARK-2954] [SPARK-2948] [SPARK-2910] [SPARK-2101] Python 2.6 FixesJosh Rosen2014-08-115-7/+36
* [SPARK-2936] Migrate Netty network module from Java to ScalaReynold Xin2014-08-1012-364/+292
* [SPARK-2937] Separate out samplyByKeyExact as its own API in PairRDDFunctionDoris Xin2014-08-104-128/+216
* [SPARK-2898] [PySpark] fix bugs in deamon.pyDavies Liu2014-08-102-32/+48
* [SPARK-2950] Add gc time and shuffle write time to JobLoggerShivaram Venkataraman2014-08-101-3/+6
* Remove extra semicolon in Task.scalaGuoQiang Li2014-08-101-1/+1
* Turn UpdateBlockInfo into case class.Reynold Xin2014-08-091-19/+1
* Updated Spark SQL README to include the hive-thriftserver moduleReynold Xin2014-08-091-1/+2
* [SPARK-2894] spark-shell doesn't accept flagsKousuke Saruta2014-08-096-11/+94
* [SPARK-1766] sorted functions to meet pedantic requirementsChris Cope2014-08-091-19/+19
* [SPARK-2861] Fix Doc comment of histogram methodChandan Kumar2014-08-091-3/+3
* [SPARK-2635] Fix race condition at SchedulerBackend.isReady in standalone modeli-zhihui2014-08-085-32/+43
* [SPARK-2911] apply parent[T](j) to clarify UnionRDD codeErik Erlandson2014-08-081-2/+1
* [Web UI]Make decision order of Worker's WebUI port consistent with Master'sWangTao2014-08-083-10/+10
* [SPARK-2897][SPARK-2920]TorrentBroadcast does use the serializer class specif...GuoQiang Li2014-08-082-8/+33
* [SPARK-1997][MLLIB] update breeze to 0.9Xiangrui Meng2014-08-084-4/+8
* [SPARK-2700] [SQL] Hidden files (such as .impala_insert_staging) should be fi...chutium2014-08-081-2/+3
* [SPARK-2919] [SQL] Basic support for analyze command in HiveQlYin Huai2014-08-084-5/+89
* [SPARK-2877] [SQL] MetastoreRelation should use SparkClassLoader when creatin...Yin Huai2014-08-081-3/+5
* [SPARK-2908] [SQL] JsonRDD.nullTypeToStringType does not convert all NullType...Yin Huai2014-08-083-5/+12
* [SPARK-2888] [SQL] Fix addColumnMetadataToConf in HiveTableScanYin Huai2014-08-081-11/+6
* [SPARK-2911]: provide rdd.parent[T](j) to obtain jth parent RDDErik Erlandson2014-08-072-0/+15
* [SPARK-2904] Remove non-used local variable in SparkSubmitArgumentsKousuke Saruta2014-08-071-1/+0
* SPARK-2565. Update ShuffleReadMetrics as blocks are fetchedSandy Ryza2014-08-0710-64/+84
* SPARK-2787: Make sort-based shuffle write files directly when there's no sort...Matei Zaharia2014-08-076-118/+407
* SPARK-2899 Doc generation is back to working in new SBT Build.Prashant Sharma2014-08-072-28/+34
* SPARK-2905 Fixed path sbin => binOleg Danilov2014-08-071-1/+1
* [SPARK-2852][MLLIB] Separate model from IDF/StandardScaler algorithmsXiangrui Meng2014-08-074-129/+121
* [mllib] DecisionTree Strategy parameter checksJoseph K. Bradley2014-08-072-3/+38
* SPARK-2879 part 2 [BUILD] Use HTTPS to access Maven Central and other reposSean Owen2014-08-071-2/+4
* [SPARK-2851] [mllib] DecisionTree Python consistency updateJoseph K. Bradley2014-08-065-77/+181
* [SPARK-2887] fix bug of countApproxDistinct() when have more than one partitionDavies Liu2014-08-062-6/+6
* HOTFIX: Support custom Java 7 locationPatrick Wendell2014-08-061-1/+8
* SPARK-2879 [BUILD] Use HTTPS to access Maven Central and other reposSean Owen2014-08-061-3/+12
* [SPARK-2583] ConnectionManager error reportingKousuke Saruta2014-08-0610-89/+362
* SPARK-2882: Spark build now checks local maven cache for dependenciesGregory Owen2014-08-061-1/+2
* [HOTFIX][Streaming] Handle port collisions in flume polling testAndrew Or2014-08-061-1/+31