(PigContext pigContext)
| 542 | } |
| 543 | |
| 544 | public static Path getTemporaryPath(PigContext pigContext) throws IOException { |
| 545 | return getTemporaryPath(pigContext, ""); |
| 546 | } |
| 547 | |
| 548 | public static Path getTemporaryPath(PigContext pigContext, String suffix) throws IOException { |
| 549 | ElementDescriptor relative = relativeRoot(pigContext); |