-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #512 from caskdata/feature/r2.5.1_release_notes
CDAP 2.5.1 Release notes
- Loading branch information
Showing
6 changed files
with
103 additions
and
41 deletions.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
# CDAP Contributor Quickstart Guide | ||
|
||
This guide outlines the steps to setup your system for contributing to CDAP. | ||
|
||
## Prerequisites | ||
* Java 6+ SDK | ||
* Maven | ||
* Git | ||
|
||
## Setup for IntelliJ IDEA | ||
|
||
First, open the CDAP project in IntelliJ IDEA: Select File > Open... > cdap/pom.xml | ||
|
||
Then, configure a run configuration to run CDAP Standalone: | ||
|
||
* Select Run > Edit Configurations... | ||
* Add a new "Application" run configuration | ||
* Set "Main class" to be `co.cask.cdap.StandaloneMain` | ||
* Set "VM options" to `-Xmx1024m` (for in-memory Map/Reduce jobs) | ||
* Click "OK" | ||
|
||
You can now use this run configuration to start an instance of CDAP Standalone. | ||
|
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 |
---|---|---|
|
@@ -28,17 +28,9 @@ installation. CDAP can be run either standalone, deployed within the Enterprise | |
For more information, see our collection of | ||
[Developer Guides and other documentation](http://docs.cask.co/cdap/current/en/index.html). | ||
|
||
## Is It Building? | ||
|
||
Build | Status / Version | ||
---------------------------------------------------------------------|----------------- | ||
[Continuous Integration Build](https://builds.cask.co/browse/CDAP) | ![Build](https://builds.cask.co/plugins/servlet/buildStatusImage/CDAP-DUT) | ||
[GitHub Version](https://github.com/caskdata/cdap/releases/latest) | ![github](http://img.shields.io/github/release/caskdata/cdap.svg) | ||
|
||
|
||
## Getting Started | ||
|
||
### Prerequiste | ||
### Prerequisites | ||
|
||
To install and use CDAP and its included examples, there are a few simple prerequisites: | ||
|
||
|
@@ -51,7 +43,7 @@ To install and use CDAP and its included examples, there are a few simple prereq | |
You can get started with CDAP by building directly from the latest source code:: | ||
|
||
``` | ||
git clone https://github.com/cask/cdap.git | ||
git clone https://github.com/caskdata/cdap.git | ||
cd cdap | ||
mvn clean package | ||
``` | ||
|
@@ -68,7 +60,6 @@ For more build options, please refer to the [build instructions](BUILD.md). | |
Visit our web site for a [Getting Started](http://docs.cask.co/cdap/current/en/getstarted.html) | ||
document that will guide you through installing CDAP and running an example application. | ||
|
||
|
||
## Where to Go Next | ||
|
||
Now that you've had a look at the CDAP SDK, take a look at: | ||
|
@@ -86,6 +77,8 @@ Interested in helping to improve CDAP? We welcome all contributions, whether in | |
bug reports, submitting pull requests for code changes and improvements, or by asking questions and | ||
assisting others on the mailing list. | ||
|
||
For quick guide to getting your system setup to contribute to CDAP, take a look at our [Contributor Quickstart Guide](DEVELOPERS.md). | ||
|
||
### Bug Reports & Feature Requests | ||
|
||
Bugs and tasks are tracked in a public JIRA issue tracker. Details on access will be forthcoming. | ||
|
@@ -109,14 +102,17 @@ features, or fixing bugs, here's how to do it: | |
|
||
Thanks for helping to improve CDAP! | ||
|
||
### Filing Issues | ||
JIRA for filing [Issues](http://issues.cask.co) | ||
|
||
### Mailing List | ||
|
||
CDAP User Group and Development Discussions: | ||
[[email protected]](https://groups.google.com/d/forum/cdap-dev) | ||
|
||
### IRC Channel | ||
|
||
CDAP IRC Channel #cask-cdap on irc.freenode.net | ||
CDAP IRC Channel: #cdap on irc.freenode.net | ||
|
||
|
||
## License and Trademarks | ||
|
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