facebookarchive / hive-io-experimental

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

Simple API to write table all at once #22

Closed nitay closed 11 years ago

nitay commented 11 years ago
public class HiveOutput {
  public static void writeTable(HiveOutputDescription outputDesc,
      Iterable<HiveWritableRecord> records)
      throws TException, IOException, InterruptedException
  {