aboutsummaryrefslogtreecommitdiff
path: root/dev/merge_spark_pr.py
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/merge_spark_pr.py
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/merge_spark_pr.py')
-rwxr-xr-xdev/merge_spark_pr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/merge_spark_pr.py b/dev/merge_spark_pr.py
index 1c126f50bf..787c5cc8e8 100755
--- a/dev/merge_spark_pr.py
+++ b/dev/merge_spark_pr.py
@@ -426,7 +426,7 @@ def main():
print "JIRA_USERNAME and JIRA_PASSWORD not set"
print "Exiting without trying to close the associated JIRA."
else:
- print "Could not find jira-python library. Run 'sudo pip install jira-python' to install."
+ print "Could not find jira-python library. Run 'sudo pip install jira' to install."
print "Exiting without trying to close the associated JIRA."
if __name__ == "__main__":