[ 
https://issues.apache.org/jira/browse/PARQUET-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14226663#comment-14226663
 ] 

Ryan Blue commented on PARQUET-23:
----------------------------------

I think PR #18 is ready for review. I've also posted a [parquet-mr 
branch|https://github.com/rdblue/incubator-parquet-mr/tree/PARQUET-23-test-org-apache-parquet-format]
 that can build using a snapshot of #18. The build and tests pass and I can use 
parquet-tools for existing parquet files so I don't think there is an 
incompatibility from the parquet-format changes.

The only problem I ran into and still have to track down is a bug in 
parquet-tools dump:
{code}
[cloudera@quickstart ~]$ hadoop jar parquet-tools-1.6.0rc3-SNAPSHOT.jar dump 
--debug test.parquet
java.lang.NoSuchMethodError: 
parquet.hadoop.metadata.ColumnChunkMetaData.getPath()Lparquet/common/schema/ColumnPath;
        at parquet.tools.util.MetadataUtils.showDetails(MetadataUtils.java:92)
        at parquet.tools.command.DumpCommand.dump(DumpCommand.java:173)
        at parquet.tools.command.DumpCommand.execute(DumpCommand.java:134)
        at parquet.tools.Main.main(Main.java:219)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.hadoop.util.RunJar.main(RunJar.java:212)
parquet.hadoop.metadata.ColumnChunkMetaData.getPath()Lparquet/common/schema/ColumnPath;

2014-11-26 10:59:33 PST
{code}

I don't think this is from the parquet-format changes, but I want to track it 
down before we merge.

> Change package names to org.apache.parquet.*
> --------------------------------------------
>
>                 Key: PARQUET-23
>                 URL: https://issues.apache.org/jira/browse/PARQUET-23
>             Project: Parquet
>          Issue Type: Task
>          Components: parquet-format, parquet-mr
>            Reporter: David Chen
>            Assignee: Ryan Blue
>         Attachments: refactor.sh
>
>
> Parquet's package names are still {{parquet.\*}}. Since Parquet is now in the 
> Apache Incubator, the namespaces should be updated to be 
> {{org.apache.parquet.\*}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to