aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-6050] [yarn] Relax matching of vcore count in received containers.Marcelo Vanzin2015-03-021-2/+8
* [SPARK-6040][SQL] Fix the percent bug in tablesampleq002515982015-03-022-1/+11
* [Minor] Fix doc typo for describing primitiveTerm effectiveness conditionLiang-Chi Hsieh2015-03-021-1/+1
* SPARK-5390 [DOCS] Encourage users to post on Stack Overflow in Community DocsSean Owen2015-03-021-8/+2
* [DOCS] Refactored Dataframe join comment to use correct parameter orderingPaul Power2015-03-021-2/+2
* [SPARK-6080] [PySpark] correct LogisticRegressionWithLBFGS regType parameter ...Yanbo Liang2015-03-021-1/+1
* aggregateMessages example in graphX docDEBORAH SIEGEL2015-03-021-2/+2
* [SPARK-5741][SQL] Support the path contains comma in HiveContextq002515982015-03-0218-1/+2511
* [SPARK-6111] Fixed usage string in documentation.Kenneth Myers2015-03-021-1/+1
* [SPARK-6052][SQL]In JSON schema inference, we should always set containsNull ...Yin Huai2015-03-022-24/+23
* [SPARK-6073][SQL] Need to refresh metastore cache after append data in Create...Yin Huai2015-03-022-0/+54
* [SPARK-6103][Graphx]remove unused class to import in EdgeRDDImplLianhui Wang2015-03-021-1/+1
* SPARK-3357 [CORE] Internal log messages should be set at DEBUG level instead ...Sean Owen2015-03-024-6/+6
* [Streaming][Minor]Fix some error docs in streaming examplesSaisai Shao2015-03-023-3/+4
* [SPARK-6083] [MLLib] [DOC] Make Python API example consistent in NaiveBayesMechCoder2015-03-011-10/+16
* [SPARK-6053][MLLIB] support save/load in PySpark's ALSXiangrui Meng2015-03-014-6/+82
* [SPARK-6074] [sql] Package pyspark sql bindings.Marcelo Vanzin2015-03-011-0/+8
* [SPARK-6075] Fix bug in that caused lost accumulator updates: do not store We...Josh Rosen2015-02-281-17/+23
* SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsExceptionEvan Yu2015-02-284-5/+161
* SPARK-1965 [WEBUI] Spark UI throws NPE on trying to load the app page for non...Sean Owen2015-02-281-1/+10
* SPARK-5983 [WEBUI] Don't respond to HTTP TRACE in HTTP-based UIsSean Owen2015-02-282-0/+12
* SPARK-6063 MLlib doesn't pass mvn scalastyle check due to UTF chars in LDAMod...Michael Griffiths2015-02-281-1/+1
* [SPARK-5775] [SQL] BugFix: GenericRow cannot be cast to SpecificMutableRow wh...Cheng Lian2015-02-283-24/+217
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2015-02-270-0/+0
* [SPARK-5979][SPARK-6032] Smaller safer --packages fixBurak Yavuz2015-02-272-18/+51
* [SPARK-6070] [yarn] Remove unneeded classes from shuffle service jar.Marcelo Vanzin2015-02-271-1/+2
* [SPARK-6055] [PySpark] fix incorrect __eq__ of DataTypeDavies Liu2015-02-274-137/+86
* [SPARK-5751] [SQL] Sets SPARK_HOME as SPARK_PID_DIR when running Thrift serve...Cheng Lian2015-02-281-2/+11
* [Streaming][Minor] Remove useless type signature of Java Kafka direct stream APISaisai Shao2015-02-271-1/+1
* [SPARK-4587] [mllib] [docs] Fixed save,load calls in ML guide examplesJoseph K. Bradley2015-02-275-40/+60
* [SPARK-6059][Yarn] Add volatile to ApplicationMaster's reporterThread and all...zsxwing2015-02-271-2/+2
* [SPARK-6058][Yarn] Log the user class exception in ApplicationMasterzsxwing2015-02-271-2/+1
* [SPARK-6036][CORE] avoid race condition between eventlogListener and akka act...Zhang, Liye2015-02-261-3/+3
* fix spark-6033, clarify the spark.worker.cleanup behavior in standalone mode许鹏2015-02-261-2/+1
* [SPARK-6046] Privatize SparkConf.translateConfKeyAndrew Or2015-02-262-3/+3
* SPARK-2168 [Spark core] Use relative URIs for the app links in the History Se...Lukasz Jastrzebski2015-02-261-0/+56
* [SPARK-5495][UI] Add app and driver kill function in master web UIjerryshao2015-02-263-5/+58
* [SPARK-5771][UI][hotfix] Change Requested Cores into * if default cores is no...jerryshao2015-02-261-1/+1
* [SPARK-6024][SQL] When a data source table has too many columns, it's schema ...Yin Huai2015-02-263-6/+54
* [SPARK-6037][SQL] Avoiding duplicate Parquet schema mergingLiang-Chi Hsieh2015-02-271-16/+7
* [SPARK-5529][CORE]Add expireDeadHosts in HeartbeatReceiverHong Shen2015-02-267-49/+79
* SPARK-4579 [WEBUI] Scheduling Delay appears negativeSean Owen2015-02-261-6/+7
* SPARK-6045 RecordWriter should be checked against null in PairRDDFunctio...tedyu2015-02-261-0/+1
* [SPARK-5951][YARN] Remove unreachable driver memory properties in yarn client...mohit.goyal2015-02-261-6/+0
* Add a note for context termination for History server on Yarnmoussa taifi2015-02-261-0/+2
* SPARK-4300 [CORE] Race condition during SparkWorker shutdownSean Owen2015-02-261-2/+1
* [SPARK-6018] [YARN] NoSuchMethodError in Spark app is swallowed by YARN AMCheolsoo Park2015-02-261-3/+3
* [SPARK-6027][SPARK-5546] Fixed --jar and --packages not working for KafkaUtil...Tathagata Das2015-02-262-16/+55
* [SPARK-3562]Periodic cleanup event logsxukun 002289472015-02-263-35/+110
* Modify default value description for spark.scheduler.minRegisteredResourcesRa...Li Zhihui2015-02-261-1/+1