Skip to content

Commit

Permalink
Merge pull request apache#23 from sven0726/2.2-xspark
Browse files Browse the repository at this point in the history
fork from apache spark branch-2.2
  • Loading branch information
OopsOutOfMemory authored Jul 19, 2017
2 parents 2190271 + c5d167f commit f61120a
Show file tree
Hide file tree
Showing 12,415 changed files with 1,202,642 additions and 12 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
11 changes: 0 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ hs_err_pid*
*.so

# Folders
_obj
_test
bin/
pkg/
.idea/
sparkTemplate/target
sparkTemplate.v2/target
sparkTemplate.v2/driver/target
sparkTemplate.v2/plugins/target
sparkTemplate.v2/sdk/target
!src/github.com/coreos/etcd/pkg

# auditlog folders

Expand Down
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Contributing to Spark

*Before opening a pull request*, review the
[Contributing to Spark guide](http://spark.apache.org/contributing.html).
It lists steps that are required before creating a PR. In particular, consider:

- Is the change important and ready enough to ask the community to spend time reviewing?
- Have you searched for existing, related JIRAs and pull requests?
- Is this a new feature that can stand alone as a [third party project](http://spark.apache.org/third-party-projects.html) ?
- Is the change being proposed clearly explained and motivated?

When you contribute code, you affirm that the contribution is your original work and that you
license the work to the project under the project's open source license. Whether or not you
state this explicitly, by submitting any copyrighted material via pull request, email, or
other means you agree to license the material under the project's open source license and
warrant that you have the legal authority to do so.
300 changes: 300 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit f61120a

Please sign in to comment.