Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch 1.2 #10485

Closed
wants to merge 652 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
652 commits
Select commit Hold shift + click to select a range
e7f9dd5
[SPARK-4880] remove spark.locality.wait in Analytics
Earne Dec 18, 2014
61c9b89
[SPARK-4884]: Improve Partition docs
msiddalingaiah Dec 19, 2014
075b399
[SPARK-4837] NettyBlockTransferService should use spark.blockManager.…
aarondav Dec 19, 2014
ca37639
[SPARK-4754] Refactor SparkContext into ExecutorAllocationClient
Dec 19, 2014
fd7bb9d
SPARK-3428. TaskMetrics for running tasks is missing GC time metrics
sryza Dec 19, 2014
6aa88cc
[SPARK-4889] update history server example cmds
ryan-williams Dec 19, 2014
f930fe8
[SPARK-4896] don’t redundantly overwrite executor JAR deps
ryan-williams Dec 19, 2014
4da1039
change signature of example to match released code
eranation Dec 20, 2014
a1a1361
SPARK-2641: Passing num executors to spark arguments from properties …
Dec 20, 2014
96d5b00
[SPARK-4140] Document dynamic allocation
Dec 20, 2014
4346a2b
[Minor] Build Failed: value defaultProperties not found
SaintBacchus Dec 20, 2014
665653d
[SPARK-2075][Core] Make the compiler generate same bytes code for Had…
zsxwing Dec 22, 2014
b896963
[SPARK-2075][Core] backport for branch-1.2
zsxwing Dec 22, 2014
31d42c4
[SPARK-4915][YARN] Fix classname to be specified for external shuffle…
Dec 22, 2014
70e69ef
[SPARK-4883][Shuffle] Add a name to the directoryCleaner thread
zsxwing Dec 22, 2014
c7396b5
[Minor] Improve some code in BroadcastTest for short
SaintBacchus Dec 22, 2014
4b2bded
[SPARK-4864] Add documentation to Netty-based configs
aarondav Dec 22, 2014
a8a8e0e
[SPARK-4920][UI]:current spark version in UI is not striking.
uncleGen Dec 22, 2014
58e3702
[SPARK-4818][Core] Add 'iterator' to reduce memory consumed by join
zsxwing Dec 22, 2014
f86fe08
[Docs] Minor typo fixes
nchammas Dec 23, 2014
9fb86b8
[SPARK-4931][Yarn][Docs] Fix the format of running-on-yarn.md
zsxwing Dec 23, 2014
ec11ffd
[SPARK-4834] [standalone] Clean up application files after app finishes.
Dec 23, 2014
e74ce14
[SPARK-4932] Add help comments in Analytics
maropu Dec 23, 2014
7b5ba85
[SPARK-4914][Build] Cleans lib_managed before compiling with Hive 0.13.1
liancheng Dec 23, 2014
6a46cc3
[SPARK-4730][YARN] Warn against deprecated YARN settings
Dec 23, 2014
01adf45
[SPARK-4802] [streaming] Remove receiverInfo once receiver is de-regi…
ilayaperumalg Dec 23, 2014
aa78c23
[SPARK-4671][Streaming]Do not replicate streaming block when WAL is e…
jerryshao Dec 23, 2014
1a4e2ba
[SPARK-4606] Send EOF to child JVM when there's no more data to read.
Dec 24, 2014
17d6f54
[SPARK-4873][Streaming] Use `Future.zip` instead of `Future.flatMap`(…
zsxwing Dec 25, 2014
475ab6e
Fix "Building Spark With Maven" link in README.md
dennyglee Dec 25, 2014
acf5c63
[SPARK-4537][Streaming] Expand StreamingSource to add more metrics
jerryshao Dec 26, 2014
391080b
SPARK-4971: Fix typo in BlockGenerator comment
CodingCat Dec 26, 2014
2e0af87
[SPARK-3787][BUILD] Assembly jar name is wrong when we build with sbt…
sarutak Dec 27, 2014
3c4acac
HOTFIX: Slight tweak on previous commit.
pwendell Dec 27, 2014
23d64cf
[SPARK-4952][Core]Handle ConcurrentModificationExceptions in SparkEnv…
witgo Dec 27, 2014
2cd446a
[SPARK-4966][YARN]The MemoryOverhead value is setted not correctly
XuTingjun Dec 29, 2014
7604666
[SPARK-4982][DOC] `spark.ui.retainedJobs` description is wrong in Spa…
wangxiaojing Dec 29, 2014
e81c869
SPARK-4968: takeOrdered to skip reduce step in case mappers return no…
Dec 29, 2014
e20d632
[SPARK-4920][UI] add version on master and worker page for standalone…
liyezhang556520 Dec 30, 2014
42809db
[SPARK-4882] Register PythonBroadcast with Kryo so that PySpark works…
JoshRosen Dec 30, 2014
cde8a31
[SPARK-4908][SQL] Prevent multiple concurrent hive native commands
marmbrus Dec 30, 2014
7a24541
[SPARK-4386] Improve performance when writing Parquet files
MickDavies Dec 30, 2014
edc96d8
[SPARK-4813][Streaming] Fix the issue that ContextWaiter didn't handl…
zsxwing Dec 30, 2014
ad3dc81
[SPARK-1010] Clean up uses of System.setProperty in unit tests
JoshRosen Dec 31, 2014
7c9c25b
[SPARK-4298][Core] - The spark-submit cannot read Main-Class from Man…
Dec 31, 2014
076de46
[HOTFIX] Disable Spark UI in SparkSubmitSuite tests
JoshRosen Dec 12, 2014
bd70ff9
[SPARK-4790][STREAMING] Fix ReceivedBlockTrackerSuite waits for old f…
harishreedharan Dec 31, 2014
14dbd83
[SPARK-5028][Streaming]Add total received and processed records metri…
jerryshao Dec 31, 2014
434ea00
[SPARK-5035] [Streaming] ReceiverMessage trait should extend Serializ…
JoshRosen Jan 1, 2015
da9a4b9
[HOTFIX] Bind web UI to ephemeral port in DriverSuite
JoshRosen Jan 1, 2015
33f0b14
Fixed typos in streaming-kafka-integration.md
Jan 2, 2015
93617dd
[SPARK-5058] Updated broken links
sigmoidanalytics Jan 4, 2015
9dbb62e
[SPARK-4787] Stop SparkContext if a DAGScheduler init error occurs
tigerquoll Jan 4, 2015
67e2eb6
[SPARK-4631] unit test for MQTT
Jan 5, 2015
a0bb88e
[SPARK-4835] Disable validateOutputSpecs for Spark Streaming jobs
JoshRosen Jan 5, 2015
f979205
[SPARK-4465] runAsSparkUser doesn't affect TaskRunner in Mesos enviro…
jongyoul Jan 5, 2015
cf55a2b
[SPARK-5089][PYSPARK][MLLIB] Fix vector convert
freeman-lab Jan 5, 2015
db83acb
[HOTFIX] Add missing SparkContext._ import to fix 1.2 build.
JoshRosen Jan 6, 2015
7a4be0b
[YARN][SPARK-4929] Bug fix: fix the yarn-client code to support HA
SaintBacchus Jan 7, 2015
1770c51
[SPARK-5132][Core]Correct stage Attempt Id key in stageInfofromJson
suyanNone Jan 7, 2015
755f9cc
[SPARK-5130][Deploy]Take yarn-cluster as cluster mode in spark-submit
WangTaoTheTonic Jan 8, 2015
71471bd
[SPARK-4973][CORE] Local directory in the driver of client-mode conti…
sarutak Jan 8, 2015
2f4e73d
SPARK-5136 [DOCS] Improve documentation around setting up Spark Intel…
srowen Jan 9, 2015
09eef3b
[SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifact
alexoss68 Jan 10, 2015
c6ea6d4
[SPARK-4943][SQL] Allow table name having dot for db/catalog
alexoss68 Jan 10, 2015
cce003d
[SPARK-5187][SQL] Fix caching of tables with HiveUDFs in the WHERE cl…
marmbrus Jan 10, 2015
f04ff9d
[SPARK-5181] do not print writing WAL log when WAL is disabled
CodingCat Jan 10, 2015
056149d
[SPARK-4951][Core] Fix the issue that a busy executor may be killed
zsxwing Jan 12, 2015
a1ee09e
[SPARK-5200] Disable web UI in Hive ThriftServer tests
JoshRosen Jan 12, 2015
558be07
[SPARK-5102][Core]subclass of MapStatus needs to be registered with Kryo
lianhuiwang Jan 12, 2015
5970f0b
[SPARK-5078] Optionally read from SPARK_LOCAL_HOSTNAME
marmbrus Jan 12, 2015
6d23af6
[SPARK-5049][SQL] Fix ordering of partition columns in ParquetTableScan
marmbrus Jan 12, 2015
7809683
[SPARK-5131][Streaming][DOC]: There is a discrepancy in WAL implement…
uncleGen Jan 13, 2015
1b6596e
[SPARK-5223] [MLlib] [PySpark] fix MapConverter and ListConverter in …
Jan 13, 2015
f7bbe29
[SPARK-5234][ml]examples for ml don't have sparkContext.stop
Jan 14, 2015
47fb0d0
[SPARK-5254][MLLIB] Update the user guide to position spark.ml better
mengxr Jan 15, 2015
3813547
[SPARK-5254][MLLIB] remove developers section from spark.ml guide
mengxr Jan 15, 2015
b3fe6df
[SPARK-5224] [PySpark] improve performance of parallelize list/ndarray
Jan 15, 2015
89a0990
[SPARK-4033][Examples]Input of the SparkPi too big causes the emptio…
SaintBacchus Jan 12, 2015
e38cb29
[SPARK-5201][CORE] deal with int overflow in the ParallelCollectionRD…
advancedxy Jan 16, 2015
473777e
[DOCS] Fix typo in return type of cogroup
srowen Jan 16, 2015
4a550ac
[SPARK-733] Add documentation on use of accumulators in lazy transfor…
Jan 16, 2015
94bafd8
[SPARK-5289]: Backport publishing of repl, yarn into branch-1.2.
pwendell Jan 18, 2015
5d5ee40
[SPARK-5282][mllib]: RowMatrix easily gets int overflow in the memory…
hhbyyh Jan 19, 2015
6599f50
[SPARK-4504][Examples] fix run-example failure if multiple assembly j…
gvramana Jan 19, 2015
228bf6c
[SPARK-4803] [streaming] Remove duplicate RegisterReceiver message
ilayaperumalg Jan 20, 2015
692dc5b
SPARK-4660: Use correct class loader in JavaSerializer (copy of PR #3…
jacek-lewandowski Jan 20, 2015
92c238c
[SPARK-4959][SQL] Attributes are case sensitive when using a select q…
chenghao-intel Jan 21, 2015
410b908
[SPARK-5275] [Streaming] include python source code
Jan 21, 2015
fd6266f
[HOTFIX] Update pom.xml to pull MapR's Hadoop version 2.4.1.
rkannan82 Jan 21, 2015
0c13eed
[SPARK-4759] Fix driver hanging from coalescing partitions
Dec 10, 2014
1d73017
[SPARK-4569] Rename 'externalSorting' in Aggregator
Dec 10, 2014
e90f6b5
[SPARK-4161]Spark shell class path is not correctly set if "spark.dri…
witgo Dec 10, 2014
37db20c
[SPARK-5064][GraphX] Add numEdges upperbound validation for R-MAT gra…
Jan 21, 2015
bb8bd11
[SPARK-5006][Deploy]spark.port.maxRetries doesn't work
WangTaoTheTonic Jan 13, 2015
079b3be
Make sure only owner can read / write to directories created for the …
Jan 21, 2015
dd18429
[SPARK-5355] make SparkConf thread-safe
Jan 22, 2015
cab410c
[SPARK-5147][Streaming] Delete the received data WAL log periodically
tdas Jan 22, 2015
5d07488
[HOTFIX] Fixed compilation error due to missing SparkContext._ implic…
tdas Jan 22, 2015
5aaf0e0
[SPARK-5233][Streaming] Fix error replaying of WAL introduced bug
jerryshao Jan 23, 2015
2ea782a
[SPARK-5063] More helpful error messages for several invalid operations
JoshRosen Jan 24, 2015
73cb806
[SPARK-5351][GraphX] Do not use Partitioner.defaultPartitioner as a p…
maropu Jan 24, 2015
ff2d7bd
[SPARK-5058] Part 2. Typos and broken URL
jongyoul Jan 24, 2015
1f8b718
[SPARK-5401] set executor ID before creating MetricsSystem
ryan-williams Jan 25, 2015
c573af4
[SPARK-5402] log executor ID at executor-construction time
ryan-williams Jan 25, 2015
a7e99ed
SPARK-3852 [DOCS] Document spark.driver.extra* configs
srowen Jan 25, 2015
7652809
SPARK-5382: Use SPARK_CONF_DIR in spark-class if it is defined
jacek-lewandowski Jan 25, 2015
e82e960
SPARK-5382: Use SPARK_CONF_DIR in spark-class and spark-submit, spark…
jacek-lewandowski Jan 25, 2015
f34c113
SPARK-4506 [DOCS] Addendum: Update more docs to reflect that standalo…
srowen Jan 25, 2015
8f55bee
[SPARK-5344][WebUI] HistoryServer cannot recognize that inprogress fi…
sarutak Jan 25, 2015
2a2da42
Revert "[SPARK-5344][WebUI] HistoryServer cannot recognize that inpro…
Jan 25, 2015
cf65620
SPARK-4430 [STREAMING] [TEST] Apache RAT Checks fail spuriously on te…
srowen Jan 26, 2015
ef6fe84
[SPARK-5355] use j.u.c.ConcurrentHashMap instead of TrieMap
Jan 26, 2015
b378e9a
SPARK-4147 [CORE] Reduce log4j dependency
srowen Jan 26, 2015
07c0fd1
Updating versions for Spark 1.2.1
pwendell Jan 27, 2015
e87eb2b
Preparing Spark release v1.2.1-rc1
Jan 27, 2015
adfed70
Preparing development version 1.2.2-SNAPSHOT
Jan 27, 2015
e8da342
Revert "Preparing development version 1.2.2-SNAPSHOT"
pwendell Jan 27, 2015
8c46100
Revert "Preparing Spark release v1.2.1-rc1"
pwendell Jan 27, 2015
3e2d7d3
Preparing Spark release v1.2.1-rc1
pwendell Jan 27, 2015
f53a431
Preparing development version 1.2.2-SNAPSHOT
pwendell Jan 27, 2015
8090448
SPARK-5308 [BUILD] MD5 / SHA1 hash format doesn't match standard Mave…
srowen Jan 27, 2015
fea9b43
[MLlib] fix python example of ALS in guide
Jan 27, 2015
063a4c5
Revert "Preparing development version 1.2.2-SNAPSHOT"
pwendell Jan 28, 2015
4026bba
Revert "Preparing Spark release v1.2.1-rc1"
pwendell Jan 28, 2015
b77f876
Preparing Spark release v1.2.1-rc2
pwendell Jan 28, 2015
0a16aba
Preparing development version 1.2.2-SNAPSHOT
pwendell Jan 28, 2015
00746a5
[Docs] Fix Building Spark link text
nchammas Feb 2, 2015
b978c9f
Disabling Utils.chmod700 for Windows
MartinWeindel Feb 2, 2015
5486440
[SPARK-5195][sql]Update HiveMetastoreCatalog.scala(override the Metas…
seayi Feb 3, 2015
88e0f2d
Revert "[SPARK-5195][sql]Update HiveMetastoreCatalog.scala(override t…
pwendell Feb 3, 2015
d944c0b
Revert "Preparing development version 1.2.2-SNAPSHOT"
pwendell Feb 3, 2015
a64c7a8
Revert "Preparing Spark release v1.2.1-rc2"
pwendell Feb 3, 2015
b6eaf77
Preparing Spark release v1.2.1-rc3
pwendell Feb 3, 2015
591cd83
Preparing development version 1.2.2-SNAPSHOT
pwendell Feb 3, 2015
36c2994
[SPARK-5153][Streaming][Test] Increased timeout to deal with flaky Ka…
tdas Feb 3, 2015
62c7587
[STREAMING] SPARK-4986 Wait for receivers to deregister and receiver …
Feb 3, 2015
3799763
[SPARK-4939] revive offers periodically in LocalBackend
Feb 4, 2015
f318af0
[Minor] Fix incorrect warning log
viirya Feb 4, 2015
09da688
[SPARK-4989][CORE] backport for branch-1.2 catch eventlog exception f…
liyezhang556520 Feb 6, 2015
36f70de
[SPARK-4983] Insert waiting time before tagging EC2 instances
GenTang Feb 6, 2015
d89964f
SPARK-5613: Catch the ApplicationNotFoundException exception to avoid…
kasjain Feb 6, 2015
4bad854
SPARK-5425: Use synchronised methods in system properties to create S…
jacek-lewandowski Feb 8, 2015
97541b2
[SPARK-5691] Fixing wrong data structure lookup for dupe app registra…
mccheah Feb 9, 2015
63eee52
[SPARK-4905][STREAMING] FlumeStreamSuite fix.
harishreedharan Feb 9, 2015
515f658
[SPARK-5698] Do not let user request negative # of executors
Feb 10, 2015
53de237
[SPARK-5703] AllJobsPage throws empty.max exception
Feb 10, 2015
64254ee
[SPARK-5655] Don't chmod700 application files if running in YARN
growse Feb 12, 2015
b78a686
[SPARK-5765][Examples]Fixed word split problem in run-example and com…
gvramana Feb 12, 2015
9c5454d
[SPARK-5762] Fix shuffle write time for sort-based shuffle
kayousterhout Feb 12, 2015
c7bac57
[SPARK-5780] [PySpark] Mute the logging during unit tests
Feb 12, 2015
d24971a
[SPARK-5335] Fix deletion of security groups within a VPC
Feb 12, 2015
0ba065f
Revert "[SPARK-5762] Fix shuffle write time for sort-based shuffle"
Feb 13, 2015
2b9dbdd
[SPARK-4832][Deploy]some other processes might take the daemon pid
WangTaoTheTonic Feb 13, 2015
a5d72fd
[SPARK-4631][streaming][FIX] Wait for a receiver to start before publ…
dragos Feb 2, 2015
222ce9f
SPARK-5728 [STREAMING] MQTTStreamSuite leaves behind ActiveMQ databas…
srowen Feb 11, 2015
c2b4633
SPARK-4267 [YARN] Backport: Failing to launch jobs on Spark on YARN w…
srowen Feb 13, 2015
26410a2
[SPARK-5227] [SPARK-5679] Disable FileSystem cache in WholeTextFileRe…
JoshRosen Feb 14, 2015
f9d8c5e
SPARK-5819 Backported the fix described in SPARK-5805
emres Feb 14, 2015
7f19c7c
[SPARK-1600] Refactor FileInputStream tests to remove Thread.sleep() …
JoshRosen Feb 16, 2015
1af7ca1
[SPARK-5441][pyspark] Make SerDeUtil PairRDD to Python conversions mo…
mnazbro Jan 28, 2015
6f47114
[SPARK-5361]Multiple Java RDD <-> Python RDD conversions not working …
Jan 28, 2015
f468688
[SPARK-5788] [PySpark] capture the exception in python write thread
Feb 17, 2015
a39da17
[SPARK-5395] [PySpark] fix python process leak while coalesce()
Jan 30, 2015
0df26bb
[SPARK-5363] [PySpark] check ending mark in non-block way
Feb 17, 2015
432ceca
HOTFIX: Style issue causing build break
pwendell Feb 17, 2015
6be36d5
Revert "[SPARK-5363] [PySpark] check ending mark in non-block way"
JoshRosen Feb 17, 2015
068ba45
SPARK-4610 addendum: [Minor] [MLlib] Minor doc fix in GBT classificat…
MechCoder Feb 18, 2015
36e15b4
[SPARK-4903][SQL]Backport the bug fix for SPARK-4903
yhuai Feb 18, 2015
f6ee80b
[SPARK-5846] Correctly set job description and pool for SQL jobs
kayousterhout Feb 19, 2015
61bde00
[SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to e…
zsxwing Feb 19, 2015
856fdcb
[SPARK-5825] [Spark Submit] Remove the double checking instance name …
chenghao-intel Feb 19, 2015
18fbed5
[Spark-5889] Remove pid file after stopping service.
zhzhan Feb 19, 2015
5cea859
[SPARK-4808] Removing minimum number of elements read before spill check
mccheah Feb 20, 2015
71173de
[SPARK-5722] [SQL] [PySpark] infer int as LongType in Python (for 1.2…
Feb 24, 2015
2c9d965
Revert "[SPARK-4808] Removing minimum number of elements read before …
Feb 24, 2015
3ad00ee
[Spark-5967] [UI] Correctly clean JobProgressListener.stageIdToActive…
tdas Feb 24, 2015
a9abcaa
[SPARK-5973] [PySpark] fix zip with two RDDs with AutoBatchedSerializer
Feb 24, 2015
00112ba
[SPARK-1955][GraphX]: VertexRDD can incorrectly assume index sharing
Feb 25, 2015
015895a
[SPARK-6015] fix links to source code in Python API docs
Feb 26, 2015
cc7313d
[SPARK-5363] Fix bug in PythonRDD: remove() inside iterator is not safe
Feb 26, 2015
602d5c1
SPARK-4704 [CORE] SparkSubmitDriverBootstrap doesn't flush output
srowen Feb 26, 2015
94faf4c
Modify default value description for spark.scheduler.minRegisteredRes…
li-zhihui Feb 26, 2015
e21475d
[SPARK-6018] [YARN] NoSuchMethodError in Spark app is swallowed by YA…
Feb 26, 2015
2d83442
SPARK-794 [CORE] Backport. Remove sleep() in ClusterScheduler.stop
srowen Feb 26, 2015
64e0cbc
SPARK-4300 [CORE] Race condition during SparkWorker shutdown
srowen Feb 26, 2015
58b3aa6
Add a note for context termination for History server on Yarn
moutai Feb 26, 2015
d0bf938
SPARK-4579 [WEBUI] Scheduling Delay appears negative
srowen Feb 27, 2015
d4ce702
fix spark-6033, clarify the spark.worker.cleanup behavior in standalo…
Feb 27, 2015
6b22741
[SPARK-5434] [EC2] Preserve spaces in EC2 path
nchammas Jan 28, 2015
17b7cc7
[SPARK-5417] Remove redundant executor-id set() call
ryan-williams Jan 28, 2015
576fc54
[SPARK-6055] [PySpark] fix incorrect DataType.__eq__ (for 1.2)
Feb 28, 2015
5226dc7
SPARK-5628 [EC2] Backport: Add version option to spark-ec2
srowen Mar 1, 2015
eb30fc1
Revert "[SPARK-5423][Core] Cleanup resources in DiskMapIterator.final…
Mar 3, 2015
a91c1c5
[SPARK-6133] Make sc.stop() idempotent
Mar 3, 2015
77a8c06
SPARK-1911 [DOCS] Backport. Warn users if their assembly jars are not…
srowen Mar 4, 2015
e753f9c
[EXAMPLES] fix typo.
fukuo33 Feb 23, 2015
d7c359b
[SPARK-6194] [SPARK-677] [PySpark] fix memory leak in collect()
Mar 9, 2015
c684e5f
[SPARK-5186][branch-1.2] Vector.hashCode is not efficient
hhbyyh Mar 12, 2015
9ebd6f1
[SPARK-6294] [PySpark] fix take of PythonRDD in JVM (branch 1.2)
Mar 12, 2015
a2a94a1
[SPARK-6313] Add config option to disable file locks/fetchFile cache …
nemccarthy Mar 17, 2015
06d883c
[SPARK-6132] ContextCleaner race condition across SparkContexts
Mar 3, 2015
abdcec6
[SPARK-6132][HOTFIX] ContextCleaner InterruptedException should be quiet
Mar 4, 2015
e080cc3
[SPARK-5775] BugFix: GenericRow cannot be cast to SpecificMutableRow …
Mar 23, 2015
8ef6995
[SPARK-5559] [Streaming] [Test] Remove oppotunity we met flakiness wh…
sarutak Mar 24, 2015
61c059a
[SPARK-3266] Use intermediate abstract classes to fix type erasure is…
JoshRosen Mar 17, 2015
758ebf7
SPARK-6480 [CORE] histogram() bucket function is wrong in some simple…
srowen Mar 26, 2015
a73055f
[SPARK-6667] [PySpark] remove setReuseAddress
Apr 2, 2015
8fa09a4
SPARK-6414: Spark driver failed with NPE on job cancelation
Apr 2, 2015
d82e732
[SPARK-6578] [core] Fix thread-safety issue in outbound path of netw…
rxin Apr 2, 2015
2991dd0
[SPARK-5195][sql]Update HiveMetastoreCatalog.scala(override the Metas…
seayi Feb 3, 2015
f4a9c41
[CORE] The descriptionof jobHistory config should be spark.history.fs…
Apr 3, 2015
eac9525
[HOTFIX] Updating CHANGES.txt for Spark 1.2.2
pwendell Apr 5, 2015
7b7db59
Preparing development version 1.2.3-SNAPSHOT
pwendell Apr 5, 2015
86d1715
[HOTFIX] Bumping versions for Spark 1.2.2
pwendell Apr 5, 2015
7531b50
Preparing Spark release v1.2.2-rc1
pwendell Apr 5, 2015
f7fe87f
[SPARK-6209] Clean up connections in ExecutorClassLoader after failin…
JoshRosen Apr 5, 2015
7a15839
[SPARK-6753] Clone SparkConf in ShuffleSuite tests
kayousterhout Apr 8, 2015
daec1c6
[SPARK-5969][PySpark] Fix descending pyspark.rdd.sortByKey.
foxik Apr 10, 2015
899ffdc
SPARK-6878 [CORE] Fix for sum on empty RDD fails with exception
Apr 14, 2015
3c13936
[SPARK-6905] Upgrade to snappy-java 1.1.1.7
JoshRosen Apr 14, 2015
5845a62
[SPARK-5634] [core] Show correct message in HS when no incomplete app…
Apr 15, 2015
964f544
SPARK-4924 addendum. Minor assembly directory fix in load-spark-env-sh
Raschild Apr 9, 2015
8e9fc27
Revert "[SPARK-5634] [core] Show correct message in HS when no incomp…
JoshRosen Apr 15, 2015
9677b44
[SPARK-6886] [PySpark] fix big closure with shuffle
Apr 15, 2015
e1e7fc0
[SPARK-6952] Handle long args when detecting PID reuse
Apr 17, 2015
059c390
[SPARK-6998][MLlib] Make StreamingKMeans 'Serializable'
zsxwing Apr 20, 2015
d208047
[MINOR] [CORE] Warn users who try to cache RDDs with dynamic allocati…
Apr 28, 2015
6fd74d8
Revert "[MINOR] [CORE] Warn users who try to cache RDDs with dynamic …
pwendell Apr 29, 2015
c0bd415
[SPARK-7181] [CORE] fix inifite loop in Externalsorter's mergeWithAgg…
chouqin Apr 29, 2015
d3b7a8b
[SPARK-7331] [SQL] Re-use HiveConf in HiveQl
nitin2goyal May 12, 2015
8073ed7
[SPARK-7522] [EXAMPLES] Removed angle brackets from dataFormat option
BryanCutler May 13, 2015
5505a0d
[SPARK-5412] [DEPLOY] Cannot bind Master to a specific hostname as pe…
srowen May 15, 2015
6c41e1c
[SPARK-7660] Wrap SnappyOutputStream to work around snappy-java bug
JoshRosen May 17, 2015
d5763c3
[SPARK-7883] [DOCS] [MLLIB] Fixing broken trainImplicit Scala example…
dusenberrymw May 27, 2015
c0a0eaa
[MINOR] Fix the a minor bug in PageRank Example.
lastland May 28, 2015
aefb113
[SPARK-7946] [MLLIB] DecayFactor wrongly set in StreamingKMeans
MechCoder May 29, 2015
23bf307
[SPARK-8032] [PYSPARK] Make version checking for NumPy in MLlib more …
MechCoder Jun 3, 2015
30789f6
[SPARK-8062] Fix NullPointerException in SparkHadoopUtil.getFileSyste…
JoshRosen Jun 8, 2015
24c2c58
[SPARK-8525] [MLLIB] fix LabeledPoint parser when there is a whitespa…
fe2s Jun 23, 2015
0df5304
[SPARK-8563] [MLLIB] Fixed a bug so that IndexedRowMatrix.computeSVD(…
lee19 Jun 30, 2015
429eedd
[SPARK-9198] [MLLIB] [PYTHON] Fixed typo in pyspark sparsevector doc …
jkbradley Jul 20, 2015
1c38d42
[SPARK-9175] [MLLIB] BLAS.gemm fails to update matrix C when alpha==0…
rotationsymmetry Jul 21, 2015
e23843c
[SPARK-9633] [BUILD] SBT download locations outdated; need an update
srowen Aug 6, 2015
7029cd1
[MINOR] [MLLIB] [ML] [DOC] fixed typo: label for negative result shou…
sparadiso Sep 10, 2015
4862a80
[SPARK-6931] [PYSPARK] Cast Python time float values to int before se…
BryanCutler Sep 10, 2015
4fa5362
[SPARK-10642] [PYSPARK] Fix crash when calling rdd.lookup() on tuple …
viirya Sep 17, 2015
b293367
[SPARK-10657] Remove SCP-based Jenkins log archiving
JoshRosen Sep 17, 2015
4b6e24e
[SPARK-10980] [SQL] fix bug in create Decimal
Oct 7, 2015
307f27e
[SPARK-11813][MLLIB] Avoid serialization of vocab in Word2Vec
hhbyyh Nov 18, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.ipr
*.iml
*.iws
*.pyc
.idea/
.idea_modules/
sbt/*.jar
Expand Down Expand Up @@ -49,7 +50,9 @@ dependency-reduced-pom.xml
checkpoint
derby.log
dist/
spark-*-bin.tar.gz
dev/create-release/*txt
dev/create-release/*final
spark-*-bin-*.tgz
unit-tests.log
/lib/
rat-results.txt
Expand Down
2 changes: 2 additions & 0 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ SparkImports.scala
SparkJLineCompletion.scala
SparkJLineReader.scala
SparkMemberHandlers.scala
SparkReplReporter.scala
sbt
sbt-launch-lib.bash
plugins.sbt
Expand All @@ -63,3 +64,4 @@ dist/*
logs
.*scalastyle-output.xml
.*dependency-reduced-pom.xml
known_translations
Loading