Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-10451

Remove unused field and imports from SaslRpcServer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.3.0
    • 2.5.0
    • security
    • None
    • Reviewed
    • Hide
      SaslRpcServer.SASL_PROPS is removed.
      Any use of this variable should be replaced with the following code:
      SaslPropertiesResolver saslPropsResolver = SaslPropertiesResolver.getInstance(conf);
      Map<String, String> sasl_props = saslPropsResolver.getDefaultProperties();
      Show
      SaslRpcServer.SASL_PROPS is removed. Any use of this variable should be replaced with the following code: SaslPropertiesResolver saslPropsResolver = SaslPropertiesResolver.getInstance(conf); Map<String, String> sasl_props = saslPropsResolver.getDefaultProperties();

    Description

      There were unused fields and import remained on SaslRpcServer.

      This jira is to remove cleanup those fields from SaslRpcServer.

      Attachments

        1. HADOOP-10451.patch
          1 kB
          Benoy Antony

        Issue Links

          Activity

            People

              benoyantony Benoy Antony
              benoyantony Benoy Antony
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: