[jira] [Updated] (PARQUET-416) C++11, cpplint cleanup, package target and header installation

2016-01-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated PARQUET-416: - Description: I'm planning to work on building out parquet-cpp with columnar data structures

Re: The largest table that Parquet can support

2016-01-07 Thread Reuben Kuhnert
Hi again Yan, Sorry about the late reply, the *ParquetOutputFormat* class has a number of setters: public static void setBlockSize(Job job, int blockSize) { getConfiguration(job).setInt(BLOCK_SIZE, blockSize); } public static void setPageSize(Job job, int pageSize) {