(String filename, PigContext context)
| 619 | } |
| 620 | |
| 621 | public static boolean isFile(String filename, PigContext context) |
| 622 | throws IOException { |
| 623 | return !isDirectory(filename, context.getDfs()); |
| 624 | } |
| 625 | |
| 626 | /** |
| 627 | * @deprecated Use {@link #isFile(String, PigContext)} instead |