You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Alex Amato (JIRA)" <ji...@apache.org> on 2019/01/23 19:06:00 UTC

[jira] [Commented] (BEAM-6495) ./gradlew compileJava broken on master branch

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

Alex Amato commented on BEAM-6495:
----------------------------------

> Task :beam-sdks-java-extensions-sql:compileJava FAILED
/usr/local/google/home/ajamato/go/src/github.com/apache/beam/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/JdbcFactory.java:29: error: cannot find symbol
import org.apache.beam.sdk.extensions.sql.impl.parser.impl.BeamSqlParserImpl;
 ^
 symbol: class BeamSqlParserImpl
 location: package org.apache.beam.sdk.extensions.sql.impl.parser.impl
1 error

> ./gradlew compileJava broken on master branch
> ---------------------------------------------
>
>                 Key: BEAM-6495
>                 URL: https://issues.apache.org/jira/browse/BEAM-6495
>             Project: Beam
>          Issue Type: New Feature
>          Components: java-fn-execution
>            Reporter: Alex Amato
>            Priority: Major
>
> repro, rebase from master and run:
> ./gradlew compileJava && ./gradlew compileTestJava
> https://gradle.com/s/pgdbpg2yfruvm
>  
> > Task :beam-runners-google-cloud-dataflow-java-fn-api-worker:compileJava
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':beam-sdks-java-extensions-sql:compileJava'.
> > Compilation failed with exit code 1; see the compiler error output for details.
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
> * Get more help at https://help.gradle.org
> Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
> Use '--warning-mode all' to show the individual deprecation warnings.
> See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
> BUILD FAILED in 3m 51s
> 123 actionable tasks: 84 executed, 39 up-to-date
> Publishing build scan...
> https://gradle.com/s/pgdbpg2yfruvm



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)