You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **Relevant logs/tracebacks**
File "<stdin>", line 1, in <module>
File "/home/user/.local/lib/python3.10/site-packages/skein/core.py", line 339, in __init__
address, proc = _start_driver(security=security,
File "/home/user/.local/lib/python3.10/site-packages/skein/core.py", line 238, in _start_driver
proc = subprocess.Popen(command,
File "/usr/lib/python3.10/subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.10/subprocess.py", line 1863, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 7] Argument list too long: '/usr/lib/jvm/java
```
$ yarn logs -applicationId <APPLICATION ID>
```
You may want to glance through the logs to ensure things have been
anonymized where appropriate.
- **Version information**
Please include version information for the following:
- Python version: 3.10
- Hadoop version, and distribution (e.g. CDH) if applicable : 3.3.4
- Skein version: 0.8.2
The text was updated successfully, but these errors were encountered:
Thank you for reporting an issue.
If your issue relates to
dask-yarn
, please open an issue in thatrepository's issue tracker instead.
When reporting an issue, please include the following:
Steps to reproduce
The below code is producing this error:
import skein
skein_client = skein.Client(log_level="ALL", security=skein.Security(cert_file='our.crt', key_file='our.crt)
The text was updated successfully, but these errors were encountered: