Hi, Hopefully a simple question. Given that I have a table name (as a String) is there an API call that I can use to obtain the location of the table? Assume that my code is executing in a custom InputFormat to define the context. (I'm running "inside" a Hive query so I assume that there's a way which doesn't involve calling an external HCatalog server or anything like that.)
Z