(String filename, PigContext context)
| 604 | } |
| 605 | |
| 606 | public static boolean fileExists(String filename, PigContext context) |
| 607 | throws IOException { |
| 608 | return fileExists(filename, context.getFs()); |
| 609 | } |
| 610 | |
| 611 | /** |
| 612 | * @deprecated Use {@link #fileExists(String, PigContext)} instead |