(String fileSpec, PigContext pigContext)
| 393 | } |
| 394 | |
| 395 | static public OutputStream create(String fileSpec, PigContext pigContext) throws IOException{ |
| 396 | return create(fileSpec,false,pigContext); |
| 397 | } |
| 398 | |
| 399 | static public OutputStream create(String fileSpec, boolean append, PigContext pigContext) throws IOException { |
| 400 | fileSpec = checkDefaultPrefix(pigContext.getExecType(), fileSpec); |