Executes the Pig script with its current overrides. @throws IOException If a temp file containing the pig script could not be created. @throws ParseException The pig script could not have all its variables substituted.
()
| 206 | * @throws ParseException The pig script could not have all its variables substituted. |
| 207 | */ |
| 208 | public void runScript() throws IOException, ParseException { |
| 209 | registerScript(); |
| 210 | } |
| 211 | |
| 212 | /** |
| 213 | * Gets an iterator on the content of one alias of the script. |
nothing calls this directly
no test coverage detected