Re: [DRAFT][REPORT] Apache ORC - July 2017

2017-07-14 Thread Alan Gates
+1. Alan. On Fri, Jul 14, 2017 at 2:28 PM, Owen O'Malley wrote: > ## Description: > - A high-performance columnar file format for Hadoop workloads. > > ## Issues: > - There are no issues requiring the board's attention. > > ## Activity: > - A presentation on "ORC File - Optimizing Your Big D

[DRAFT][REPORT] Apache ORC - July 2017

2017-07-14 Thread Owen O'Malley
## Description: - A high-performance columnar file format for Hadoop workloads. ## Issues: - There are no issues requiring the board's attention. ## Activity: - A presentation on "ORC File - Optimizing Your Big Data" was given at the Dataworks Summit in San Jose. - Alibaba is contributing

[GitHub] orc issue #131: ORC-199. Add convert from CSV.

2017-07-14 Thread spasam
Github user spasam commented on the issue: https://github.com/apache/orc/pull/131 Finally was able to test this end to end. I had to tweak CsvReader. Added customer converters for boolean and timestamp. I can upload changes in a separate pull request. Ideally, if **json-schem

[GitHub] orc pull request #131: ORC-199. Add convert from CSV.

2017-07-14 Thread spasam
Github user spasam commented on a diff in the pull request: https://github.com/apache/orc/pull/131#discussion_r127508667 --- Diff: java/tools/src/java/org/apache/orc/tools/convert/ConvertTool.java --- @@ -18,53 +18,178 @@ package org.apache.orc.tools.convert; import

[GitHub] orc pull request #131: ORC-199. Add convert from CSV.

2017-07-14 Thread spasam
Github user spasam commented on a diff in the pull request: https://github.com/apache/orc/pull/131#discussion_r127508336 --- Diff: java/tools/src/java/org/apache/orc/tools/convert/ConvertTool.java --- @@ -84,7 +225,22 @@ static CommandLine parseOptions(String[] args) throws ParseE

[GitHub] orc pull request #135: ORC-204: Update and use CMake ExternalProject_Add to ...

2017-07-14 Thread majetideepak
Github user majetideepak commented on a diff in the pull request: https://github.com/apache/orc/pull/135#discussion_r127487866 --- Diff: cmake_modules/ThirdpartyToolchain.cmake --- @@ -13,17 +13,18 @@ set (SNAPPY_HOME "${SNAPPY_PREFIX}") set (SNAPPY_INCLUDE_DIRS "${SNAPPY_PREFI