public class ListWriter extends Object
| Constructor and Description | 
|---|
| ListWriter() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | writeListToHDFS(ListObject lo,
               String fname,
               String fmtStr,
               FileFormatProperties props)Writes a list object and all contained objects to a folder with related meta data. | 
public static void writeListToHDFS(ListObject lo, String fname, String fmtStr, FileFormatProperties props) throws DMLRuntimeException
lo - list objectfname - directory namefmtStr - format stringprops - file format propertiesDMLRuntimeException - if write failsCopyright © 2021 The Apache Software Foundation. All rights reserved.