Github user rxin commented on the pull request:
https://github.com/apache/spark/pull/992#issuecomment-45401987
The error I'm getting is
```
> ./merge_spark_pr.py
Which pull request would you like to merge? (e.g. 34): 992
=== Pull Request #992 ===
title SPARK-2056 Set RDD name to input path
source nevillelyh/master
target master
url https://api.github.com/repos/apache/spark/pulls/992
Proceed with merging pull request #992? (y/n): y
remote: Counting objects: 10, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 10 (delta 0), reused 6 (delta 0)
Unpacking objects: 100% (10/10), done.
From github.com:apache/spark
* [new ref] refs/pull/992/head -> PR_TOOL_MERGE_PR_992
From https://git-wip-us.apache.org/repos/asf/spark
* [new branch] master -> PR_TOOL_MERGE_PR_992_MASTER
* [new branch] master -> apache/master
Switched to branch 'PR_TOOL_MERGE_PR_992_MASTER'
Automatic merge went well; stopped before committing as requested
Traceback (most recent call last):
File "./merge_spark_pr.py", line 316, in <module>
merge_hash = merge_pr(pr_num, target_ref)
File "./merge_spark_pr.py", line 152, in merge_pr
run_cmd(['git', 'commit', '--author="%s"' % primary_author] +
merge_message_flags)
File "./merge_spark_pr.py", line 78, in run_cmd
return subprocess.check_output(cmd)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
line 568, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
line 711, in __init__
errread, errwrite)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
line 1308, in _execute_child
raise child_exception
TypeError: execv() arg 2 must contain only strings
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---