Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/5694#issuecomment-112567365
```python
[joshrosen Spark (4aecf09...)]$ ./dev/run-tests
Traceback (most recent call last):
File "./dev/run-tests.py", line 536, in <module>
main()
File "./dev/run-tests.py", line 479, in main
java_exe = determine_java_executable()
File "./dev/run-tests.py", line 110, in determine_java_executable
java_exe = which(os.path.join(java_home, "bin", "java"))
File "/Users/joshrosen/anaconda/lib/python2.7/posixpath.py", line 77, in
join
elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'
```
We could give a more helpful message when JAVA_HOME is not defined.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]