[
https://issues.apache.org/jira/browse/TAJO-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946473#comment-14946473
]
ASF GitHub Bot commented on TAJO-1917:
--------------------------------------
GitHub user eminency opened a pull request:
https://github.com/apache/tajo/pull/813
TAJO-1917: Conflict on Parquet Libraries
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eminency/tajo parquet_conflict
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/813.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #813
----
commit 351a272e2976a1af0196219e741c4ec5d6fadb28
Author: Jongyoung Park <[email protected]>
Date: 2015-10-07T07:39:10Z
use shade plugin
commit fa2dd984220f0dcca13297327a0d0805d4614c8a
Author: Jongyoung Park <[email protected]>
Date: 2015-10-07T07:40:29Z
Merge branch 'master' into parquet_conflict
* master:
TAJO-1916: 'How to contribute' link is broken.
TAJO-1907: Reduce the size of the INDEXES table's COLUMN_NAMES field.
TAJO-1908: Add a link to the nightly build version to the download page.
TAJO-1915: Add a TajoClient example for creating and getting tables.
TAJO-1913: Timezone does not affect the constant folding.
TAJO-1883: Keep tajo-client and its dependent modules to be 1.7 target.
----
> Conflict on Parquet Libraries
> -----------------------------
>
> Key: TAJO-1917
> URL: https://issues.apache.org/jira/browse/TAJO-1917
> Project: Tajo
> Issue Type: Bug
> Components: Storage
> Reporter: Jongyoung Park
> Priority: Blocker
>
> Parquet writing sometimes makes NoSuchMethodError or infinite loop.
> It is caused by duplicated *ParquetMetadataConverter* in _parquet-hadoop_ and
> _hive-apache_ from _orc-presto_ .
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)