Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-1184

Impala shouldn't set replication to 1 if unspecified

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Private Beta
    • 0.7.0
    • impala
    • None

    Description

            if (Strings.isNullOrEmpty(replication)) {
              ctb.setNumReplicas(1);
            } else {
      

      seems wrong – we should default to the server-side default (i.e not set anything in ctb)

      Attachments

        Activity

          People

            caseyching Casey Ching
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: