facebookarchive / hive-io-experimental

Hive I/O Library
Other
66 stars 30 forks source link

Simple API to read a table all at once #21

Closed nitay closed 11 years ago

nitay commented 11 years ago
public class HiveInput {
  public static Iterable<HiveReadableRecord> readTable(HiveInputDescription inputDesc)
}