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 © 2017 The Apache Software Foundation. All rights reserved.