Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
734 commits
Select commit Hold shift + click to select a range
d3717be
[SPARK-2050][SQL] LIKE, RLIKE and IN in HQL should not be case sensit…
marmbrus Jun 6, 2014
d746748
[SPARK-2050 - 2][SQL] DIV and BETWEEN should not be case sensitive.
marmbrus Jun 6, 2014
39cfa9c
[SPARK-1994][SQL] Weird data corruption bug when running Spark SQL on…
marmbrus Jun 7, 2014
3f8450e
Update run-example
maji2014 Jun 8, 2014
502a8f7
[SPARK-2067] use relative path for Spark logo in UI
nevillelyh Jun 9, 2014
a5848d3
SPARK-1944 Document --verbose in spark-shell -h
ash211 Jun 9, 2014
73cd1f8
[SPARK-1495][SQL]add support for left semi join
adrian-wang Jun 9, 2014
65fa7bc
[SQL] Simple framework for debugging query execution
marmbrus Jun 9, 2014
5a79ba1
[SPARK-1704][SQL] Fully support EXPLAIN commands as SchemaRDD.
concretevitamin Jun 9, 2014
d5da81c
[SPARK-1508][SQL] Add SQLConf to SQLContext.
concretevitamin Jun 10, 2014
89caa40
Moved hiveOperators.scala to the right package folder
liancheng Jun 10, 2014
35894af
[SPARK-1978] In some cases, spark-yarn does not automatically restart…
witgo Jun 10, 2014
1d9b765
HOTFIX: Fix Python tests on Jenkins.
pwendell Jun 10, 2014
5bc186d
HOTFIX: Increase time limit for Bagel test
ankurdave Jun 10, 2014
f397ffb
[SPARK-2076][SQL] Pushdown the join filter & predication for outer join
chenghao-intel Jun 10, 2014
86c4a79
[SQL] Add average overflow test case from #978
egraldlo Jun 10, 2014
ac8c27b
[SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not…
joyyoj Jun 11, 2014
2cdce7c
HOTFIX: clear() configs in SQLConf-related unit tests.
concretevitamin Jun 11, 2014
6d15e9f
[SPARK-2093] [SQL] NullPropagation should use exact type value.
ueshin Jun 11, 2014
65ed779
[SPARK-1968][SQL] SQL/HiveQL command for caching/uncaching tables
liancheng Jun 11, 2014
54ff005
SPARK-2107: FilterPushdownSuite doesn't need Junit jar.
Qiuzhuang Jun 11, 2014
9ef0765
[SPARK-2108] Mark SparkContext methods that return block information …
ScrapCodes Jun 11, 2014
684a93a
SPARK-2113: awaitTermination() after stop() will hang in Spark Stremaing
Jun 11, 2014
cc00448
[SPARK-2042] Prevent unnecessary shuffle triggered by take()
sameeragarwal Jun 11, 2014
597c7ef
[SQL] Code Cleanup: Left Semi Hash Join
adrian-wang Jun 11, 2014
81049eb
HOTFIX: PySpark tests should be order insensitive.
pwendell Jun 11, 2014
e395564
[SPARK-2052] [SQL] Add optimization for CaseConversionExpression's.
ueshin Jun 12, 2014
358e7e5
[SPARK-2088] fix NPE in toString
dorx Jun 12, 2014
3962aba
[SPARK-2080] Yarn: report HS URL in client mode, correct user in clus…
tgravescs Jun 12, 2014
57526e4
[SPARK-2135][SQL] Use planner for in-memory scans
marmbrus Jun 13, 2014
bc8d24a
Workaround in Spark for ConcurrentModification issue (JIRA Hadoop-104…
nishkamravi2 Jun 13, 2014
eb2f5c5
[SPARK-1964][SQL] Add timestamp to HiveMetastoreTypes.toMetastoreType
marmbrus Jun 13, 2014
00b4317
Small correction in Streaming Programming Guide doc
akkomar Jun 13, 2014
7e3e9af
[SQL] Update SparkSQL and ScalaTest in branch-1.0 to match master.
marmbrus Jun 13, 2014
8285993
[Spark-2137][SQL] Timestamp UDFs broken
yhuai Jun 14, 2014
b1a7e99
[SPARK-2079] Support batching when serializing SchemaRDD to Python
kanzhang Jun 14, 2014
05d85c8
[SPARK-2013] Documentation for saveAsPickleFile and pickleFile in Python
kanzhang Jun 14, 2014
868cf42
[SQL] Support transforming TreeNodes with Option children.
marmbrus Jun 15, 2014
609e5ff
[SPARK-937] adding EXITED executor state and not relaunching cleanly …
kanzhang Jun 15, 2014
5e85f87
SPARK-1999: StorageLevel in storage tab and RDD Storage Info never ch…
CrazyJvm Jun 16, 2014
b1c2199
SPARK-2148 Add link to requirements for custom equals() and hashcode(…
ash211 Jun 16, 2014
078d503
Updating docs to include missing information about reducers and clari…
alig Jun 16, 2014
33db842
[SPARK-2010] Support for nested data in PySpark SQL
kanzhang Jun 16, 2014
d7f94b9
[SPARK-1930] The Container is running beyond physical memory limits, …
witgo Jun 16, 2014
9c675de
[SQL][SPARK-2094] Follow up of PR #1071 for Java API
liancheng Jun 16, 2014
235cfd0
Minor fix: made "EXPLAIN" output to play well with JDBC output format
liancheng Jun 16, 2014
d7db2e6
MLlib documentation fix
afomenko Jun 17, 2014
6b5f64a
SPARK-1990: added compatibility for python 2.6 for ssh_read command
AtlasPilotPuppy Jun 17, 2014
3d4fa2d
[SPARK-2144] ExecutorsPage reports incorrect # of RDD blocks
andrewor14 Jun 17, 2014
8e6b77f
[SPARK-2164][SQL] Allow Hive UDF on columns of type struct
conviva-zz Jun 17, 2014
6ece39b
[SPARK-2053][SQL] Add Catalyst expressions for CASE WHEN.
concretevitamin Jun 17, 2014
7f5df6a
SPARK-2146. Fix takeOrdered doc
sryza Jun 17, 2014
e6c9058
[SPARK-2147 / 2161] Show removed executors on the UI
andrewor14 Jun 17, 2014
ac6c10e
HOTFIX: bug caused by #941
pwendell Jun 17, 2014
d1e22b3
[SPARK-2060][SQL] Querying JSON Datasets with SQL and DSL in Spark SQL
yhuai Jun 18, 2014
26f6b98
[STREAMING] SPARK-2009 Key not found exception when slow receiver starts
vchekan Jun 18, 2014
086ca9c
[SPARK-2176][SQL] Extra unnecessary exchange operator in the result o…
yhuai Jun 18, 2014
0e39c88
[SPARK-2184][SQL] AddExchange isn't idempotent
marmbrus Jun 19, 2014
d0dde92
Squishing a typo bug before it causes real harm
dorx Jun 19, 2014
a4c3a80
[SPARK-2187] Explain should not run the optimizer twice.
rxin Jun 19, 2014
58d0684
[SPARK-2191][SQL] Make sure InsertIntoHiveTable doesn't execute more …
marmbrus Jun 19, 2014
46660cc
[SPARK-2151] Recognize memory format for spark-submit
nishkamravi2 Jun 20, 2014
8aa5951
A few minor Spark SQL Scaladoc fixes.
rxin Jun 20, 2014
a0e22d3
More minor scaladoc cleanup for Spark SQL.
rxin Jun 20, 2014
cc2e4ca
[SQL] Improve Speed of InsertIntoHiveTable
marmbrus Jun 20, 2014
ff4d5a2
[SPARK-2177][SQL] describe table result contains only one column
yhuai Jun 20, 2014
357d16b
SPARK-1293 [SQL] Parquet support for nested types
AndreSchumacher Jun 20, 2014
a803e00
[SPARK-2210] cast to boolean on boolean value gets turned into NOT((b…
rxin Jun 20, 2014
86c4f5a
[SPARK-2209][SQL] Cast shouldn't do null check twice.
rxin Jun 20, 2014
0d05e13
[SPARK-2196] [SQL] Fix nullability of CaseWhen.
ueshin Jun 20, 2014
7594b3f
[SPARK-2218] rename Equals to EqualTo in Spark SQL expressions.
rxin Jun 20, 2014
b1ea9e5
[SPARK-2163] class LBFGS optimize with Double tolerance instead of Int
BaiGang Jun 20, 2014
c3cda49
SPARK-2180: support HAVING clauses in Hive queries
willb Jun 20, 2014
bb71415
[SPARK-2225] Turn HAVING without GROUP BY into WHERE.
rxin Jun 20, 2014
91dc064
Move ScriptTransformation into the appropriate place.
rxin Jun 21, 2014
3666866
[SQL] Use hive.SessionState, not the thread local SessionState
aarondav Jun 21, 2014
1829ec4
[SQL] Pass SQLContext instead of SparkContext into physical operators.
rxin Jun 21, 2014
4881fc6
[SQL] Break hiveOperators.scala into multiple files.
rxin Jun 21, 2014
64316af
SPARK-2034. KafkaInputDStream doesn't close resources and may prevent…
srowen Jun 22, 2014
67bffd3
[SPARK-1112, 2156] (1.0 edition) Use correct akka frame size and over…
pwendell Jun 23, 2014
dedd709
SPARK-2241: quote command line args in ec2 script
orikremer Jun 23, 2014
d51eba5
Fixed small running on YARN docs typo
frol Jun 23, 2014
cf2fa4f
Fix mvn detection
Jun 23, 2014
6d821f0
[SPARK-1669][SQL] Made cacheTable idempotent
liancheng Jun 23, 2014
c438353
[SPARK-2227] Support dfs command in SQL.
rxin Jun 24, 2014
05f84e2
[SPARK-2252] Fix MathJax for HTTPs.
rxin Jun 24, 2014
c3ebf8e
[SQL]Add base row updating methods for JoinedRow
chenghao-intel Jun 25, 2014
e199a02
[SPARK-2264][SQL] Fix failing CachedTableSuite
marmbrus Jun 25, 2014
d3dbaf5
Fix possible null pointer in acumulator toString
marmbrus Jun 25, 2014
a31def1
[SPARK-2263][SQL] Support inserting MAP<K, V> to Hive tables
liancheng Jun 25, 2014
65a559c
[BUGFIX][SQL] Should match java.math.BigDecimal when wnrapping Hive o…
liancheng Jun 25, 2014
c68be53
[SPARK-2267] Log exception when TaskResultGetter fails to fetch/deser…
rxin Jun 25, 2014
731a788
Replace doc reference to Shark with Spark SQL.
rxin Jun 25, 2014
bb0b164
[SPARK-2258 / 2266] Fix a few worker UI bugs
andrewor14 Jun 25, 2014
15fd9f2
[SPARK-2270] Kryo cannot serialize results returned by asJavaIterable
rxin Jun 25, 2014
b4b0a54
[SPARK-2204] Launch tasks on the proper executors in mesos fine-grain…
sebastienrainville Jun 25, 2014
abb62f0
[SPARK-1912] fix compress memory issue during reduce
cloud-fan Jun 3, 2014
5869f8b
[SPARK-2283][SQL] Reset test environment before running PruningSuite
liancheng Jun 26, 2014
92b0125
[SPARK-1749] Job cancellation when SchedulerBackend does not implemen…
markhamstra Jun 26, 2014
fa16719
[SPARK-2172] PySpark cannot import mllib modules in YARN-client mode
piotrszul Jun 26, 2014
c445b3a
[SPARK-2284][UI] Mark all failed tasks as failures.
rxin Jun 26, 2014
47f8829
[SPARK-2254] [SQL] ScalaRefection should mark primitive types as non-…
ueshin Jun 26, 2014
2d30808
Remove use of spark.worker.instances
kayousterhout Jun 26, 2014
45bf910
[SPARK-2251] fix concurrency issues in random sampler (branch-1.0)
mengxr Jun 26, 2014
a7bebd1
[SPARK-2295] [SQL] Make JavaBeans nullability stricter.
ueshin Jun 26, 2014
ddf9a78
[SPARK-2286][UI] Report exception/errors for failed tasks that are no…
rxin Jun 26, 2014
43ba1ab
Updating versions for 1.0.1 release
pwendell Jun 26, 2014
c23bfd7
Small error in previous commit
pwendell Jun 26, 2014
0bc8321
Fixing AWS instance type information based upon current EC2 data
Jun 26, 2014
341e5c6
CHANGES.txt for release 1.0.1
pwendell Jun 26, 2014
7feeda3
[maven-release-plugin] prepare release v1.0.1-rc1
Jun 26, 2014
ea1a455
[maven-release-plugin] prepare for next development iteration
Jun 26, 2014
fb61928
SPARK-2181:The keys for sorting the columns of Executor page in Spark…
witgo Jun 27, 2014
2a49a8d
[SPARK-2307] SparkUI - storage tab displays incorrect RDDs
andrewor14 Jun 27, 2014
9013197
[SPARK-2259] Fix highly misleading docs on cluster / client deploy modes
andrewor14 Jun 27, 2014
44d70de
[SPARK-2003] Fix python SparkContext example
Jun 28, 2014
afc96a7
Revert "[maven-release-plugin] prepare for next development iteration"
pwendell Jun 28, 2014
2844fbb
Revert "[maven-release-plugin] prepare release v1.0.1-rc1"
pwendell Jun 28, 2014
febec74
[SPARK-1394] Remove SIGCHLD handler in worker subprocess
Jun 29, 2014
d468b3d
[SPARK-2322] Exception in resultHandler should NOT crash DAGScheduler…
rxin Jun 30, 2014
a4c7541
update the comments in SqlParser
CodingCat Jul 2, 2014
69112b0
SPARK-2186: Spark SQL DSL support for simple aggregations such as SUM…
Jul 2, 2014
552e28b
[SPARK-2328] [SQL] Add execution of `SHOW TABLES` before `TestHive.re…
ueshin Jul 2, 2014
87b74a9
[SPARK-2287] [SQL] Make ScalaReflection be able to handle Generic cas…
ueshin Jul 2, 2014
fdee6ee
[SPARK] Fix NPE for ExternalAppendOnlyMap
andrewor14 Jul 3, 2014
7766c9d
[SPARK-2342] Evaluation helper's output type doesn't conform to input…
yjshen Jul 3, 2014
1d36165
[SPARK-2109] Setting SPARK_MEM for bin/pyspark does not work.
ScrapCodes Jul 3, 2014
ff6ec25
Streaming programming guide typos
cykl Jul 4, 2014
d2f2534
[SPARK-1097] Workaround Hadoop conf ConcurrentModification issue
colorant Jul 4, 2014
27a2afe
[SPARK-2350] Don't NPE while launching drivers
aarondav Jul 4, 2014
cf1d46e
[SPARK-2307][Reprise] Correctly report RDD blocks on SparkUI
andrewor14 Jul 4, 2014
313f202
SPARK-2282: Reuse PySpark Accumulator sockets to avoid crashing Spark
aarondav Jul 4, 2014
5c43758
[SPARK-2059][SQL] Don't throw TreeNodeException in `execution.Explain…
liancheng Jul 4, 2014
6e0b7e5
[SPARK-1199][REPL] Remove VALId and use the original import style for…
ScrapCodes Jul 4, 2014
dc73ee1
Update SQLConf.scala
baishuo Jul 4, 2014
354a627
[SPARK-2059][SQL] Add analysis checks
rxin Jul 4, 2014
fb2fe80
HOTFIX: Merge issue with cf1d46e4.
pwendell Jul 4, 2014
d9cec4e
Updating CHANGES.txt file
pwendell Jul 4, 2014
7d1043c
[maven-release-plugin] prepare release v1.0.1-rc2
Jul 4, 2014
d9b5a8e
[maven-release-plugin] prepare for next development iteration
Jul 4, 2014
b77715a
[SPARK-2370][SQL] Decrease metadata retrieved for partitioned hive qu…
marmbrus Jul 5, 2014
3aa52be
[SPARK-2366] [SQL] Add column pruning for the right side of LeftSemi …
ueshin Jul 5, 2014
b459aa7
[SPARK-2327] [SQL] Fix nullabilities of Join/Generate/Aggregate.
ueshin Jul 5, 2014
5044ba6
[SPARK-1977][MLLIB] register mutable BitSet in MovieLenseALS
nevillelyh Jul 7, 2014
e522971
[SPARK-2339][SQL] SQL parser in sql-core is case sensitive, but a tab…
yhuai Jul 8, 2014
691b554
[SPARK-2386] [SQL] RowWriteSupport should use the exact types to cast.
ueshin Jul 8, 2014
1032c28
[SPARK-2375][SQL] JSON schema inference may not resolve type conflict…
yhuai Jul 8, 2014
9dce7be
[SPARK-2376][SQL] Selecting list values inside nested JSON objects ra…
yhuai Jul 8, 2014
23b01a3
Resolve sbt warnings during build Ⅱ
witgo Jul 8, 2014
faa0e9f
[SPARK-2391][SQL] Custom take() for LIMIT queries.
marmbrus Jul 8, 2014
3e95225
[EC2] Add default history server port to ec2 script
andrewor14 Jul 8, 2014
4bf8dda
[SPARK-2395][SQL] Optimize common LIKE patterns.
marmbrus Jul 8, 2014
3bd32f0
[SPARK-2403] Catch all errors during serialization in DAGScheduler
darabos Jul 8, 2014
1c12b0b
[SPARK-2409] Make SQLConf thread safe.
rxin Jul 8, 2014
8854891
[SPARK-2362] Fix for newFilesOnly logic in file DStream
sparkyengine Jul 8, 2014
d569838
[SPARK-2152][MLlib] fix bin offset in DecisionTree node aggregations …
jonsondag Jul 9, 2014
21fae6d
[STREAMING] SPARK-2343: Fix QueueInputDStream with oneAtATime false
mlaflamm Jul 9, 2014
cb443cf
[SPARK-2417][MLlib] Fix DecisionTree tests
jonsondag Jul 9, 2014
ca19cfb
[SPARK-1341] [Streaming] Throttle BlockGenerator to limit rate of dat…
buenrostro-oo Jul 10, 2014
5bfd319
SPARK-2427: Fix Scala examples that use the wrong command line argume…
Jul 10, 2014
1fef57b
[SPARK-2431][SQL] Refine StringComparison and related codes.
ueshin Jul 11, 2014
390ae9b
[SPARK-2415] [SQL] RowWriteSupport should handle empty ArrayType corr…
ueshin Jul 11, 2014
ea434cf
HOTFIX: Updating Python doc version
pwendell Jul 12, 2014
2a5514f
Updating versions for branch-1.0
pwendell Jul 12, 2014
354ce4d
[SPARK-2455] Mark (Shippable)VertexPartition serializable
ankurdave Jul 12, 2014
37e4943
[SPARK-2441][SQL] Add more efficient distinct operator.
marmbrus Jul 12, 2014
effa69f
[SPARK-2405][SQL] Reusue same byte buffers when creating new instance…
marmbrus Jul 12, 2014
70ee14f
[maven-release-plugin] prepare release v1.0.1-rc3
Jul 14, 2014
baf92a0
[maven-release-plugin] prepare for next development iteration
Jul 14, 2014
2ec7d7a
[SPARK-2443][SQL] Fix slow read from partitioned tables
concretevitamin Jul 14, 2014
0e27279
Add/increase severity of warning in documentation of groupBy()
aarondav Jul 15, 2014
53a6399
[SPARK-2485][SQL] Lock usage of hive client.
marmbrus Jul 15, 2014
3aa120c
[SPARK-2483][SQL] Fix parsing of repeated, nested data access.
marmbrus Jul 15, 2014
f2bf651
[SQL] Whitelist more Hive tests.
marmbrus Jul 15, 2014
2db77e9
SPARK-2407: Added internal implementation of SQL SUBSTR()
willb Jul 15, 2014
8da0fd8
[SQL] Attribute equality comparisons should be done by exprId.
marmbrus Jul 16, 2014
9c5f096
[SPARK-2498] [SQL] Synchronize on a lock when using scala reflection …
concretevitamin Jul 16, 2014
96fdc7c
[SPARK-2314][SQL] Override collect and take in JavaSchemaRDD, forward…
staple Jul 16, 2014
16c8d56
[SPARK-2509][SQL] Add optimization for Substring.
ueshin Jul 16, 2014
e61149d
[SPARK-2504][SQL] Fix nullability of Substring expression.
ueshin Jul 16, 2014
fb38b9c
[SPARK-2525][SQL] Remove as many compilation warning messages as poss…
yhuai Jul 16, 2014
bf1ddc7
[SPARK-2518][SQL] Fix foldability of Substring expression.
ueshin Jul 16, 2014
91e7a71
SPARK-1097: Do not introduce deadlock while fixing concurrency bug
aarondav Jul 16, 2014
0b0b895
[SPARK-2154] Schedule next Driver when one completes (standalone mode)
aarondav Jul 16, 2014
3bb5d2f
[SPARK-2412] CoalescedRDD throws exception with certain pref locs
aarondav Jul 17, 2014
26c428a
[SPARK-2534] Avoid pulling in the entire RDD in various operators (br…
rxin Jul 17, 2014
d35837a
[SPARK-2570] [SQL] Fix the bug of ClassCastException
chenghao-intel Jul 18, 2014
284bf10
Added t2 instance types
Jul 18, 2014
7611840
[SPARK-2540] [SQL] Add HiveDecimal & HiveVarchar support in unwrappin…
chenghao-intel Jul 18, 2014
a0624e8
Typo fix to the programming guide in the docs
Jul 20, 2014
11670bf
[SPARK-2524] missing document about spark.deploy.retainedDrivers
lianhuiwang Jul 20, 2014
480669f
[SPARK-2598] RangePartitioner's binary search does not use the given …
rxin Jul 20, 2014
e0cc384
Revert "[SPARK-1199][REPL] Remove VALId and use the original import s…
pwendell Jul 21, 2014
cdcd467
[SPARK-2494] [PySpark] make hash of None consistant cross machines
davies Jul 21, 2014
84bbfbd
[SPARK-2561][SQL] Fix apply schema
marmbrus Jul 22, 2014
c6421b6
[SPARK-2615] [SQL] Add Equal Sign "==" Support for HiveQl
chenghao-intel Jul 23, 2014
6b08046
[SPARK-2658][SQL] Add rule for true = 1.
marmbrus Jul 24, 2014
9124159
[SPARK-2603][SQL] Remove unnecessary toMap and toList in converting J…
yhuai Jul 24, 2014
53b4e0f
[SPARK-2464][Streaming] Fixed Twitter stream stopping bug
tdas Jul 24, 2014
d10455c
Revert "[maven-release-plugin] prepare for next development iteration"
Jul 25, 2014
b1e1917
Revert "[maven-release-plugin] prepare release v1.0.1-rc3"
tdas Jul 25, 2014
70109da
Updating versions for 1.0.2 release.
tdas Jul 25, 2014
797c663
[SPARK-2529] Clean closures in foreach and foreachPartition.
rxin Jul 25, 2014
919c87f
[maven-release-plugin] prepare release v1.0.2-rc1
tdas Jul 25, 2014
edbd02f
[maven-release-plugin] prepare for next development iteration
tdas Jul 25, 2014
d9ccf7f
Revert "[maven-release-plugin] prepare for next development iteration"
tdas Jul 25, 2014
01fc6d8
Revert "[maven-release-plugin] prepare release v1.0.2-rc1"
tdas Jul 25, 2014
08f6013
[maven-release-plugin] prepare release v1.0.2-rc1
tdas Jul 25, 2014
54df1b8
[maven-release-plugin] prepare for next development iteration
tdas Jul 25, 2014
76117ba
Updated CHANGES.txt
tdas Jul 25, 2014
57b5531
Revert "[maven-release-plugin] prepare for next development iteration"
tdas Jul 25, 2014
4be1dbd
Revert "[maven-release-plugin] prepare release v1.0.2-rc1"
tdas Jul 25, 2014
8fb6f00
[maven-release-plugin] prepare release v1.0.2-rc1
tdas Jul 25, 2014
03b6842
[maven-release-plugin] prepare for next development iteration
tdas Jul 25, 2014
1a0a2f8
[SPARK-2696] Reduce default value of spark.serializer.objectStreamReset
falaki Jul 26, 2014
2693035
[SPARK-2580] [PySpark] keep silent in worker if JVM close the socket
davies Jul 29, 2014
e0bc72e
[SPARK-791] [PySpark] fix pickle itemgetter with cloudpickle
davies Jul 29, 2014
3143e51
[SPARK-2730][SQL] When retrieving a value from a Map, GetItem evaluat…
yhuai Jul 29, 2014
886508d
Docs: monitoring, streaming programming guide
kennyballou Jul 31, 2014
952e0d6
[SPARK-2379] Fix the bug that streaming's receiver may fall into a de…
joyyoj Aug 1, 2014
439cdc5
Fix some bugs with spaces in directory name.
sarahgerweck Aug 4, 2014
3fbe344
Updating version for Spark 1.0.3 development.
tdas Aug 5, 2014
f536caa
[SPARK-2323] Exception in accumulator update should not crash DAGSche…
rxin Aug 5, 2014
d415f88
[SPARK-2859] Update url of Kryo project in related docs
gchen Aug 5, 2014
b180467
SPARK-2869 - Fix tiny bug in JdbcRdd for closing jdbc connection
Aug 6, 2014
d5f24aa
[SPARK-2678][Core] Backport PR #1801 to branch-1.0
liancheng Aug 7, 2014
bae35b1
[SPARK-2897][SPARK-2920]TorrentBroadcast does use the serializer clas…
witgo Aug 8, 2014
afb5684
replace println to log4j
fireflyc Jul 25, 2014
9e783a2
SPARK-2893: Do not swallow Exceptions when running a custom kryo regi…
GrahamDennis Aug 14, 2014
6c6409e
SPARK-3009: Reverted readObject method in ApplicationInfo so that App…
jacek-lewandowski Aug 14, 2014
edea1ef
SPARK-2884: Create binary builds in parallel with release script.
pwendell Aug 18, 2014
31de05b
[SPARK-3150] Fix NullPointerException in in Spark recovery: Add initi…
tanyatik Aug 28, 2014
5481196
[SPARK-3190] Avoid overflow in VertexRDD.count()
ankurdave Aug 28, 2014
d60f60c
[SPARK-2981][GraphX] EdgePartition1D Int overflow
larryxiao Sep 3, 2014
d475816
[SPARK-2823][GraphX]fix GraphX EdgeRDD zipPartitions
luluorta Sep 3, 2014
8dd7690
[SPARK-3216] [SPARK-3232] Spark-shell is broken in branch-1.0 / Backp…
sarutak Sep 3, 2014
4d3ab29
[HOTFIX] [SPARK-3400] Revert 9b225ac "fix GraphX EdgeRDD zipPartitions"
ankurdave Sep 4, 2014
ae6f554
[SPARK-3394] [SQL] Fix crash in TakeOrdered when limit is 0
Sep 8, 2014
4f991c9
[SPARK-3481] [SQL] Eliminate the error log in local Hive comparison test
chenghao-intel Sep 12, 2014
b539b0e
[SPARK-3709] Executors don't always report broadcast block removal pr…
rxin Sep 30, 2014
dc18167
[SPARK-3121] Wrong implementation of implicit bytesWritableConverter
Oct 13, 2014
6d8f1dd
[SPARK-2546] Clone JobConf for each task (branch-1.0 / 1.1 backport)
JoshRosen Oct 19, 2014
49224fd
[SPARK-4109][CORE] Correctly deserialize Task.stageId
luluorta Nov 3, 2014
76c20ca
[SPARK-4249][GraphX]fix a problem of EdgePartitionBuilder in Graphx
lianhuiwang Nov 6, 2014
18c8c38
Update JavaCustomReceiver.java
xiao321 Nov 7, 2014
d4aed26
[SPARK-4304] [PySpark] Fix sort on empty RDD (1.0 branch)
Nov 8, 2014
395656c
[SPARK-4301] StreamingContext should not allow start() to be called a…
JoshRosen Nov 9, 2014
66d9070
Update RecoverableNetworkWordCount.scala
comcmipi Nov 10, 2014
f3c8ad0
[SPARK-4433] fix a racing condition in zipWithIndex
mengxr Nov 19, 2014
5e4ac7c
[SPARK-4597] Use proper exception and reset variable in Utils.createT…
viirya Nov 29, 2014
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
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ conf/java-opts
conf/spark-env.sh
conf/streaming-env.sh
conf/log4j.properties
conf/spark-defaults.conf
docs/_site
docs/api
target/
Expand Down Expand Up @@ -48,3 +49,10 @@ unit-tests.log
/lib/
rat-results.txt
scalastyle.txt
conf/*.conf

# For Hive
metastore_db/
metastore/
warehouse/
TempStatsStore/
12 changes: 11 additions & 1 deletion .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RELEASE
control
docs
fairscheduler.xml.template
spark-defaults.conf.template
log4j.properties
log4j.properties.template
metrics.properties.template
Expand All @@ -20,6 +21,7 @@ spark-env.sh.template
log4j-defaults.properties
sorttable.js
.*txt
.*json
.*data
.*log
cloudpickle.py
Expand All @@ -39,4 +41,12 @@ work
.*\.q
golden
test.out/*
.*iml
.*iml
service.properties
db.lck
build/*
dist/*
.*out
.*ipr
.*iws
logs
Loading