aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PySpark] Add blanklines to Python docstrings so example code renders correctlyRJ Nowling2014-08-061-0/+9
* [SPARK-2852][MLLIB] API consistency for `mllib.feature`Xiangrui Meng2014-08-065-10/+91
* SPARK-2566. Update ShuffleWriteMetrics incrementallySandy Ryza2014-08-0611-82/+164
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-0632-136/+348
* [SPARK-2678][Core][SQL] A workaround for SPARK-2678Cheng Lian2014-08-068-75/+164
* [SPARK-2875] [PySpark] [SQL] handle null in schemaRDD()Davies Liu2014-08-062-11/+23
* [SPARK-2157] Enable tight firewall rules for SparkAndrew Or2014-08-0622-172/+416
* [SPARK-1022][Streaming][HOTFIX] Fixed zookeeper dependency of KafkaTathagata Das2014-08-051-0/+4
* [MLlib] Use this.type as return type in k-means' builder patternDB Tsai2014-08-051-6/+6
* SPARK-2294: fix locality inversion bug in TaskManagerCodingCat2014-08-054-120/+203
* [SQL] Fix logging warn -> debugMichael Armbrust2014-08-051-2/+2
* [SQL] Tighten the visibility of various SQLConf methods and renamed setter/ge...Reynold Xin2014-08-056-66/+62
* [SPARK-2806] core - upgrade to json4s-jackson 3.2.10Anand Avati2014-08-051-1/+1