forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:apache/spark
- Loading branch information
Showing
11,776 changed files
with
263,529 additions
and
5,872 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,3 +45,4 @@ dist/ | |
spark-*-bin.tar.gz | ||
unit-tests.log | ||
/lib/ | ||
rat-results.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
target | ||
.gitignore | ||
.project | ||
.classpath | ||
.rat-excludes | ||
.*md | ||
derby.log | ||
TAGS | ||
RELEASE | ||
control | ||
docs | ||
fairscheduler.xml.template | ||
log4j.properties | ||
log4j.properties.template | ||
metrics.properties.template | ||
slaves | ||
spark-env.sh | ||
spark-env.sh.template | ||
log4j-defaults.properties | ||
sorttable.js | ||
.*txt | ||
.*data | ||
.*log | ||
cloudpickle.py | ||
join.py | ||
SparkExprTyper.scala | ||
SparkILoop.scala | ||
SparkILoopInit.scala | ||
SparkIMain.scala | ||
SparkImports.scala | ||
SparkJLineCompletion.scala | ||
SparkJLineReader.scala | ||
SparkMemberHandlers.scala | ||
sbt | ||
sbt-launch-lib.bash | ||
plugins.sbt | ||
work | ||
.*\.q | ||
golden |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
Apache Spark | ||
Copyright 2013 The Apache Software Foundation. | ||
Copyright 2014 The Apache Software Foundation. | ||
|
||
This product includes software developed at | ||
The Apache Software Foundation (http://www.apache.org/). | ||
|
||
In addition, this product includes: | ||
|
||
- JUnit (http://www.junit.org) is a testing framework for Java. We included it | ||
under the terms of the Eclipse Public License v1.0. | ||
|
||
- JTransforms (https://sites.google.com/site/piotrwendykier/software/jtransforms) | ||
provides fast transforms in Java. It is tri-licensed, and we included it under | ||
the terms of the Mozilla Public License v1.1. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.