You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Akira Ajisaka (Jira)" <ji...@apache.org> on 2021/01/26 11:19:00 UTC

[jira] [Created] (YETUS-1099) shelldocs --lint option fails

Akira Ajisaka created YETUS-1099:
------------------------------------

             Summary: shelldocs --lint option fails
                 Key: YETUS-1099
                 URL: https://issues.apache.org/jira/browse/YETUS-1099
             Project: Yetus
          Issue Type: Improvement
          Components: ShellDocs
    Affects Versions: 0.13.0
            Reporter: Akira Ajisaka
            Assignee: Akira Ajisaka


shelldocs --lint options fails:
{noformat}
hadoop-mirror git:(HADOOP-16747) ✗ ./dev-support/bin/shelldocs --lint -i ./hadoop-common-project/hadoop-common/src/main/bin/start-all.sh  
Traceback (most recent call last):
  File "/Users/aajisaka/git/hadoop-mirror/patchprocess/apache-yetus-0.13.0/bin/../lib/shelldocs/shelldocs.py", line 477, in <module>
    main()
  File "/Users/aajisaka/git/hadoop-mirror/patchprocess/apache-yetus-0.13.0/bin/../lib/shelldocs/shelldocs.py", line 468, in main
    message = funcs.lint()
  File "/Users/aajisaka/git/hadoop-mirror/patchprocess/apache-yetus-0.13.0/bin/../lib/shelldocs/shelldocs.py", line 273, in lint
    value = getfuncs[attr]()
TypeError: 'str' object is not callable
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)