aboutsummaryrefslogtreecommitdiff
path: root/dev/create-release
diff options
context:
space:
mode:
authorDavies Liu <davies@databricks.com>2015-05-23 09:14:07 -0700
committerDavies Liu <davies@databricks.com>2015-05-23 09:14:07 -0700
commita4df0f2d84ff24318b139db534521141d9d4d593 (patch)
treec8c1a71d4978435ca9ba3d6ab23abc97c97e4c9a /dev/create-release
parentbe47af1bdba469f84775c2b5936f8cb956c7c02b (diff)
downloadspark-a4df0f2d84ff24318b139db534521141d9d4d593.tar.gz
spark-a4df0f2d84ff24318b139db534521141d9d4d593.tar.bz2
spark-a4df0f2d84ff24318b139db534521141d9d4d593.zip
Fix install jira-python
jira-pytyhon package should be installed by sudo pip install jira cc pwendell Author: Davies Liu <davies@databricks.com> Closes #6367 from davies/fix_jira_python2 and squashes the following commits: fbb3c8e [Davies Liu] Fix install jira-python
Diffstat (limited to 'dev/create-release')
-rwxr-xr-xdev/create-release/releaseutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/create-release/releaseutils.py b/dev/create-release/releaseutils.py
index 26221b2703..51ab25a6a5 100755
--- a/dev/create-release/releaseutils.py
+++ b/dev/create-release/releaseutils.py
@@ -27,7 +27,7 @@ try:
from jira.exceptions import JIRAError
except ImportError:
print "This tool requires the jira-python library"
- print "Install using 'sudo pip install jira-python'"
+ print "Install using 'sudo pip install jira'"
sys.exit(-1)
try: