Skip to content

Commit 39b5320

Browse files
committed
Merge branch 'master' of git://git.apache.org/spark into SPARK-4057
2 parents 26b4af8 + 087e31a commit 39b5320

File tree

9,319 files changed

+107303
-73179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,319 files changed

+107303
-73179
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.bat text eol=crlf
2+
*.cmd text eol=crlf

.gitignore

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
*~
2+
*.#*
3+
*#*#
24
*.swp
35
*.ipr
46
*.iml
57
*.iws
68
.idea/
9+
.idea_modules/
710
sbt/*.jar
811
.settings
912
.cache
@@ -15,11 +18,12 @@ out/
1518
third_party/libmesos.so
1619
third_party/libmesos.dylib
1720
conf/java-opts
18-
conf/spark-env.sh
19-
conf/streaming-env.sh
20-
conf/log4j.properties
21-
conf/spark-defaults.conf
22-
conf/hive-site.xml
21+
conf/*.sh
22+
conf/*.cmd
23+
conf/*.properties
24+
conf/*.conf
25+
conf/*.xml
26+
conf/slaves
2327
docs/_site
2428
docs/api
2529
target/
@@ -50,7 +54,6 @@ unit-tests.log
5054
/lib/
5155
rat-results.txt
5256
scalastyle.txt
53-
conf/*.conf
5457
scalastyle-output.xml
5558

5659
# For Hive

.rat-excludes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
target
22
.gitignore
3+
.gitattributes
34
.project
45
.classpath
56
.mima-excludes
@@ -19,17 +20,21 @@ log4j.properties
1920
log4j.properties.template
2021
metrics.properties.template
2122
slaves
23+
slaves.template
2224
spark-env.sh
25+
spark-env.cmd
2326
spark-env.sh.template
2427
log4j-defaults.properties
2528
bootstrap-tooltip.js
2629
jquery-1.11.1.min.js
2730
sorttable.js
31+
.*avsc
2832
.*txt
2933
.*json
3034
.*data
3135
.*log
3236
cloudpickle.py
37+
heapq3.py
3338
join.py
3439
SparkExprTyper.scala
3540
SparkILoop.scala
@@ -44,6 +49,7 @@ sbt-launch-lib.bash
4449
plugins.sbt
4550
work
4651
.*\.q
52+
.*\.qv
4753
golden
4854
test.out/*
4955
.*iml
@@ -56,3 +62,4 @@ dist/*
5662
.*iws
5763
logs
5864
.*scalastyle-output.xml
65+
.*dependency-reduced-pom.xml

.travis.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Contributing to Spark
2+
3+
Contributions via GitHub pull requests are gladly accepted from their original
4+
author. Along with any pull requests, please state that the contribution is
5+
your original work and that you license the work to the project under the
6+
project's open source license. Whether or not you state this explicitly, by
7+
submitting any copyrighted material via pull request, email, or other means
8+
you agree to license the material under the project's open source license and
9+
warrant that you have the legal authority to do so.
10+
11+
Please see the [Contributing to Spark wiki page](https://cwiki.apache.org/SPARK/Contributing+to+Spark)
12+
for more information.

0 commit comments

Comments
 (0)