Create a set of writer options based on a configuration. @param conf the configuration to use for values @return A WriterOptions object that can be modified
(Configuration conf)
| 1057 | * @return A WriterOptions object that can be modified |
| 1058 | */ |
| 1059 | public static WriterOptions writerOptions(Configuration conf) { |
| 1060 | return new WriterOptions(null, conf); |
| 1061 | } |
| 1062 | |
| 1063 | /** |
| 1064 | * Create a set of write options based on a set of table properties and |
no outgoing calls