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

HiveConf Should not be used as part of the HS2 client side code

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.0
    • 1.3.0, 2.0.0
    • HiveServer2, JDBC
    • None

    Description

      HiveConf crept in to the JDBC driver via the embedded mode check.

      if (isEmbeddedMode)

      { EmbeddedThriftBinaryCLIService embeddedClient = new EmbeddedThriftBinaryCLIService(); embeddedClient.init(new HiveConf()); client = embeddedClient; }

      else {
      ....

      Ideally we'd like to keep driver code free of these dependencies.

      Attachments

        1. HIVE-10061.1.patch
          3 kB
          Hari Sankar Sivarama Subramaniyan

        Activity

          People

            hsubramaniyan Hari Sankar Sivarama Subramaniyan
            hsubramaniyan Hari Sankar Sivarama Subramaniyan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: