Configuring the Kudu master
To see all available configuration options for the kudu-master
      executable, run it with the --help option: 
kudu-master --help| Flag | Valid options | Default | Description | 
|---|---|---|---|
| 
                      
                          | 
                  
                      string  | 
                  
                      
                          | 
                  
                      Comma-separated list of all the RPC addresses for Master consensus-configuration. If not specified, assumes a standalone Master.  | 
               
| 
                      
                          | 
                  
                      string  | 
                  
                      List of directories where the Master will place its data blocks.  | 
               |
| 
                      
                          | 
                  
                      string  | 
                  
                      The directory where the Master will place its write-ahead logs.  | 
               |
| 
                      
                          | 
                  
                      string  | 
                  
                      
                          | 
                  
                      The directory to store Master log files.  | 
               
For the complete list of flags for masters, see the Kudu Master Configuration Reference.
