[ https://issues.apache.org/jira/browse/PHOENIX-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anchal Kejriwal updated PHOENIX-7249: ------------------------------------- Attachment: phoenix-website.patch > Starting HTTP Server with Python3 For website validation fails with error No > module named SimpleHTTPServer > ----------------------------------------------------------------------------------------------------------- > > Key: PHOENIX-7249 > URL: https://issues.apache.org/jira/browse/PHOENIX-7249 > Project: Phoenix > Issue Type: Improvement > Reporter: Anchal Kejriwal > Assignee: Anchal Kejriwal > Priority: Minor > Attachments: phoenix-website.patch > > > [https://phoenix.apache.org/building_website.html] > * cd site/publish > * python -m SimpleHTTPServer 8000 > Running above with Python 3, gives error as {{{}No module named > SimpleHTTPServer{}}}. It’s because in python 3, SimpleHTTPServer has been > merged into {{http.server}} module. -- This message was sent by Atlassian Jira (v8.20.10#820010)