Actually runs the script file. This method will be implemented by individual script engines. @param context ScriptPigContext to run the script file @param scriptFile the file @throws IOException
(
PigContext context, String scriptFile)
| 231 | * @throws IOException |
| 232 | */ |
| 233 | protected abstract Map<String, List<PigStats>> main( |
| 234 | PigContext context, String scriptFile) throws IOException; |
| 235 | |
| 236 | // Not needed as a general abstraction so far |
| 237 | // /** |