Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-31221

Fix Typo in YarnConfigOptions

    XMLWordPrintableJSON

Details

    Description

      I found a typo in YarnConfigOptions, I will fix it.

      willl -> will

      public static final ConfigOption<String> LOCALIZED_KEYTAB_PATH =
           .....
                              "Local (on NodeManager) path where kerberos keytab file will be"
                                      + " localized to. If "
                                      + SHIP_LOCAL_KEYTAB.key()
                                      + " set to "
                                      + "true, Flink willl ship the keytab file as a YARN local "
                                      + "resource. In this case, the path is relative to the local "
                                      + "resource directory. If set to false, Flink"
                                      + " will try to directly locate the keytab from the path itself."); 
      
      
      

      Attachments

        Issue Links

          Activity

            People

              slfan1989 Shilun Fan
              slfan1989 Shilun Fan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: