aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5539][MLLIB] LDA guideXiangrui Meng2015-02-083-1/+215
* [SPARK-5472][SQL] Fix Scala code styleHung Lin2015-02-082-36/+41
* SPARK-4405 [MLLIB] Matrices.* construction methods should check for rows x co...Sean Owen2015-02-081-2/+12
* [SPARK-5660][MLLIB] Make Matrix apply publicJoseph K. Bradley2015-02-081-3/+3
* [SPARK-5643][SQL] Add a show method to print the content of a DataFrame in ta...Reynold Xin2015-02-088-21/+151
* SPARK-5665 [DOCS] Update netlib-java documentationSam Halliday2015-02-081-17/+24
* [SPARK-5598][MLLIB] model save/load for ALSXiangrui Meng2015-02-083-3/+100
* [SQL] Set sessionState in QueryExecution.Yin Huai2015-02-081-0/+5
* [SPARK-3039] [BUILD] Spark assembly for new hadoop API (hadoop 2) contai...medale2015-02-081-0/+4
* [SPARK-5672][Web UI] Don't return `ERROR 500` when have missing argsKirill A. Korinskiy2015-02-086-16/+35
* [SPARK-5656] Fail gracefully for large values of k and/or n that will ex...mbittmann2015-02-081-0/+3
* [SPARK-5366][EC2] Check the mode of private keyliuchang08122015-02-081-0/+15
* [SPARK-5671] Upgrade jets3t to 0.9.2 in hadoop-2.3 and 2.4 profilesJosh Rosen2015-02-071-2/+2
* [SPARK-5108][BUILD] Jackson dependency management for Hadoop-2.6.0 supportZhan Zhang2015-02-071-0/+13
* SPARK-5408: Use -XX:MaxPermSize specified by user instead of default in ...Jacek Lewandowski2015-02-071-2/+12
* [BUILD] Add the ability to launch spark-shell from SBT.Michael Armbrust2015-02-071-0/+23
* [SPARK-5388] Provide a stable application submission gateway for standalone c...Andrew Or2015-02-0623-94/+2027
* SPARK-5403: Ignore UserKnownHostsFile in SSH callsGrzegorz Dubicki2015-02-061-0/+1
* [SPARK-5601][MLLIB] make streaming linear algorithms Java-friendlyXiangrui Meng2015-02-063-1/+181
* [SQL] [Minor] HiveParquetSuite was disabled by mistake, re-enable themCheng Lian2015-02-062-4/+10
* [SQL] Use TestSQLContext in Java testsMichael Armbrust2015-02-062-7/+6
* [SPARK-4994][network]Cleanup removed executors' ShuffleInfo in yarn shuffle ...lianhuiwang2015-02-061-1/+6
* [SPARK-5444][Network]Add a retry to deal with the conflict port in netty server.huangzhaowei2015-02-062-2/+41
* [SPARK-4874] [CORE] Collect record count metricsKostas Sakellis2015-02-0620-146/+548
* [HOTFIX] Fix the maven build after adding sqlContext to spark-shellMichael Armbrust2015-02-061-1/+0
* [SPARK-5600] [core] Clean up FsHistoryProvider test, fix app sort order.Marcelo Vanzin2015-02-062-48/+52
* SPARK-5613: Catch the ApplicationNotFoundException exception to avoid thread ...Kashish Jain2015-02-061-2/+9
* SPARK-5633 pyspark saveAsTextFile support for compression codecVladimir Vladimirov2015-02-061-2/+20
* [HOTFIX][MLLIB] fix a compilation error with java 6Xiangrui Meng2015-02-061-2/+2
* [SPARK-4983] Insert waiting time before tagging EC2 instancesGenTang2015-02-061-0/+3
* [SPARK-5586][Spark Shell][SQL] Make `sqlContext` available in spark shellOopsOutOfMemory2015-02-064-1/+58
* [SPARK-5278][SQL] Introduce UnresolvedGetField and complete the check of ambi...Wenchen Fan2015-02-0612-88/+84
* [SQL][Minor] Remove cache keyword in SqlParserwangfei2015-02-061-1/+0
* [SQL][HiveConsole][DOC] HiveConsole `correct hiveconsole imports`OopsOutOfMemory2015-02-062-1/+9
* [SPARK-5595][SPARK-5603][SQL] Add a rule to do PreInsert type casting and fie...Yin Huai2015-02-0610-7/+227
* [SPARK-5324][SQL] Results of describe can't be queriedOopsOutOfMemory2015-02-064-8/+61
* [SPARK-5619][SQL] Support 'show roles' in HiveContextq002515982015-02-061-0/+1
* [SPARK-5640] Synchronize ScalaReflection where necessaryTobias Schlatter2015-02-061-2/+3
* [SPARK-5650][SQL] Support optional 'FROM' clauseLiang-Chi Hsieh2015-02-063-5/+18
* [SPARK-5628] Add version option to spark-ec2Nicholas Chammas2015-02-061-8/+8
* [SPARK-2945][YARN][Doc]add doc for spark.executor.instancesWangTaoTheTonic2015-02-061-0/+7
* [SPARK-4361][Doc] Add more docs for Hadoop Configurationzsxwing2015-02-062-2/+46
* [HOTFIX] Fix test build break in ExecutorAllocationManagerSuite.Josh Rosen2015-02-061-6/+6
* [SPARK-5652][Mllib] Use broadcasted weights in LogisticRegressionModelLiang-Chi Hsieh2015-02-063-8/+8
* [SPARK-5555] Enable UISeleniumSuite testsJosh Rosen2015-02-061-9/+20
* SPARK-2450 Adds executor log links to Web UIKostas Sakellis2015-02-0618-30/+178
* [SPARK-5618][Spark Core][Minor] Optimise utility code.Makoto Fukuhara2015-02-061-2/+2
* [SPARK-5593][Core]Replace BlockManagerListener with ExecutorListener in Execu...lianhuiwang2015-02-062-22/+19
* [SPARK-4877] Allow user first classes to extend classes in the parent.Stephen Haberman2015-02-064-18/+61
* [SPARK-5396] Syntax error in spark scripts on windows.Masayoshi TSUZUKI2015-02-061-1/+1