Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: 3.10.0
    • Fix Version/s: 3.12.0
    • Component/s: core.api
    • Labels:
      None

      Description

      Similar to thrift client pool, we could do the same for the HttpClient (so that Oozie, WebHDFS, any REST API get the cookie caching without cumbersome dedicated pools.

              rm_pool = resource_manager_api.get_resource_manager_pool()
              rm_api = rm_pool.get(request.user)
              job = Application(e.job, rm_api)
              rm_pool.put(rm_api)
      

      -->

      rm_api = resource_manager_api.get_resource_manager(request.user)
      job = Application(e.job, rm_api)
      

      http://issues.cloudera.org/browse/HUE-4541

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                ranade Prakash
                Reporter:
                romain Romain Rigaux
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: