public interface IHiveFileProcessor
| Modifier and Type | Method and Description |
|---|---|
int |
processFile(String fileName)
Parse the file and execute the Hive commands in it.
|
int processFile(String fileName) throws IOException
fileName - the name of the fileIOException - if an I/O error occurs.Copyright © 2019 The Apache Software Foundation. All Rights Reserved.