Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-14352

Beeline can't run sub-second queries in HTTP mode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.2.0
    • None
    • Beeline
    • None

    Description

      Even a 12ms query execution takes 1000+ ms in Beeline.

        private static final int DEFAULT_QUERY_PROGRESS_INTERVAL = 1000;
      ...
        while (hiveStatement.hasMoreLogs()) {
            Thread.sleep(DEFAULT_QUERY_PROGRESS_INTERVAL);
        }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            gopalv Gopal Vijayaraghavan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: