Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-908

Requests should fail gracefully if "user" is not set (possible w/ unsecure Hive JDBC connections due to bug)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 1.3
    • Impala 1.3
    • None
    • None

    Description

      If someone is running using JDBC w/o Kerberos and does not specify a username, it is possible that the "user" field will be empty. This causes a Precondition failure in the Admission Controller RequestPoolService.

      I0318 16:42:36.781626 11198 jni-util.cc:177] java.lang.IllegalArgumentException
      	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:72)
      	at com.cloudera.impala.util.RequestPoolService.assignToPool(RequestPoolService.java:343)
      	at com.cloudera.impala.util.RequestPoolService.resolveRequestPool(RequestPoolService.java:257)
      

      Attachments

        Activity

          People

            mjacobs Matthew Jacobs
            lskuff Lenni Kuff
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: