This method is created with the aim of unifying the Grunt and PigServer approaches, so all common initializations can go in here.
()
| 287 | * approaches, so all common initializations can go in here. |
| 288 | */ |
| 289 | private void init() { |
| 290 | if (properties.get("udf.import.list")!=null) |
| 291 | PigContext.initializeImportList((String)properties.get("udf.import.list")); |
| 292 | } |
| 293 | |
| 294 | public static void initializeImportList(String importListCommandLineProperties) |
| 295 | { |
no test coverage detected