File "", line 1, in
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
Thank you for reporting an issue.
If your issue relates to
dask-yarn
, please open an issue in that repository's issue tracker instead.When reporting an issue, please include the following:
**A simple skein client connection is failing as follows:
OSError: [Errno 7] Argument list too long: '/usr/lib/jvm/java**
A clear description of what went wrong, and what you expected to happen.
Steps to reproduce
The below code is producing this error:
Relevant logs/tracebacks
File "", line 1, in
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
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: