You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/03/16 09:27:00 UTC

[jira] [Commented] (PARQUET-1493) maven protobuf plugin not work properly

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

ASF GitHub Bot commented on PARQUET-1493:
-----------------------------------------

gszadovszky merged pull request #875:
URL: https://github.com/apache/parquet-mr/pull/875


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> maven protobuf plugin not work properly
> ---------------------------------------
>
>                 Key: PARQUET-1493
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1493
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-mr
>    Affects Versions: 1.11.0
>            Reporter: Junjie Chen
>            Assignee: Gabor Szadovszky
>            Priority: Major
>
> I checked out master branch and executed "mvn clean install -DskipTests",  it failed to build with following error: 
> {quote}[ERROR] Failed to execute goal com.github.os72:protoc-jar-maven-plugin:3.6.0.1:run (generate-sources) on project parquet-protobuf: Error extracting protoc for version 3.5.1: Unsupported platform: protoc-3.5.1-linux-x86_64.exe -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :parquet-protobuf{quote}
> After I updated the plugin version as same as protobuf version, it pass the build.
> {code:java}
> --- a/parquet-protobuf/pom.xml
> +++ b/parquet-protobuf/pom.xml
> @@ -159,7 +159,7 @@
>        <plugin>
>          <groupId>com.github.os72</groupId>
>          <artifactId>protoc-jar-maven-plugin</artifactId>
> -        <version>3.6.0.1</version>
> +        <version>3.5.1</version>
>          <executions>
>            <execution>
>              <id>generate-sources</id>
> {code}
> Do we need to set this version to ${protobuf.version}?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)