0 bookmark(s) - Sort by: Date ↓ / Title /
// set Parquet file block size and page size values int blockSize = 256 * 1024 * 1024; int pageSize = 64 * 1024;
job.setOutputFormatClass(AvroKeyOutputFormat.class); AvroKeyOutputFormat.setOutputPath(job, new Path(args 1 » ));
First / Previous / Next / Last
/ Page 1 of 0