Skip to content

Commit a25696c

Browse files
committed
Merge pull request apache#76 from edwardt/addjira
Add links to jira in README
2 parents 513b9e5 + b8bbd93 commit a25696c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ lib/
1212
work/
1313
# vim tmps
1414
.*.swp
15+
*.*~
16+
*~
1517
.Rproj.user
1618
SparkR-pkg.Rproj

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
SparkR is an R package that provides a light-weight frontend to use Spark from
66
R.
77

8+
89
## Installing SparkR
910

1011
### Requirements
@@ -88,3 +89,9 @@ You can also run the unit-tests for SparkR by running
8889

8990
Instructions for running SparkR on EC2 can be found in the
9091
[SparkR wiki](https://github.com/amplab-extras/SparkR-pkg/wiki/SparkR-on-EC2).
92+
93+
## Report Issues/Feedback
94+
95+
For better tracking and collaboration, issues and TODO items are reported to a dedicated [SparkR JIRA](https://sparkr.atlassian.net/browse/SPARKR/).
96+
97+
In your pull request, please cross reference the ticket item created. Likewise, if you already have a pull request ready, please reference it in your ticket item.

0 commit comments

Comments
 (0)