You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Jason Wen (Jira)" <ji...@apache.org> on 2021/06/09 21:53:00 UTC

[jira] [Commented] (BIGTOP-3541) Smoke test on odpi-runtime failed

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

Jason Wen commented on BIGTOP-3541:
-----------------------------------

I get following error related to the fix. Does anyone see same issue when running gradle build?
{code:java}
* Where:
Build file '/bigtop/bigtop-tests/smoke-tests/odpi-runtime/build.gradle' line: 61* What went wrong:
A problem occurred evaluating project ':bigtop-tests:smoke-tests:odpi-runtime'.
> Could not resolve all files for configuration ':bigtop-tests:smoke-tests:odpi-runtime:runtime'.
   > Could not resolve org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.
     Required by:
         project :bigtop-tests:smoke-tests:odpi-runtime > org.apache.hive.hcatalog:hive-hcatalog-core:1.2.1 > org.apache.hive:hive-exec:1.2.1 > org.apache.calcite:calcite-core:1.2.0-incubating
      > Could not resolve org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.
         > Could not get resource 'https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom'.
            > Could not GET 'https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom'.
               > Read timed out* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights.* Get more help at https://help.gradle.org
{code}

> Smoke test on odpi-runtime failed
> ---------------------------------
>
>                 Key: BIGTOP-3541
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3541
>             Project: Bigtop
>          Issue Type: Bug
>          Components: tests
>         Environment: * docker (openjdk:8u292)
>  * master branch ([9c05ec6|https://github.com/apache/bigtop/commit/9c05ec6e8d737809f2b35fc89b2162e2c14996ef])
>  
>            Reporter: Leona Yoda
>            Assignee: Leona Yoda
>            Priority: Major
>             Fix For: 3.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When I tried to build bigtop by gradlew, the build was failed due to a smoke-test failure.
>  
> Procedure:
>  
> {code:java}
> $ git clone https://github.com/apache/bigtop.git
> $ cd bigtop
> $ ./gradlew tasks
> FAILURE: Build failed with an exception.* Where:
> Build file '/workdir/bigtop/bigtop-tests/smoke-tests/odpi-runtime/build.gradle' line: 61* What went wrong:
> A problem occurred evaluating project ':bigtop-tests:smoke-tests:odpi-runtime'.
> > Could not resolve all files for configuration ':bigtop-tests:smoke-tests:odpi-runtime:runtime'.
>    > Could not find pentaho-aggdesigner-algorithm.jar (org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde).
>      Searched in the following locations:
>          https://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar{code}
>  



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