Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-1355

sqlline.py or psql.py may hang if they're not invoked from bin folder

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.1.0
    • 4.2.0, 3.2.0
    • None
    • None

    Description

      In the phoenix_utils.py, we have following code which searching for client jar. If a user invokes sqlline or psql from a root folder, this step will take a while.

        if phoenix_client_jar == "":
          phoenix_client_jar = find("phoenix-*-client*", os.path.join(current_dir, ".."))
      

      Attachments

        1. PHOENIX-1355.patch
          4 kB
          Jeffrey Zhong

        Activity

          People

            jeffreyz Jeffrey Zhong
            jeffreyz Jeffrey Zhong
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: