10061007100810091010101110121013101410151016
sink.beginRecord(7); sink.appendLong(4); sink.finishRecord(); String fragment = sink.commit(); // commit the table metadata.commitCreateTable(outputHandle, ImmutableList.of(fragment)); // load the new table
10951096109710981099110011011102110311041105
sink.appendLong(456); sink.appendDouble(98.1); sink.appendBoolean(false); sink.finishRecord(); String fragment = sink.commit(); // commit the table metadata.commitCreateTable(outputHandle, ImmutableList.of(fragment)); // load the new table
183184185186187188189190191192193
sink.beginRecord(1); sink.appendLong(2); sink.finishRecord(); String fragment = sink.commit(); // commit the table client.commitCreateTable(outputHandle, ImmutableList.of(fragment)); // Hack to work around the metastore not being configured for S3.
944945946947948949950951952953954
10331034103510361037103810391040104110421043
182183184185186187188189190191192
833834835836837838839840841842843
175176177178179180181182183184185
854855856857858859860861862863864
943944945946947948949950951952953