Skip to content

Commit 52799e3

Browse files
committed
Merge pull request #1 from apache/master
update
2 parents 6afca2d + 30a86ac commit 52799e3

File tree

9,745 files changed

+176782
-78914
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,745 files changed

+176782
-78914
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: 12 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,10 +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
21+
conf/*.sh
22+
conf/*.cmd
23+
conf/*.properties
24+
conf/*.conf
25+
conf/*.xml
26+
conf/slaves
2227
docs/_site
2328
docs/api
2429
target/
@@ -44,15 +49,16 @@ dependency-reduced-pom.xml
4449
checkpoint
4550
derby.log
4651
dist/
47-
spark-*-bin.tar.gz
52+
spark-*-bin-*.tgz
4853
unit-tests.log
4954
/lib/
5055
rat-results.txt
5156
scalastyle.txt
52-
conf/*.conf
57+
scalastyle-output.xml
5358

5459
# For Hive
5560
metastore_db/
5661
metastore/
5762
warehouse/
5863
TempStatsStore/
64+
sql/hive-thriftserver/test_warehouses

.rat-excludes

Lines changed: 9 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
@@ -39,11 +44,13 @@ SparkImports.scala
3944
SparkJLineCompletion.scala
4045
SparkJLineReader.scala
4146
SparkMemberHandlers.scala
47+
SparkReplReporter.scala
4248
sbt
4349
sbt-launch-lib.bash
4450
plugins.sbt
4551
work
4652
.*\.q
53+
.*\.qv
4754
golden
4855
test.out/*
4956
.*iml
@@ -55,3 +62,5 @@ dist/*
5562
.*ipr
5663
.*iws
5764
logs
65+
.*scalastyle-output.xml
66+
.*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)