Unfortunately it looks like the pydoop extra package is… broken. Here’s what I discovered
- The underlying pydoop library is not actively maintained. The last release was
2.0.0 on May 24, 2019. The dependency defined in setup.py is ^0.9.1 (see below).
- The pydoop API usage in hadoop.pydoop.reader.py is outdated.
- Due to both of the above, the
pdoc command will not even generate API documentation for this project without adding the --skip-errors flag.
What should we do about this?
Unfortunately it looks like the
pydoopextra package is… broken. Here’s what I discovered2.0.0on May 24, 2019. The dependency defined insetup.pyis ^0.9.1 (see below).pdoccommand will not even generate API documentation for this project without adding the--skip-errorsflag.What should we do about this?